|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<c:set var="path" value="${pageContext.request.contextPath}"/>
|
|
|
|
|
<%@taglib prefix="pm" uri="/WEB-INF/taglib/guardtag.tld"%>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/css/comm.css"/>
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/css/comm.css?t=2020-08-18"/>
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/bower_components/bootstrap/dist/css/bootstrap.min.css"/>
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/bower_components/font-awesome/css/font-awesome.min.css"/>
|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/dist/css/AdminLTE.min.css"/>
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/dist/css/skins/_all-skins.min.css"/>
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css"/>
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.min.css">
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.min.css?t=2020-08-18">
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/css/bootstrap-select.min.css">
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/js/toastr.min.css" type="text/css">
|
|
|
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
<script src="${path}/static/bootstrap-3.3.7/bower_components/bootstrap-datepicker/dist/locales/bootstrap-datepicker.zh-CN.min.js"></script>
|
|
|
|
|
<!-- AdminLTE App -->
|
|
|
|
|
<script src="${path}/static/bootstrap-3.3.7/dist/js/adminlte.min.js"></script>
|
|
|
|
|
<script src="${path}/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.js"></script>
|
|
|
|
|
<script src="${path}/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.js?t=2020-08-18"></script>
|
|
|
|
|
<script src="${path}/static/bootstrap-3.3.7/bower_components/bootstrap-table/locale/bootstrap-table-zh-CN.min.js"></script>
|
|
|
|
|
<script src="${path}/static/js/bootstrap-select.min.js"></script>
|
|
|
|
|
<script src="${path}/static/js/toastr.min.js"></script>
|
|
|
|
|