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 <%@ include file="dataHead.jsp" %>
F 5 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
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" %>
12     <style type="text/css">
13         html, body {
14             width: 100%;
15             height: 100%;
16             margin: 0px;
17             padding: 0px;
18             overflow: hidden;
19         }
20     </style>
a6a76f 21 </head>
d6f308 22 <body class="TabPanelBody">
X 23 <div id="scrollbody">
24     <div id="scroller">
25         <div class="easyui-layout" fit="true">
26             <div id="loading"
27                  style="position:fixed !important;position:absolute;top:0;left:0;height:100%; width:100%; z-index:999; background:#99BBE8 url(/style/icons/load.gif) no-repeat center center; font-size:14px;line-height:20px;filter: alpha(opacity=80);opacity:0.8;">
28             </div>
29             <div region="north" border="false" style="overflow: hidden;">
30                 <div class="panelTopTitle">
31                     <%@ include file="top.jsp" %>
32                 </div>
33             </div>
34             <div region="west" border="true" split="true" style="width:[?treewidth];border-left:0px;border-bottom:0px;">
35                 <%@ include file="tree.jsp" %>
36             </div>
37             <div region="center" border="true" id="tplt-panels" split="false"
38                  style="border-right:0px;border-bottom:0px;overflow: hidden;">
39                 <div id="panel_38" class="easyui-layout" fit="true">
40                     <div id="tplt-panel" region="north" fit="true" border="false" style="width:100%;overflow: hidden;">
41                         <%@ include file="panel.jsp" %>
42                     </div>
43                     <div region="center" border="false">
44                         <%@ include file="panel238.jsp" %>
45                     </div>
c2dc59 46                         <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
X 47                         [?ColorDescription]
d6f308 48                 </div>
X 49             </div>
50             <div region="south" split="false"
51                  style="height:30px;background:#efefef;border-right:0px;border-bottom:0px;border-left:0px;">
52                 <div style="margin-top:5px;">
a6a76f 53                 <span style="position: relative;top: 3px;">
F 54                 <input type="radio" id="isDrag1" name="isDrag">
55                 </span>
d6f308 56                     <label for="isDrag1" style="cursor: pointer;">当前类</label>
X 57
58                     <span style="position: relative;top: 3px;">
a6a76f 59                 <input type="radio" id="isDrag2" name="isDrag" checked="checked">
F 60                 </span>
d6f308 61                     <label for="isDrag2" style="cursor: pointer;">含子类</label>
X 62
63                     <span style="position: relative;top: 3px;">
a6a76f 64                 <input type="radio" id="isDrag3" name="isDrag" readonly="readonly">
F 65                 </span>
d6f308 66                     <label for="isDrag3" style="cursor: pointer;">所有</label>
X 67
68                     <span style="position: relative;top: 3px;">
a6a76f 69                 <input type="radio" id="isDrag4" name="isDrag">
F 70                 </span>
d6f308 71                     <label for="isDrag4" style="cursor: pointer;">不含</label>
X 72                 </div>
73             </div>
74         </div>
75     </div>
a6a76f 76 </body>
F 77 <script>
d6f308 78     window.onunload = function () {
X 79         if (typeof (mygrid) != "undefined" && mygrid != null) {
80             mygrid.refalshGridOfColse();
81         } else {
82             refalshGridOfColse();
83         }
84     }
a6a76f 85 </script>
F 86 </html>
d6f308 87 <%} catch (Exception e) {%>
a6a76f 88 <script>
d6f308 89     alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
a6a76f 90 </script>
F 91 <%}%>