修改区域生效与HTTP多域配置的配置标题翻译

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-07-30 13:32:03 +08:00
parent 0f4b9e9ecb
commit 1ab400d8a6
2 changed files with 15 additions and 14 deletions

View File

@@ -593,12 +593,12 @@ ip_range=IP Range
ip_subnet=IP Subnet ip_subnet=IP Subnet
district=Matching District district=Matching District
keywords=Keyword keywords=Keyword
http_ip_title=HTTP IP Configuration http_ip_title=IP
http_url_title=HTTP URL Configuration http_url_title=URL
http_req_hdr_title=HTTP Request Header Configuration http_req_hdr_title=Request Header
http_req_body_title=HTTP Request Body Configuration http_req_body_title=Request Body
http_res_hdr_title=HTTP Response Header Configuration http_res_hdr_title=Response Header
http_res_body_title=HTTP Response Body Configuration http_res_body_title=Response Body
ssl_ip=SSL IP Configuration ssl_ip=SSL IP Configuration
ssl_sni=SSL SNI Keyword Configuration ssl_sni=SSL SNI Keyword Configuration
ssl_san=SSL SAN Keyword Configuration ssl_san=SSL SAN Keyword Configuration
@@ -1044,3 +1044,4 @@ website=Website
ratelimit_limit=Limit Rate must between 0 and 100 ratelimit_limit=Limit Rate must between 0 and 100
Maintenance=Policy Objects Maintenance=Policy Objects
Proxy=Proxy Proxy=Proxy
selective=Selective

View File

@@ -11,15 +11,15 @@ $(function(){
<div class="form-group"> <div class="form-group">
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="whether_area_block"/></label> <label class="control-label col-md-3"><font color="red">*</font><spring:message code="whether_area_block"/></label>
<div class="col-md-6"> <div class="col-md-6">
<label class="radio-inline">
<input type="radio" name="isAreaEffective" value="0" class="required areaControl"
<c:if test="${_cfg.isAreaEffective==0}">checked</c:if>
><spring:message code="all"/>
</label>
<label class="radio-inline"> <label class="radio-inline">
<input type="radio" name="isAreaEffective" value="1" class="required areaControl" <input type="radio" name="isAreaEffective" value="1" class="required areaControl"
<c:if test="${_cfg.isAreaEffective==1}">checked</c:if> <c:if test="${_cfg.isAreaEffective==1}">checked</c:if>
><spring:message code="yes"/> ><spring:message code="selective"/>
</label>
<label class="radio-inline">
<input type="radio" name="isAreaEffective" value="0" class="required areaControl"
<c:if test="${_cfg.isAreaEffective==0}">checked</c:if>
><spring:message code="no"/>
</label> </label>
</div> </div>
<div for="isAreaEffective"></div> <div for="isAreaEffective"></div>