HTTP Advanced配置表单调整.
This commit is contained in:
@@ -395,6 +395,28 @@
|
|||||||
</c:forEach>
|
</c:forEach>
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
<c:if test="${region.configRegionValue eq _cfg.ntcSubscribeIdCfg.cfgType }">
|
||||||
|
<!--response header info-->
|
||||||
|
<div class="subscribeId">
|
||||||
|
<c:set var="tabName" value="subscribeIdTab"></c:set>
|
||||||
|
<h4 class="form-section" >
|
||||||
|
<spring:message code="${region.configRegionValue}" />
|
||||||
|
<small> <span
|
||||||
|
class="glyphicon glyphicon-plus ${tabName}Add"
|
||||||
|
onClick="addContent(this,'${tabName}')" title="add"></span></small>
|
||||||
|
</h4>
|
||||||
|
<%-- <c:set var="regionValue" value="${_cfg.httpResHdr.cfgType}"></c:set> --%>
|
||||||
|
<c:forEach items="${_cfg.ntcSubscribeIdCfgList}" var="cfg"
|
||||||
|
varStatus="status">
|
||||||
|
<c:set var="cfgName" value="ntcSubscribeIdCfgList[${status.index}]"></c:set>
|
||||||
|
<div class="row boxSolid ${tabName}${status.index} <c:if test="${empty cfg.cfgId}">hidden disabled </c:if>">
|
||||||
|
|
||||||
|
<%@include file="/WEB-INF/views/cfg/complexCfgForm.jsp"%>
|
||||||
|
</div>
|
||||||
|
</c:forEach>
|
||||||
|
</div>
|
||||||
|
<!--/response header info-->
|
||||||
|
</c:if>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${region.regionType eq 3 }">
|
<c:if test="${region.regionType eq 3 }">
|
||||||
<c:if test="${region.configRegionValue eq _cfg.httpReqHdr.cfgType }">
|
<c:if test="${region.configRegionValue eq _cfg.httpReqHdr.cfgType }">
|
||||||
@@ -441,28 +463,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--/response header info-->
|
<!--/response header info-->
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${region.configRegionValue eq _cfg.ntcSubscribeIdCfg.cfgType }">
|
|
||||||
<!--response header info-->
|
|
||||||
<div class="subscribeId">
|
|
||||||
<c:set var="tabName" value="subscribeIdTab"></c:set>
|
|
||||||
<h4 class="form-section" >
|
|
||||||
<spring:message code="${region.configRegionValue}" />
|
|
||||||
<small> <span
|
|
||||||
class="glyphicon glyphicon-plus ${tabName}Add"
|
|
||||||
onClick="addContent(this,'${tabName}')" title="add"></span></small>
|
|
||||||
</h4>
|
|
||||||
<%-- <c:set var="regionValue" value="${_cfg.httpResHdr.cfgType}"></c:set> --%>
|
|
||||||
<c:forEach items="${_cfg.ntcSubscribeIdCfgList}" var="cfg"
|
|
||||||
varStatus="status">
|
|
||||||
<c:set var="cfgName" value="ntcSubscribeIdCfgList[${status.index}]"></c:set>
|
|
||||||
<div class="row boxSolid ${tabName}${status.index} <c:if test="${empty cfg.cfgId}">hidden disabled </c:if>">
|
|
||||||
|
|
||||||
<%@include file="/WEB-INF/views/cfg/complexCfgForm.jsp"%>
|
|
||||||
</div>
|
|
||||||
</c:forEach>
|
|
||||||
</div>
|
|
||||||
<!--/response header info-->
|
|
||||||
</c:if>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
<%@include file="/WEB-INF/include/form/areaInfo.jsp"%>
|
<%@include file="/WEB-INF/include/form/areaInfo.jsp"%>
|
||||||
|
|||||||
Reference in New Issue
Block a user