xinyb
2024-03-05 fbcc779aa2c0bb66a28262e2f81843e01c386798
提交 | 用户 | 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" %>
4a551f 5 <!DOCTYPE html >
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="top2" class="easyui-layout TabPanelBody" fit="true">
a6a76f 14 <div id="loading" class="loading">
d6f308 15     <p class="loadingMsg">加载中、请稍候....</p>
X 16     <iframe class="loadingIFRM"></iframe>
17 </div>
18 <div class="easyui-north" region="north" border="false" style="overflow: hidden;">
19     <div class="panelTopTitle">
20         <%@ include file="top.jsp" %>
21     </div>
22 </div>
23
24 <div region="west" border="true" split="true" style="width:[?treewidth];border-left:0px;border-bottom:0px;">
25     <%@ include file="tree.jsp" %>
26 </div>
27 <div region="center" id="tplt-panels" class="easyui-panel" border="true" style="border-right:0px;border-bottom:0px;">
28     <div id="tplt-panel">
29         <%@ include file="panel.jsp" %>
30     </div>
c2dc59 31         <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
X 32         [?ColorDescription]
d6f308 33 </div>
X 34 <div region="south" split="false"
35      style="height:33px;background:#efefef;border-right:0px;border-bottom:0px;border-left:0px;">
9deef9 36
d6f308 37     <div style="margin-top:3px;">
9deef9 38         <% if((profile&FormOpUtil.insertRecord) >0 ){%>
d6f308 39         <a onclick="addNode(0);" class="easyui-linkbutton">增加同级节点</a>
X 40         <a onclick="addNode(1);" class="easyui-linkbutton">增加下级节点</a>
9deef9 41         <%}%>
X 42         <% if((profile&FormOpUtil.deleteRecord) > 0 ){%>
d6f308 43         <a onclick="delNode();" class="easyui-linkbutton">删除节点</a>
9deef9 44         <%}%>
X 45         <label for="isDrag" style="cursor: pointer;padding:0px 5px;">允许拖动</label>
46         <span><input type="checkbox" id="isDrag" style="margin-top:5px;position:absolute;" name="isDrag"></span>
d6f308 47     </div>
9deef9 48
d6f308 49 </div>
a6a76f 50 <%@ include file="foolter.jsp" %>
F 51 </body>
52 <script>
d6f308 53     leftWidth = '[?treewidth]'.replace('px', '');
X 54     window.onunload = function () {
55         if (typeof (mygrid) != "undefined" && mygrid != null) {
56             mygrid.refalshGridOfColse();
57         } else {
58             refalshGridOfColse();
59         }
60     }
a6a76f 61 </script>
F 62 </html>
d6f308 63 <%} catch (Exception e) {%>
a6a76f 64 <script>
fbcc77 65     alert("<%=e.getCause()!=null?e.getCause().getMessage().replaceAll("\"","“"):e.getMessage().replaceAll("\"","“")%>");
a6a76f 66 </script>
F 67 <%}%>