2013-04-30 09:49:34 +04:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2018-08-17 12:14:11 +03:00
|
|
|
<title>{title}</title>
|
|
|
|
<script src="/ext_620/ext-all.js"></script>
|
2018-08-17 12:22:03 +03:00
|
|
|
<link rel="stylesheet" href="/ext_620/{theme_model}/theme-{theme}/resources/theme-{theme}-all.css">
|
2013-04-30 09:49:34 +04:00
|
|
|
<script>
|
2018-08-17 12:14:11 +03:00
|
|
|
Ext.onReady(function () {{
|
|
|
|
{script}
|
|
|
|
}});
|
2013-04-30 09:49:34 +04:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body></body>
|
|
|
|
</html>
|