xinyb
2024-03-27 f87909326c2ff2c58da027163f64d9d8f9424b17
WebRoot/public/template/0/9/index.jsp
@@ -1,3 +1,4 @@
<%@ page import="com.yc.service.impl.DBHelper" %>
<%try {%>
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ page trimDirectiveWhitespaces="true" %>
@@ -56,7 +57,10 @@
    <div id="scroller">
        <div id="tplt-container">
            <div id="tplt-panel" style="margin-left: 10px;">
                <%@ include file="panel.jsp" %>
                <%
                    String customURL= DBHelper.getCustomURL(request,formId,formType,"panel.jsp");
                %>
                <jsp:include page="<%=customURL%>" flush="true"></jsp:include><%//改成兼容用户自定义控件布局的变量 xin 2024-1-12 16:14:05%>
            </div>
                <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
                [?ColorDescription]
@@ -76,6 +80,6 @@
</html>
<%} catch (Exception e) {%>
<script>
    alert("<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>");
    alert("<%=e.getCause()!=null?e.getCause().getMessage().replaceAll("\"","“"):e.getMessage().replaceAll("\"","“")%>");
</script>
<% }%>