head.html
3.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<html xmlns:th="http://www.thymeleaf.org">
<head th:fragment="head">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>审核云平台内容管理系统</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<meta name="csrf-token" content="1S0PDRJgENm1wNWmFo4hb3CLm5PjPLFWxQM88P4G">
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!--JQuery-->
<script src="../../static/js/jquery.min.js"></script>
<!--Bootstrap-->
<link href="../../static/css/bootstrap.min.css" rel="stylesheet">
<script src="../../static/js/bootstrap.min.js"></script>
<!-- Font Awesome -->
<link href="../../static/css/font-awesome.min.css" rel="stylesheet">
<!-- Theme style -->
<link rel="stylesheet" href="../../static/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="../../static/css/_all-skins.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<!-- <script src="//cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>-->
<![endif]-->
<!--Bootstrap-Table-->
<link href="../../static/css/bootstrap-table.min.css" rel="stylesheet">
<!-- <script src="../../static/js/bootstrap-table.min.js"></script>
<script src="../../static/js/bootstrap-table-editable.min.js"></script>
<script src="../../static/js/bootstrap-table-zh-CN.min.js"></script>-->
<!--Moment.js-->
<script src="../../static/js/moment.min.js"></script>
<script src="../../static/js/moment-with-locales.min.js"></script>
<script src="../../static/js/locales.js"></script>
<!--CKEditor-->
<script src="../../static/js/ckeditor.js"></script><style>.cke{visibility:hidden;}</style>
<!--Bootstrap-DatetimePicker-->
<link href="../../static/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
<script src="../../static/js/bootstrap-datetimepicker.min.js"></script>
<!--X-editable-->
<link href="../../static/css/bootstrap-editable.css" rel="stylesheet">
<!-- <script src="../../static/js/bootstrap-editable.min.js"></script>-->
<!--Bootstrap-TreeView-->
<link href="../../static/css/bootstrap-treeview.min.css" rel="stylesheet">
<!-- <script src="../../static/js/bootstrap-treeview.min.js"></script>-->
<!--Bootstrap-fileinput-->
<link href="../../static/css/fileinput.min.css" rel="stylesheet">
<script src="../../static/js/canvas-to-blob.min.js"></script>
<script src="../../static/js/sortable.min.js"></script>
<script src="../../static/js/purify.min.js"></script>
<script src="../../static/js/fileinput.min.js"></script>
<script src="../../static/js/zh.js"></script>
<!--Toastr.js-->
<script src="../../static/js/toastr.min.js"></script>
<link href="../../static/css/toastr.min.css" rel="stylesheet">
<!--JqueryUI custom-->
<script src="../../static/js/jquery-ui.min.js"></script>
<link href="../../static/css/app.css" rel="stylesheet">
<script src="../../static/js/app.js"></script>
</head>
</html>