fs-danaus
2022-08-05 4a551fc73bd4c86f43aa68c0aab8d1dbeae46836
WebRoot/public/template/0/38/index.jsp
@@ -1,28 +1,33 @@
<%try{%>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ page trimDirectiveWhitespaces="true" %>
<%try {%>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ page trimDirectiveWhitespaces="true" %>
<%@ include file="dataHead.jsp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!DOCTYPE html >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<META NAME="ROBOTS" CONTENT="NONE">
<title>[?title]</title>
<%@ include file="jsCssHead.jsp" %>
</head><body>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <META NAME="ROBOTS" CONTENT="NONE">
    <title>[?title]</title>
    <%@ include file="jsCssHead.jsp" %>
</head>
<body class="TabPanelBody">
<div class="panelTopTitle">
    <div id="title_top">[?title]</div>
    <div id="tplt-top">
        <%@ include file="top.jsp" %>
    </div>
</div>
<div id="scrollbody">
  <div id="scroller">
      <div id="title_top">[?title]</div>
      <hr style="position: absolute;left:0px;top:9px;height: 1px;background-color:#97CBFF;width: 99%;">
     <div id="tplt-container">
     <div id="tplt-top" >
      <%@ include   file="top.jsp"%>
     </div>
     <div id="tplt-panel" style="margin-left: 10px;margin-top:7px;" >
         <%@ include file="panel.jsp" %>
     </div>
   </div>
  </div>
    <div id="scroller">
        <%--        <hr style="position: absolute;left:0px;top:9px;height: 1px;background-color:#97CBFF;width: 99%;">--%>
        <div id="tplt-container">
            <div id="tplt-panel" style="margin-left: 10px;margin-top:7px;">
                <%@ include file="panel.jsp" %>
            </div>
                <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
                [?ColorDescription]
        </div>
    </div>
</div>
</body>
<%-- <body style="overflow: hidden;">
@@ -51,17 +56,17 @@
      </div>
</body> --%>
<script>
window.onunload=function(){
   if(typeof(mygrid)!="undefined"&&mygrid!=null){
      mygrid.refalshGridOfColse();
   }else{
      refalshGridOfColse();
   }
}
    window.onunload = function () {
        if (typeof (mygrid) != "undefined" && mygrid != null) {
            mygrid.refalshGridOfColse();
        } else {
            refalshGridOfColse();
        }
    }
</script>
</html>
<%}catch(Exception e){%>
<%} catch (Exception e) {%>
<script>
alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
    alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
</script>
<%       }%>
<% }%>