xinyb
2024-03-19 3c47486c2e0643d5d713ff39a50d2040a49f7570
提交 | 用户 | 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" %>
a6a76f 13 </head>
d6f308 14 <body class="TabPanelBody">
a6a76f 15 <div id="loading" class="loading">
d6f308 16     <p class="loadingMsg">加载中、请稍候....</p>
X 17     <iframe class="loadingIFRM"></iframe>
a6a76f 18 </div>
d6f308 19 <div class="panelTopTitle">
X 20     [?TopAndTitle]
21 </div>
22 <div id="scrollbody">
23     <div id="scroller">
24         <div id="tplt-container" style="[?height]">
25             <div id="tplt-panel">
ca30ee 26                 <%
X 27                     String customURL=DBHelper.getCustomURL(request,formId,formType,"panel.jsp");
28                 %>
29                 <jsp:include page="<%=customURL%>" flush="true"></jsp:include><%//改成兼容用户自定义控件布局的变量 xin 2024-1-12 16:14:05%>
d6f308 30             </div>
f210ac 31             <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
X 32             [?ColorDescription]
d6f308 33         </div>
X 34     </div>
35 </div>
a6a76f 36 </body>
F 37 <script>
d6f308 38     reportsdiv(dj, panMain[panIndex].statueis);
X 39     window.onunload = function () {
40         if (typeof (mygrid) != "undefined" && mygrid != null) mygrid.refalshGridOfColse();
41         else
42             refalshGridOfColse();
43     }
a6a76f 44 </script>
d6f308 45 </html>
X 46 <%} catch (Exception e) {//out.print("<script>alert('"+e.getMessage().replace("'","\\'")+"');</script>");}%>
a6a76f 47 <script>
fbcc77 48     let error = "<%=e.getCause()!=null?e.getCause().getMessage().replaceAll("\"","“"):e.getMessage().replaceAll("\"","“")%>";
620728 49     if (error != null) {
X 50         error = error.split(":");
59fa21 51         if (error.length > 1) {
42e8d3 52             error = error[error.length-1];
620728 53         }
X 54     }
55     top.$.messager.alert('提示信息', error, '', function (r) {
56         top.$("#home-tabs").tabs("close", top.parent.tabindex);
57     });
58     top.$('.panel-tool-close').hide();
a6a76f 59 </script>
d6f308 60 <% }%>