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">
d6f308 24     <p class="loadingMsg">加载中、请稍候....</p>
X 25     <iframe class="loadingIFRM"></iframe>
a6a76f 26 </div>
d6f308 27 <div id="scrollbody">
X 28     <div id="scroller">
29         <div class="easyui-layout" fit="true">
30             <div region="north" border="false" style="overflow: hidden;">
31                 <div class="panelTopTitle">
32                     <%@ include file="top.jsp" %>
33                 </div>
34             </div>
35             <div region="west" border="true" split="true" style="width:300px;border-left:0px;border-bottom:0px;">
36                 <%@ include file="tree.jsp" %>
37             </div>
38             <div region="center" id="tplt-panels" border="true" style="border-right:0px;border-bottom:0px;">
39                 <div id="tplt-right">
40                     <%@ include file="panel.jsp" %>
41                 </div>
c2dc59 42                     <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
X 43                     [?ColorDescription]
d6f308 44             </div>
X 45             <div region="south" split="false"
46                  style="height:30px;background:#efefef;border-right:0px;border-bottom:0px;border-left:0px;">
47                 <div style="margin-top:5px;">
a6a76f 48                 <span style="position: relative;top: 3px;">
F 49                 <input type="radio" onchange="querys()" value="0" id="isDrag1" name="classFilter">
50                 </span>
d6f308 51                     <label for="isDrag1" style="cursor: pointer;">当前类</label>
X 52
53                     <span style="position: relative;top: 3px;">
54                 <input type="radio" onchange="querys()" id="isDrag2" name="classFilter" value="1" checked="checked">
a6a76f 55                 </span>
d6f308 56                     <label for="isDrag2" style="cursor: pointer;">含子类</label>
X 57
58                     <span style="position: relative;top: 3px;">
59                 <input type="radio" onchange="querys()" id="isDrag3" value="2" name="classFilter">
a6a76f 60                 </span>
d6f308 61                     <label for="isDrag3" style="cursor: pointer;">所有</label>
X 62
63                     <span style="position: relative;top: 3px;">
64                 <input type="radio" onchange="querys()" id="isDrag4" value="3" name="classFilter">
a6a76f 65                 </span>
d6f308 66                     <label for="isDrag4" style="cursor: pointer;">不含</label>
X 67                 </div>
68             </div>
69         </div>
70         <%@ include file="foolter.jsp" %>
71     </div>
a6a76f 72 </div>
F 73 </body>
74 <script>
d6f308 75     window.onunload = function () {
X 76         if (typeof (mygrid) != "undefined" && mygrid != null) mygrid.refalshGridOfColse();
77         else
78             refalshGridOfColse();
79     }
a6a76f 80 </script>
d6f308 81 </html>
X 82 <%} catch (Exception e) {//out.print("<script>alert('"+e.getMessage().replace("'","\\'")+"');</script>");}%>
a6a76f 83 <script>
d6f308 84     alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
a6a76f 85 </script>
d6f308 86 <% }%>