@@ -593,12 +593,12 @@ ip_range=IP Range
|
||||
ip_subnet=IP Subnet
|
||||
district=Matching District
|
||||
keywords=Keyword
|
||||
http_ip_title=HTTP IP Configuration
|
||||
http_url_title=HTTP URL Configuration
|
||||
http_req_hdr_title=HTTP Request Header Configuration
|
||||
http_req_body_title=HTTP Request Body Configuration
|
||||
http_res_hdr_title=HTTP Response Header Configuration
|
||||
http_res_body_title=HTTP Response Body Configuration
|
||||
http_ip_title=IP
|
||||
http_url_title=URL
|
||||
http_req_hdr_title=Request Header
|
||||
http_req_body_title=Request Body
|
||||
http_res_hdr_title=Response Header
|
||||
http_res_body_title=Response Body
|
||||
ssl_ip=SSL IP Configuration
|
||||
ssl_sni=SSL SNI Keyword Configuration
|
||||
ssl_san=SSL SAN Keyword Configuration
|
||||
@@ -1043,4 +1043,5 @@ website=Website
|
||||
#===============dashboard end===================================
|
||||
ratelimit_limit=Limit Rate must between 0 and 100
|
||||
Maintenance=Policy Objects
|
||||
Proxy=Proxy
|
||||
Proxy=Proxy
|
||||
selective=Selective
|
||||
@@ -11,16 +11,16 @@ $(function(){
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="whether_area_block"/></label>
|
||||
<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">
|
||||
<input type="radio" name="isAreaEffective" value="1" class="required areaControl"
|
||||
<c:if test="${_cfg.isAreaEffective==1}">checked</c:if>
|
||||
><spring:message code="yes"/>
|
||||
</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>
|
||||
><spring:message code="selective"/>
|
||||
</label>
|
||||
</div>
|
||||
<div for="isAreaEffective"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user