17 lines
401 B
HTML
17 lines
401 B
HTML
<!-- 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> |