47 lines
2.5 KiB
Plaintext
47 lines
2.5 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/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" />
|
|
<!--[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" />
|
|
|
|
<!--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>
|
|
<!--弹窗组件end-->
|
|
<script src="${bonuspath}/static/js/sys/main.js"></script>
|
|
<!--表单插件-->
|
|
<script src="${bonuspath}/static/js/jquery/jquery-form.js"></script>
|