xinyb
2024-03-05 fbcc779aa2c0bb66a28262e2f81843e01c386798
WebRoot/public/template/0/5/index.jsp
@@ -1,6 +1,6 @@
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
<%@ page trimDirectiveWhitespaces="true" %>
<!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"/>
@@ -19,6 +19,7 @@
            type="text/javascript"></script>
    <script type="text/javascript"
            src="/shopping/view/javascript/gotop/js/jquery-1.10.2.min.js?v=<%=com.yc.utils.FileUtil.getVerstion(request,"/shopping/view/javascript/gotop/js/jquery-1.10.2.min.js")%>"></script>
    <script type="text/javascript" src="/js/jquery.cookie.min.js?v=<%=com.yc.utils.FileUtil.getVerstion(request,"/js/jquery.cookie.min.js")%>"></script>
    <script type="text/javascript"
            src="/js/jquery-migrate-1.2.1.js?v=<%=com.yc.utils.FileUtil.getVerstion(request,"/js/jquery-migrate-1.2.1.js")%>"></script>
    <script type="text/javascript"
@@ -125,11 +126,11 @@
    <div id="scroller">
        <div id="tplt-container">
            <div id="tplt-panel" style="margin-left: 10px;">
                <%@ include file="panel.jsp" %>
            </div>
            <div class="colorDescription">
                <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
                [?ColorDescription]
                <%
                    String customURL=DBHelper.getCustomURL(request,formId,formType,"panel.jsp");
                %>
                <jsp:include page="<%=customURL%>" flush="true"></jsp:include><%//改成兼容用户自定义控件布局的变量 xin 2024-1-12 16:14:05%>
<%--                <%@ include file="panel.jsp" %>--%>
            </div>
        </div>
        <%
@@ -144,6 +145,8 @@
        %>
        <%@ include file="/general/processTrack.jsp" %>
        <%}%>
        <%//文字颜色说明显示位置 xin 2022-5-16 14:45:39%>
        [?ColorDescription]
        <span id="checkIs"> </span>
        <span id="divIs"> </span>
    </div>
@@ -160,7 +163,7 @@
</script>
<%} catch (Exception e) {%>
<script>
    let error = "<%=e.getCause()!=null?e.getCause().getMessage():e.getMessage()%>";
    let error = "<%=e.getCause()!=null?e.getCause().getMessage().replaceAll("\"","“"):e.getMessage().replaceAll("\"","“")%>";
    if (error != null) {
        error = error.split(":");
        if (error.length > 1) {