Merge branch 'develop' into 'demostration_08'
Develop See merge request !3
This commit is contained in:
@@ -813,7 +813,7 @@ basic_protocol=Basic Protocol
|
||||
ip_Reuse_pool_config=IP Reuseing Pool
|
||||
dns_res_strategy=DNS Response Profiles
|
||||
policy_number=Policy No.
|
||||
policy_name=Action Parameter->Response Profile
|
||||
policy_name=Response Profile
|
||||
min_ttl=Minimum Active time
|
||||
max_ttl=Maximum Active time
|
||||
ttl_unit=Unit / second
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="expression_type"/></label>
|
||||
<div class="col-md-6">
|
||||
<label class="radio-inline">
|
||||
<label class="radio-inline hidden">
|
||||
<input type="radio" name="exprType" value="1" class="required"
|
||||
<c:if test="${_cfg.exprType==1}">checked</c:if>
|
||||
><spring:message code="and_expression"/>
|
||||
@@ -200,7 +200,11 @@
|
||||
<div class="col-md-6">
|
||||
<select name="matchMethod" class="selectpicker select2 form-control required" >
|
||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchMethodC">
|
||||
<option value="${matchMethodC.itemCode}" <c:if test="${_cfg.matchMethod==matchMethodC.itemCode || (_cfg.matchMethod==null && matchMethodC.itemCode==3)}">selected</c:if>><spring:message code="${matchMethodC.itemValue}"/></option>
|
||||
<c:if test="${matchMethodC.itemCode eq 1}">
|
||||
<option value="${matchMethodC.itemCode}" selected >
|
||||
<spring:message code="${matchMethodC.itemValue}"/>
|
||||
</option>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -311,18 +311,18 @@
|
||||
</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('MATCH_METHOD')}" var="matchC">
|
||||
<c:if test="${cfg.exprType eq matchC.itemCode}"><spring:message code="${matchC.itemValue }"/></c:if>
|
||||
<c:if test="${cfg.matchMethod eq matchC.itemCode}"><spring:message code="${matchC.itemValue }"/></c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('WHETHER_HEXBINARY')}" var="hexC">
|
||||
<c:if test="${cfg.exprType eq hexC.itemCode}"><spring:message code="${hexC.itemValue }"/></c:if>
|
||||
<c:if test="${cfg.isHexbin eq hexC.itemCode}"><spring:message code="${hexC.itemValue }"/></c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('WHETHER_AREA_BLOCK')}" var="areaC">
|
||||
<c:if test="${cfg.exprType eq areaC.itemCode and areaC.itemValue eq 'no'}"><spring:message code="${areaC.itemValue }"/></c:if>
|
||||
<c:if test="${cfg.exprType eq areaC.itemCode and areaC.itemValue eq 'yes'}">
|
||||
<c:if test="${cfg.isAreaEffective eq areaC.itemCode and areaC.itemValue eq 'no'}"><spring:message code="${areaC.itemValue }"/></c:if>
|
||||
<c:if test="${cfg.isAreaEffective eq areaC.itemCode and areaC.itemValue eq 'yes'}">
|
||||
<a href="javascript:viewAreaInfo('${ctx }','${cfg.areaEffectiveIds }','${cfg.compileId }')" >
|
||||
<spring:message code="${areaC.itemValue }"/>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user