18516761980
2021-06-07 f5da19565cebc364d23a65ebe931b3c38cecfa09
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
    <c:set value="${pageContext.request.contextPath }" var="path"></c:set>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<%-- <script type="text/javascript" src="${path }/static/js/jquery-3.1.1.min.js"></script> --%>
<%-- <script type="text/javascript" src="${path }/static/js/highcharts.js"></script> --%>
<script type="text/javascript" src="${path }/static/js/bootstrap.js"></script>
<link href="${path }/static/css/style.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="${path}/static/My97DatePicker/WdatePicker.js"></script>
<script type="text/javascript" src="${path }/static/js/plugins/bootstrap-table/bootstrap-table.js"></script>
<script type="text/javascript" src="${path }/static/js/plugins/bootstrap-table/bootstrap-table-zh-CN.js"></script>
<script type="text/javascript" src="${path }/static/js/plugins/bootstrap-validator/bootstrapValidator.js"></script>
<script type="text/javascript" src="${path }/static/js/plugins/bootstrap-validator/zh_CN.js"></script>
<script type="text/javascript" src="${path }/static/js/plugins/bootstrap-table/export/bootstrap-table-export.min.js"></script>
<link href="${path }/static/css/plugins/bootstrap-validator/bootstrapValidator.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="${path }/static/layer/layer.js"></script>
<link href="${path }/static/layer/mobile/need/layer.css" rel="stylesheet" type="text/css">
<link href="${path }/static/css/plugins/select2/select2.min.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="${path }/static/js/plugins/select2/select2.full.min.js"></script>
<link href="${path }/static/js/plugins/treeview/bootstrap-treeview.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="${path }/static/js/plugins/treeview/bootstrap-treeview.js"></script>
 
<script type="text/javascript" src="${path }/static/js/plugins/x-editable/bootstrap-editable.js"></script>
<script type="text/javascript" src="${path }/static/js/plugins/editable/bootstrap-table-editable.js"></script>
<link href="${path }/static/css/plugins/x-editable/bootstrap-editable.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="${path }/jsFiles/core.js"></script>
 
<%-- <script language="javascript" src="${path }/print/LodopFuncs.js"></script> --%>
<!-- <object id="LODOP_OB" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" width=0 height=0>  -->
<!--     <embed id="LODOP_EM" type="application/x-print-lodop" width=0 height=0 pluginspage="install_lodop32.exe"></embed> -->
<!-- </object>  -->
 
</head>
<body>
<input  type="hidden" id="authCode" value="${AUTHCODE}" name="authCode">
<input  type="hidden" id="userAccount" value="${ACCOUNT}" name="userAccount">
<input id="PageContext" type="hidden" value="${pageContext.request.contextPath}" />
<%-- <input  type="hidden" id="menuId" value="${MENUID}" name="id"> --%>
</body>
</html>