This commit is contained in:
Rodrigo Quelca
2021-11-16 22:03:49 +00:00
parent de8b12c305
commit fb2e1e7f77
60 changed files with 26783 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
<!-- turn on quirks mode for IE -->
{doctype}
<head>
{meta}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon"/>
{header}
<style>
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
box-sizing: border-box;
}
</style>
</head>
<body {dirBody}>
{bodyTemplate}
</body>
</html>