You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
73 lines
4.0 KiB
Plaintext
73 lines
4.0 KiB
Plaintext
6 years ago
|
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
||
|
<%
|
||
|
String basePath = request.getContextPath();
|
||
|
%>
|
||
|
|
||
|
<%--引入jQuery--%>
|
||
|
<script type="text/javascript" src="static/js/jquery-3.2.1.js"></script>
|
||
|
<script type="text/javascript" src="static/js/jquery-3.2.1.min.js"></script>
|
||
|
|
||
|
<%--<script type="text/javascript" src="static/js/page.js"></script>--%>
|
||
|
|
||
|
<%--<link rel="stylesheet" href="static/bootstrap-3.3.7-dist/css/bootstrap.min.css">
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7-dist/css/bootstrap-theme.css">
|
||
|
<script type="text/javascript" src="static/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>--%>
|
||
|
<%--<link rel="stylesheet" href="static/css/comm.css">--%>
|
||
|
<%--<script type="text/javascript" src="static/js/menu.js"></script>
|
||
|
<link rel="stylesheet" href="static/css/comm.css"/>--%>
|
||
|
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/bower_components/bootstrap/dist/css/bootstrap.min.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/bower_components/font-awesome/css/font-awesome.min.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/bower_components/Ionicons/css/ionicons.min.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/dist/css/AdminLTE.min.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/dist/css/skins/_all-skins.min.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/bower_components/morris.js/morris.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/bower_components/jvectormap/jquery-jvectormap.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/bower_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/bower_components/bootstrap-daterangepicker/daterangepicker.css"/>
|
||
|
<link rel="stylesheet" href="static/bootstrap-3.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css"/>
|
||
|
|
||
|
|
||
|
<!-- jQuery 3 -->
|
||
|
<%--<script src="static/bootstrap-3.3.7/bower_components/jquery/dist/jquery.min.js"></script>--%>
|
||
|
<!-- jQuery UI 1.11.4 -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/jquery-ui/jquery-ui.min.js"></script>
|
||
|
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
||
|
<script>
|
||
|
$.widget.bridge('uibutton', $.ui.button);
|
||
|
</script>
|
||
|
<!-- Bootstrap 3.3.7 -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||
|
<!-- Morris.js charts -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/raphael/raphael.min.js"></script>
|
||
|
<%--<script src="static/bootstrap-3.3.7/bower_components/morris.js/morris.min.js"></script>--%>
|
||
|
<!-- Sparkline -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/jquery-sparkline/dist/jquery.sparkline.min.js"></script>
|
||
|
<!-- jvectormap -->
|
||
|
<script src="static/bootstrap-3.3.7/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script>
|
||
|
<script src="static/bootstrap-3.3.7/plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script>
|
||
|
<!-- jQuery Knob Chart -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/jquery-knob/dist/jquery.knob.min.js"></script>
|
||
|
<!-- daterangepicker -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/moment/min/moment.min.js"></script>
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/bootstrap-daterangepicker/daterangepicker.js"></script>
|
||
|
<!-- datepicker -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js"></script>
|
||
|
<!-- Bootstrap WYSIHTML5 -->
|
||
|
<script src="static/bootstrap-3.3.7/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script>
|
||
|
<!-- Slimscroll -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/jquery-slimscroll/jquery.slimscroll.min.js"></script>
|
||
|
<!-- FastClick -->
|
||
|
<script src="static/bootstrap-3.3.7/bower_components/fastclick/lib/fastclick.js"></script>
|
||
|
<!-- AdminLTE App -->
|
||
|
<script src="static/bootstrap-3.3.7/dist/js/adminlte.min.js"></script>
|
||
|
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
|
||
|
<%--<script src="static/bootstrap-3.3.7/dist/js/pages/dashboard.js"></script>--%>
|
||
|
<!-- AdminLTE for demo purposes -->
|
||
|
<script src="static/bootstrap-3.3.7/dist/js/demo.js"></script>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|