HTTP-URL页面优化

This commit is contained in:
leijun
2018-10-06 00:27:06 +08:00
parent 236660f3ce
commit 4d0fddf8e7

View File

@@ -122,6 +122,9 @@
<span id="keywordError" style="display:none"><spring:message code="required"></spring:message></span>
<span id="tagsinputTip" style="display:none"><spring:message code="multiple_keywords_tip"></spring:message></span>
<div class="page-content">
<h3 class="page-title">
<spring:message code="${_cfg.menuNameCode }"></spring:message>
</h3>
<div class="row">
<div class="col-md-12">
<div class="portlet box blue">
@@ -223,7 +226,7 @@
<div class="form-group " style="margin-top: 15px;">
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="URL"/></label>
<div class="col-md-6">
<input class="form-control required domainCheck" type="text" name="httpUrlList[0].cfgKeywords" value="${_cfg.httpUrlList[0].cfgKeywords}">
<input class="form-control required " type="text" id="whiteurl" name="httpUrlList[0].cfgKeywords" value="${fn:replace(_cfg.httpUrlList[0].cfgKeywords,"***and***", " ")}">
<input type="hidden" name="httpUrlList[0].exprType" value="0">
<input type="hidden" name="httpUrlList[0].matchMethod" value="0">
<input type="hidden" name="httpUrlList[0].isHexbin" value="0">