xinyb
2022-05-20 f210acc76343eb8beb4f78bec5b5496b4c6bfe65
提交 | 用户 | 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" %>
F 6 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
7 <html>
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">
25             <div id="tplt-panel" style="margin-left: 10px;">
26                 <%@ include file="panel.jsp" %>
27             </div>
c2dc59 28                 <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
X 29                 [?ColorDescription]
d6f308 30         </div>
X 31     </div>
32 </div>
a6a76f 33 </body>
F 34 <script>
d6f308 35     window.onunload = function () {
X 36         if (typeof (mygrid) != "undefined" && mygrid != null) mygrid.refalshGridOfColse();
37         else
38             refalshGridOfColse();
39     }
a6a76f 40 </script>
d6f308 41 </html>
X 42 <%} catch (Exception e) {//out.print("<script>alert('"+e.getMessage().replace("'","\\'")+"');</script>");}%>
a6a76f 43 <script>
d6f308 44     alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
a6a76f 45 </script>
d6f308 46 <% }%>