82 lines
4.3 KiB
Plaintext
82 lines
4.3 KiB
Plaintext
<%@ page contentType="text/html;charset=UTF-8" %>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0"/>
|
|
<!--bootstrap styles -->
|
|
<%-- <link rel="stylesheet" href="${bonuspath}/static/plugins/zTree_v3/css/demo.css" type="text/css">
|
|
<link rel="stylesheet" href="${bonuspath}/static/plugins/zTree_v3/css/zTreeStyle/zTreeStyle.css" type="text/css"> --%>
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/bootstrap/bootstrap.min.css" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/bootstrap/bootstrap-responsive.min.css" />
|
|
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/ace/font-awesome.min.css" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/jquery/jquery-ui-1.10.3.full.min.css" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/ace/chosen.css" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/plugins/layer/2.1/skin/layer.css" />
|
|
<%-- <link rel="stylesheet" href="${bonuspath}/static/plugins/jedate/skin/jedate.css" /> --%>
|
|
<link rel="stylesheet" href="${bonuspath}/static/plugins/My97DatePicker/skin/WdatePicker.css" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/plugins/layer/2.1/skin/layer.ext.css" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/plugins/laydate/theme/default/laydate.css" />
|
|
<!--[if IE 7]>
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/ace/font-awesome-ie7.min.css" />
|
|
<![endif]-->
|
|
<!-- ace styles -->
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/ace/ace.min.css" />
|
|
<!--[if lte IE 8]>
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/ace/ace-ie.min.css" />
|
|
<![endif]-->
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/ace/ace-responsive.min.css" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/ace/ace-skins.min.css" />
|
|
<!-- ace styles end -->
|
|
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/jquery/datepicker.css" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/jquery/ui.jqgrid.css" />
|
|
<!-- ace basic end -->
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/sys/basic.css" />
|
|
|
|
<link href="${bonuspath}/static/plugins/select2/css/select2.min.css" rel="stylesheet">
|
|
<script src="${bonuspath}/static/plugins/select2/js/select2.min.js"></script>
|
|
<script src="${bonuspath}/static/plugins/select2/js/i18n/zh-CN.js"></script>
|
|
|
|
<!--bootstrap日期时间start -->
|
|
<script src="${bonuspath}/static/js/bootstrap/bootstrap-datetimepicker.min.js"></script>
|
|
<!-- 字体插件(默认英文) 可全部引入-->
|
|
<script src="${bonuspath}/static/js/bootstrap/locales/bootstrap-datetimepicker.zh-CN.js"></script>
|
|
<link rel="stylesheet" href="${bonuspath}/static/css/bootstrap/bootstrap-datetimepicker.min.css" />
|
|
<!--bootstrap日期时间end -->
|
|
<script src="${bonuspath}/static/js/jquery/chosen.jquery.min.cn.js"></script>
|
|
<script src="${bonuspath}/static/js/ace/ace-extra.min.js"></script>
|
|
<script src="${bonuspath}/static/js/bootstrap/bootstrap.min.js"></script>
|
|
<script src="${bonuspath}/static/js/ace/typeahead-bs2.min.js"></script>
|
|
<script src="${bonuspath}/static/js/ace/ace-elements.min.js"></script>
|
|
<script src="${bonuspath}/static/js/ace/ace.min.js"></script>
|
|
<script src="${bonuspath}/static/js/jquery/jquery-ui-1.10.3.full.min.js"></script>
|
|
|
|
<!-- layer弹窗插件-->
|
|
<script src="${bonuspath}/static/plugins/layer/2.1/layer.js"></script>
|
|
<script src="${bonuspath}/static/plugins/layer/2.1/extend/layer.ext.js" ></script>
|
|
<!-- laydate时间插件-->
|
|
<script src="${bonuspath}/static/plugins/laydate/laydate.js"></script>
|
|
<script src="${bonuspath}/static/plugins/layer/3.1.1/layer.js"></script>
|
|
<!-- laydate时间插件-->
|
|
<%-- <script src="${bonuspath}/static/plugins/jedate/jedate.min.js"></script> --%>
|
|
|
|
<!-- laydate时间插件-->
|
|
<script src="${bonuspath}/static/plugins/My97DatePicker/WdatePicker.js"></script>
|
|
|
|
<!--qrcode-->
|
|
<script src="${bonuspath}/static/plugins/qrcode/qrcode.min.js"></script>
|
|
|
|
<!--弹窗组件end-->
|
|
<script src="${bonuspath}/static/js/sys/main.js"></script>
|
|
|
|
<!--表单插件-->
|
|
<script src="${bonuspath}/static/js/jquery/jquery-form.js"></script>
|
|
<!-- 退出浏览器的处理 -->
|
|
<script>
|
|
/* window.addEventListener('unload',function(e){
|
|
console.log("清除shiro");
|
|
navigator.sendBeacon('${bonuspath}/gugelogout')
|
|
}) */
|
|
</script>
|
|
|
|
|