This commit is contained in:
arraykeys
2019-08-08 17:13:34 +08:00
parent e8e5966a8c
commit f0bf2d5fec
2885 changed files with 1195993 additions and 12 deletions
+24
View File
@@ -0,0 +1,24 @@
<!DOCTYPE HTML>
<html>
<head>
<title>{{.titles}}</title>
{{template "common/head.html" .}}
<script src="/static/style/plugins/jquery.form.min.js"></script>
<link rel="stylesheet" href="/static/style/plugins/icon/icon-selector.css">
<link rel="stylesheet" href="/static/style/plugins/selectaor/fm.selectator.jquery.css">
<script src="/static/style/plugins/icon/icon-selector.js"></script>
<script src="/static/style/plugins/selectaor/fm.selectator.jquery.js"></script>
<link rel="stylesheet" href="/static/style/plugins/datepicker/bootstrap-datepicker3.css">
<script src="/static/style/plugins/datepicker/bootstrap-datepicker.min.js"></script>
<script src="/static/style/plugins/datepicker/bootstrap-datepicker.zh-CN.min.js"></script>
</head>
<body>
{{.LayoutContent}} {{template "common/foot.html" .}}
<script src="/static/style/common/form.js"></script>
</body>
</html>