head.html 3.56 KB
<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>