|
@@ -3,35 +3,15 @@
|
|
|
|
|
|
<head>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta charset="UTF-8" />
|
|
- <meta name="viewport"
|
|
|
|
- content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
|
|
|
|
-
|
|
|
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
|
|
<link rel="shortcut icon" href="/img/VKo.ico" type="image/x-icon" />
|
|
<link rel="shortcut icon" href="/img/VKo.ico" type="image/x-icon" />
|
|
-
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/messenger.css" />
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/main.css" />
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/icon.css" />
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/controls.css" />
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/modal.css" />
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/media-mobile.css" />
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/media-tablet.css" />
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/media-desktop.css" />
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/zapis.css" />
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ <link rel="stylesheet" href="/css/{{.ServerVersion}}/app.css" />
|
|
<!-- adm -->
|
|
<!-- adm -->
|
|
- {{if eq .IsAdmin true}}
|
|
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/menu-editor.css" />
|
|
|
|
|
|
+ {{if eq .IsAdmin true}}<link rel="stylesheet" href="/css/{{.ServerVersion}}/menu-editor.css" />
|
|
<link rel="stylesheet" href="/css/{{.ServerVersion}}/material-editor.css" />
|
|
<link rel="stylesheet" href="/css/{{.ServerVersion}}/material-editor.css" />
|
|
- <link rel="stylesheet" href="/css/{{.ServerVersion}}/admin.css" />
|
|
|
|
- {{end}}
|
|
|
|
-
|
|
|
|
-<!-- secreter -->
|
|
|
|
-{{if eq .isSecreter true}}
|
|
|
|
-<link rel="stylesheet" href="/css/{{.ServerVersion}}/admin.css" />
|
|
|
|
-{{end}}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ <link rel="stylesheet" href="/css/{{.ServerVersion}}/admin.css" />{{end}}
|
|
|
|
+ <!-- secreter -->
|
|
|
|
+ {{if eq .isSecreter true}}<link rel="stylesheet" href="/css/{{.ServerVersion}}/admin.css" />{{end}}
|
|
<title>Военный коммиссариат Курганской области</title>
|
|
<title>Военный коммиссариат Курганской области</title>
|
|
</head>
|
|
</head>
|
|
|
|
|
|
@@ -78,6 +58,7 @@
|
|
<a class="tool-button" style="text-decoration: none;" id="CreateNewsButton" href="/page/PageZap" >
|
|
<a class="tool-button" style="text-decoration: none;" id="CreateNewsButton" href="/page/PageZap" >
|
|
<i class="fas fa-clipboard-list"></i>
|
|
<i class="fas fa-clipboard-list"></i>
|
|
Посетители</a>
|
|
Посетители</a>
|
|
|
|
+
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -95,6 +76,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="text-center">
|
|
<div class="text-center">
|
|
<div class="normal"><b>Запись на приём</b></div>
|
|
<div class="normal"><b>Запись на приём</b></div>
|
|
|
|
+ <div style="font-size: 0.9rem;margin-top:5px">В кабинет 8а к НО ППГВС</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</a>
|
|
|
|
|
|
@@ -184,20 +166,30 @@
|
|
<div class="published">{{.Page.Published}}</div>
|
|
<div class="published">{{.Page.Published}}</div>
|
|
{{.Page.Content}}
|
|
{{.Page.Content}}
|
|
{{else}}
|
|
{{else}}
|
|
- {{if eq .Page "404"}}
|
|
|
|
- {{template "404"}}{{else}}
|
|
|
|
- {{if eq .Page "position"}}{{template "position"}}{{else}}
|
|
|
|
- {{if eq .Page "BigBoss"}}{{template "BigBoss"}}{{else}}
|
|
|
|
- {{if eq .Page "Zapis"}}{{template "Zapis"}}
|
|
|
|
- {{else}}
|
|
|
|
- {{if eq .Page "Mass"}}{{template "Mass" .}}
|
|
|
|
- {{end}}
|
|
|
|
- {{if eq .Page "PageZap"}}{{template "PageZap" .}}
|
|
|
|
- {{end}}
|
|
|
|
- {{end}}
|
|
|
|
- {{end}}
|
|
|
|
- {{end}}
|
|
|
|
- {{end}}
|
|
|
|
|
|
+ {{if eq .Page "404"}}
|
|
|
|
+ {{template "404"}}
|
|
|
|
+ {{else}}
|
|
|
|
+ {{if eq .Page "position"}}
|
|
|
|
+ {{template "position"}}
|
|
|
|
+ {{else}}
|
|
|
|
+ {{if eq .Page "BigBoss"}}
|
|
|
|
+ {{template "BigBoss"}}
|
|
|
|
+ {{else}}
|
|
|
|
+ {{if eq .Page "Zapis"}}
|
|
|
|
+ {{template "Zapis"}}
|
|
|
|
+ {{else}}
|
|
|
|
+ {{if eq .Page "Mass"}}
|
|
|
|
+ {{template "Mass" .}}
|
|
|
|
+ {{else}}
|
|
|
|
+ {{if eq .Page "PageZap"}}
|
|
|
|
+ {{template "PageZap" .}}
|
|
|
|
+
|
|
|
|
+ {{end}}
|
|
|
|
+ {{end}}
|
|
|
|
+ {{end}}
|
|
|
|
+ {{end}}
|
|
|
|
+ {{end}}
|
|
|
|
+ {{end}}
|
|
{{end}}
|
|
{{end}}
|
|
</article>
|
|
</article>
|
|
{{end}}
|
|
{{end}}
|
|
@@ -260,8 +252,8 @@
|
|
VKKO.Main.Init();
|
|
VKKO.Main.Init();
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
- <script src="/js/{{.ServerVersion}}/fslightbox.js"></script>
|
|
|
|
|
|
+ <!-- <script src="/js/{{.ServerVersion}}/fslightbox.js"></script> -->
|
|
<script src="/js/{{.ServerVersion}}/app.js"></script>
|
|
<script src="/js/{{.ServerVersion}}/app.js"></script>
|
|
</body>
|
|
</body>
|
|
|
|
|
|
-</html>
|
|
|
|
|
|
+</html>
|