|
|
|
|
@ -12,21 +12,12 @@
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
|
<meta http-equiv=X-UA-Compatible IE=EmulateIE7>
|
|
|
|
|
<link rel="stylesheet"
|
|
|
|
|
href="${path}/static/bootstrap-3.3.7/bower_components/bootstrap-table/bootstrap-table.min.css"
|
|
|
|
|
type="text/css">
|
|
|
|
|
<link rel="stylesheet" href="${path}/static/bootstrap-3.3.7/bootstrap-table-fixed-columns.css" type="text/css">
|
|
|
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/css/select2.min.css" rel="stylesheet"/>
|
|
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/html5shiv.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/jquery-1.11.3.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/respond.min.js"></script>
|
|
|
|
|
<![endif]-->
|
|
|
|
|
<link href="${path}/static/bootstrap-3.3.7/bower_components/select2/dist/css/select2.min.css" rel="stylesheet"/>
|
|
|
|
|
<script type="text/javascript"
|
|
|
|
|
src="${path}/static/bootstrap-3.3.7/bootstrap-table-fixed-columns.js?time=2019-12-25"></script>
|
|
|
|
|
<script type="text/javascript" src="${path}/static/js/pinying.js"></script>
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/js/select2.min.js"></script>
|
|
|
|
|
<script src="${path}/static/bootstrap-3.3.7/bower_components/select2/dist/js/select2.min.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
var path = "${path}";
|
|
|
|
|
</script>
|
|
|
|
|
|