修改ip复用界面
修改回流和欺骗的国际化英文
This commit is contained in:
@@ -891,7 +891,7 @@ av_content_url_reject=Multimedia Content Url Control
|
|||||||
av_content_url_monit=Multimedia Content Url Monitoring
|
av_content_url_monit=Multimedia Content Url Monitoring
|
||||||
av_pic_url_reject=Multimedia Picture Url Control
|
av_pic_url_reject=Multimedia Picture Url Control
|
||||||
av_pic_url_monit=Multimedia Picture Url Monitoring
|
av_pic_url_monit=Multimedia Picture Url Monitoring
|
||||||
ip_loop=IP Configure Backflow
|
ip_loop=IP Configure Loop
|
||||||
website_dns_reject=Website DNS Control
|
website_dns_reject=Website DNS Control
|
||||||
website_dns_monit=Website DNS Monitoring
|
website_dns_monit=Website DNS Monitoring
|
||||||
mail_reject=Mail Control
|
mail_reject=Mail Control
|
||||||
@@ -925,7 +925,7 @@ domain_monit=Domain Intercepter
|
|||||||
dns_strategy_reject=DNS Response Strategy Control
|
dns_strategy_reject=DNS Response Strategy Control
|
||||||
proxy_http_req_body_replace=HTTP Request Content Replacement
|
proxy_http_req_body_replace=HTTP Request Content Replacement
|
||||||
proxy_http_res_body_replace=HTTP Response Content Replacement
|
proxy_http_res_body_replace=HTTP Response Content Replacement
|
||||||
dns_fake_ip_reject=DNS Fake IP Control
|
dns_fake_ip_reject=DNS Spoofing IP Control
|
||||||
app_strategy_reject=APP Strategy Control
|
app_strategy_reject=APP Strategy Control
|
||||||
app_strategy_ratelimit=APP Strategy Speed Limit
|
app_strategy_ratelimit=APP Strategy Speed Limit
|
||||||
proxy_ip_redirect=IP Redirect
|
proxy_ip_redirect=IP Redirect
|
||||||
|
|||||||
@@ -73,25 +73,39 @@ $(function(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
<label class="control-label col-md-3"><spring:message code="group_name"/></label>
|
||||||
|
<div class="col-md-6">
|
||||||
|
<select name="policyGroup" class="selectpicker show-tick form-control">
|
||||||
|
<option value="0"><spring:message code="select"/></option>
|
||||||
|
<c:forEach items="${policyGroups }" var="policyGroup">
|
||||||
|
<option value="${policyGroup.groupId}" <c:if test="${_cfg.policyGroup==policyGroup.groupId }">selected</c:if>><spring:message code="${policyGroup.groupName}"/></option>
|
||||||
|
</c:forEach>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 hidden">
|
||||||
|
<div class="form-group">
|
||||||
<label class="control-label col-md-3"><spring:message code="action"/></label>
|
<label class="control-label col-md-3"><spring:message code="action"/></label>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<c:forEach items="${serviceList}" var="service"
|
<c:forEach items="${serviceList}" var="service"
|
||||||
varStatus="satus">
|
varStatus="satus">
|
||||||
<label class="radio-inline"> <c:if
|
<label class="radio-inline"> <c:if
|
||||||
test="${_cfg.functionId eq service.functionId}">
|
test="${_cfg.functionId eq service.functionId}">
|
||||||
<input type="radio" name="action"
|
<input type="radio" name="action"
|
||||||
serviceId="${service.serviceId }"
|
serviceId="${service.serviceId }"
|
||||||
value="${service.action }" class="required action"
|
protocolId="${service.protocolId }"
|
||||||
<c:if test="${_cfg.action==service.action || (_cfg.action==null && satus.index==0)}">checked</c:if>>
|
value="${service.action }" class="required action"
|
||||||
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
|
<c:if test="${_cfg.action==service.action || _cfg.action==null}">checked</c:if>>
|
||||||
<c:if test="${dict.itemCode eq service.action }">
|
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
|
||||||
<spring:message code="${dict.itemValue }"/>
|
<c:if test="${dict.itemCode eq service.action }">
|
||||||
</c:if>
|
<spring:message code="${dict.itemValue }"/>
|
||||||
</c:forEach>
|
</c:if>
|
||||||
</c:if>
|
</c:forEach>
|
||||||
</label>
|
</c:if>
|
||||||
</c:forEach>
|
</label>
|
||||||
|
</c:forEach>
|
||||||
</div>
|
</div>
|
||||||
<div for="action"></div>
|
<div for="action"></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -113,11 +127,6 @@ $(function(){
|
|||||||
<div for="ipType"></div>
|
<div for="ipType"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 hidden">
|
|
||||||
<select name="ipPattern">
|
|
||||||
<option value="3"></option>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="form-group ">
|
<div class="form-group ">
|
||||||
<label class="control-label col-md-3"><font color="red">*</font>
|
<label class="control-label col-md-3"><font color="red">*</font>
|
||||||
@@ -189,21 +198,6 @@ $(function(){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-6">
|
|
||||||
<div class="form-group">
|
|
||||||
<label class="control-label col-md-3"><spring:message code="group_name"/></label>
|
|
||||||
<div class="col-md-6">
|
|
||||||
<select name="policyGroup" class="selectpicker show-tick form-control">
|
|
||||||
<option value="0"><spring:message code="select"/></option>
|
|
||||||
<c:forEach items="${policyGroups }" var="policyGroup">
|
|
||||||
<option value="${policyGroup.groupId}" <c:if test="${_cfg.policyGroup==policyGroup.groupId }">selected</c:if>><spring:message code="${policyGroup.groupName}"/></option>
|
|
||||||
</c:forEach>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<%@include file="/WEB-INF/include/form/basicInfo.jsp" %>
|
<%@include file="/WEB-INF/include/form/basicInfo.jsp" %>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
|
|||||||
Reference in New Issue
Block a user