58 lines
3.0 KiB
Plaintext
58 lines
3.0 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" />
|
|
<link rel="stylesheet" href="${bonuspath}/static/plugins/My97DatePicker/skin/WdatePicker.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>
|
|
<script src="${bonuspath}/static/plugins/My97DatePicker/WdatePicker.js"></script>
|
|
<script type="text/javascript">
|
|
var c = {"m":1,"米":1,"km":1,"KM":1,"M":1,"Km":1,"kM":1,"M":1,"付":1};
|
|
|
|
var filePath="http://140.210.216.134:1935/gz_imw/";
|
|
//var filePath="http://192.168.0.14:3980/GZMachinesWeb/"; //测试
|
|
|
|
|
|
</script>
|