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