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" %>
d6f308 5 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
a6a76f 6 <html>
F 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 id="top20" class="easyui-layout TabPanelBody" fit="true" onload="formtype();">
a6a76f 14 <div id="loading" class="loading">
d6f308 15     <p class="loadingMsg">加载中、请稍候....</p>
X 16     <iframe class="loadingIFRM"></iframe>
a6a76f 17 </div>
d6f308 18 <div id="h_all" class="easyui-layout" region="north" border="false" style="overflow: hidden;">
X 19     <div region="north" class="easyui-north3" id="h_top" border="false"
20          style="width:100%;overflow: hidden;border-bottom: 1px solid #99BBE8">
21         <div class="panelTopTitle">
22             <%@ include file="top.jsp" %>
23         </div>
24     </div>
25     <div region="center" class="easyui-north" border="false" style="width:100%;overflow: hidden;padding-top: 3px">
26         <%@ include file="panel.jsp" %>
27     </div>
28 </div>
29 <div region="west" border="true" split="true" style="width:[?treewidth];border-left:0px;border-bottom:0px;">
30     <%@ include file="tree.jsp" %>
31 </div>
32 <div region="center" id="tplt-panels" class="easyui-panel" border="true" style="border-right:0px;border-bottom:0px;">
33     <div id="tplt-panel" style="margin-top: 5px;">
34         <%@ include file="panelR.jsp" %>
35     </div>
c2dc59 36         <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
X 37         [?ColorDescription]
d6f308 38 </div>
X 39 <div region="south" split="false"
40      style="height:30px;background:#efefef;border-right:0px;border-bottom:0px;border-left:0px;">
41     <div style="margin-top:3px;">
42         <a onclick="addNode(0);" class="easyui-linkbutton">增加同级节点</a>
43         <a onclick="addNode(1);" class="easyui-linkbutton">增加下级节点</a>
44         <a onclick="delNode();" class="easyui-linkbutton">删除节点</a>
45         <label for="isDrag" style="cursor: pointer;">允许拖动</label>
46         <span>
a6a76f 47                 <input type="checkbox" id="isDrag" style="margin-top:5px;position:absolute;" name="isDrag">
F 48                 </span>
d6f308 49     </div>
X 50 </div>
a6a76f 51 </body>
F 52 <script type="text/javascript">
d6f308 53     topPan.ref();
X 54     leftWidth = '[?treewidth]'.replace('px', '');
55     window.onunload = function () {
56         refalshGridOfColse();
57     }
a6a76f 58 </script>
d6f308 59 </html>
X 60 <%} catch (Exception e) {%>
a6a76f 61 <script>
d6f308 62     alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
a6a76f 63 </script>
F 64 <%}%>