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