fs-danaus
2022-08-05 4a551fc73bd4c86f43aa68c0aab8d1dbeae46836
提交 | 用户 | 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 onload="panelHid(0);" class="TabPanelBody">
X 14 <div id="loading" class="loading">
15     <p class="loadingMsg">加载中、请稍候....</p>
16     <iframe class="loadingIFRM"></iframe>
17 </div>
18 <div class="panelTopTitle">
19     [?TopAndTitle]
20 </div>
a6a76f 21 <div id="scrollbody">
d6f308 22     <div id="scroller">
X 23         <div id="tplt-container">
24             <div id="tplt-grid" style="margin:10px;">
25                 <%@ include file="@gridJsp@" %>
26             </div>
27             <div id="tplt-panel" style="margin-left: 10px;">
28                 <%@ include file="panel.jsp" %>
29             </div>
c2dc59 30                 <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
X 31                 [?ColorDescription]
d6f308 32         </div>
X 33     </div>
a6a76f 34 </div>
F 35 </body>
36 <script type="text/javascript">
d6f308 37     create("<%=encodeWherePan%>", 1);
X 38     window.onunload = function () {
39         if (typeof (mygrid) != "undefined" && mygrid != null) {
40             mygrid.refalshGridOfColse();
41         }
42     }
a6a76f 43 </script>
F 44 </html>
d6f308 45 <% } catch (Exception e) {%>
a6a76f 46 <script type="text/javascript">
d6f308 47     alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
a6a76f 48 </script>
d6f308 49 <% }%>