fs-danaus
2022-08-05 4a551fc73bd4c86f43aa68c0aab8d1dbeae46836
提交 | 用户 | age
d6f308 1 <%try {%>
X 2 <%@ page language="java" contentType="text/html; charset=UTF-8"
3          pageEncoding="UTF-8" %>
4 <%@ page trimDirectiveWhitespaces="true" %>
a6a76f 5 <%@ include file="dataHead.jsp" %>
4a551f 6 <!DOCTYPE html >
a6a76f 7 <html>
F 8 <head>
d6f308 9     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
X 10     <META NAME="ROBOTS" CONTENT="NONE">
11     <title>[?title]</title>
12     <%@ include file="jsCssHead.jsp" %>
13     <style type="text/css">
14         html, body {
15             width: 100%;
16             height: 100%;
17             margin: 0px;
18             padding: 0px;
19         }
20     </style>
a6a76f 21 </head>
d6f308 22 <body class="TabPanelBody">
a6a76f 23 <div id="loading" class="loading">
F 24     <p class="loadingMsg">加载中、请稍候....</p>
25     <iframe class="loadingIFRM"></iframe>
26 </div>
d6f308 27 <div id="top20" class="easyui-layout" fit="true">
X 28     <div id="h_all" class="easyui-layout" region="north" border="false" style="overflow: hidden;">
29         <div region="north" class="easyui-north3" id="h_top" border="false"
30              style="width:100%;overflow: hidden;border-bottom: 1px solid #99BBE8;">
31             <div class="panelTopTitle">
32                 <%@ include file="top.jsp" %>
33             </div>
34         </div>
35         <div region="center" class="easyui-north" border="false" style="width:100%;padding-top:1px;overflow: hidden;">
36             <%@ include file="panel.jsp" %>
37         </div>
38     </div>
39     <div region="west" border="true" split="true" style="width:300px;border-left:0px;border-bottom:0px;">
40         <%@ include file="tree.jsp" %>
41     </div>
42     <div region="center" border="true" id="tplt-panels" style="border-right:0px;border-bottom:0px;">
43         <div class="easyui-layout" fit="true">
44             <div region="north" id="tplt-panel" style="overflow: hidden;border:none;">
45                 <%@ include file="panelR.jsp" %>
46             </div>
47             <div region="center" style="border:none;">
48                 <%@ include file="@gridJsp@" %>
49             </div>
c2dc59 50                 <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
X 51                 [?ColorDescription]
d6f308 52         </div>
X 53     </div>
54     <div region="south" split="false"
55          style="height:30px;background:#efefef;border-right:0px;border-bottom:0px;border-left:0px;">
56         <div style="margin-top:5px;">
a6a76f 57                 <span style="position: relative;top: 3px;">
F 58                 <input type="radio" onchange="querys()" value="0" id="isDrag1" name="classFilter">
59                 </span>
d6f308 60             <label for="isDrag1" style="cursor: pointer;">当前类</label>
X 61
62             <span style="position: relative;top: 3px;">
63                 <input type="radio" onchange="querys()" id="isDrag2" name="classFilter" value="1" checked="checked">
a6a76f 64                 </span>
d6f308 65             <label for="isDrag2" style="cursor: pointer;">含子类</label>
X 66
67             <span style="position: relative;top: 3px;">
68                 <input type="radio" onchange="querys()" id="isDrag3" value="2" name="classFilter">
a6a76f 69                 </span>
d6f308 70             <label for="isDrag3" style="cursor: pointer;">所有</label>
X 71
72             <span style="position: relative;top: 3px;">
73                 <input type="radio" onchange="querys()" id="isDrag4" value="3" name="classFilter">
a6a76f 74                 </span>
d6f308 75             <label for="isDrag4" style="cursor: pointer;">不含</label>
X 76         </div>
77     </div>
a6a76f 78 </div>
F 79 <%@ include file="foolter.jsp" %>
80 <script type="text/javascript">
d6f308 81     topPan.ref();
X 82 </script>
a6a76f 83 </body>
F 84 <script>
d6f308 85     window.onunload = function () {
X 86         if (typeof (mygrid) != "undefined" && mygrid != null) mygrid.refalshGridOfColse();
87         else
88             refalshGridOfColse();
89     }
a6a76f 90 </script>
d6f308 91 </html>
X 92 <%} catch (Exception e) {//out.print("<script>alert('"+e.getMessage().replace("'","\\'")+"');</script>");}%>
a6a76f 93 <script>
d6f308 94     alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
a6a76f 95 </script>
d6f308 96 <% }%>