APP策略ssl、header界面修改.
This commit is contained in:
@@ -154,7 +154,7 @@ $(function(){
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><font color="red">*</font>
|
||||
<spring:message code="district" /></label>
|
||||
<spring:message code="layer" /></label>
|
||||
<div class="col-md-6">
|
||||
<select name="district"
|
||||
class="selectpicker show-tick form-control required district" onchange="changeDistrict($(this))">
|
||||
@@ -186,7 +186,7 @@ $(function(){
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><font color="red">*</font>
|
||||
<spring:message code="keywords" /></label>
|
||||
<spring:message code="header" /></label>
|
||||
<!-- 此配置的关键词可以输入多个关键词 -->
|
||||
<c:if test="${region.configMultiKeywords eq 1}">
|
||||
<div class="col-md-6">
|
||||
|
||||
@@ -149,18 +149,19 @@ $(function(){
|
||||
<div for="action"></div>
|
||||
</div>
|
||||
</div>
|
||||
<c:if test="${!empty region.configDistrict }">
|
||||
<%-- <c:if test="${!empty region.configDistrict }"> --%>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><font color="red">*</font>
|
||||
<spring:message code="district" /></label>
|
||||
<div class="col-md-6">
|
||||
<select name="district"
|
||||
<select name="district" data-live-search="true" data-live-search-placeholder="search"
|
||||
class="selectpicker show-tick form-control required district" onchange="changeDistrict($(this))">
|
||||
<c:forEach items="${fn:split(region.configDistrict,',')}"
|
||||
var="_district">
|
||||
<option value="${_district }"
|
||||
<c:if test="${_cfg.district==_district}">selected</c:if>>${_district }</option>
|
||||
<option value=""><spring:message code="select"/></option>
|
||||
<c:forEach items="${fns:getDictList('SSL_CERT_DISTRICT')}"
|
||||
var="dict">
|
||||
<option value="${dict.itemValue }"
|
||||
<c:if test="${_cfg.district eq dict.itemValue}">selected</c:if>>${dict.itemValue }</option>
|
||||
</c:forEach>
|
||||
</select>
|
||||
<input type="hidden" name="districtShowName" placeholder="<spring:message code='please_input'/> <spring:message code='custom_region'/>" class="otherValue form-control" value="${_cfg.district}"/>
|
||||
@@ -168,7 +169,7 @@ $(function(){
|
||||
<div for="district"></div>
|
||||
</div>
|
||||
</div>
|
||||
</c:if>
|
||||
<%-- </c:if> --%>
|
||||
<!-- doLog -->
|
||||
<div class="col-md-6 hidden">
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user