Files
luos/workflow/engine/skinEngine/base/layout-extjs.html

17 lines
401 B
HTML
Raw Normal View History

<!-- 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>