关键字转url时,新增的http url配置来函取自关键字配置

This commit is contained in:
duandongmei
2018-11-10 12:26:00 +08:00
parent 7772c0c206
commit 40bcfea683
6 changed files with 18 additions and 4 deletions

View File

@@ -107,7 +107,7 @@ var submitCrlFrom=function(){
<div class="col-md-12">
<div class="form-group">
<label class="control-label col-md-3"><font
color="red">*</font><spring:message code="crl" /> <spring:message code="file" /></label>
color="red">*</font><spring:message code="CRL" /> <spring:message code="file" /></label>
<div class="col-md-6">
<input id="crlFileI" name="crlFileI" type="file"
style="width: 330px; display: none" />

View File

@@ -200,7 +200,7 @@
<table id="contentTable" class="table table-striped table-bordered table-condensed text-nowrap logTb">
<thead>
<tr>
<th><spring:message code="log"/></th>
<th><input type="checkbox" class="i-checks" id="checkAll"><spring:message code="log"/></th>
<th class="sort-column cfg_id " isVisible="false" ><spring:message code="cfg_id"/></th>
<th class="sort-column service" isVisible="false"><spring:message code="action"/></th>
<th class="sort-column found_time"><spring:message code="found_time"/></th>
@@ -239,6 +239,7 @@
<c:forEach var="log" items="${page.list }" varStatus="status">
<tr>
<td>
<input type="checkbox" class="i-checks child-checks" compileId="${log.cfgId }" url="${log.url}" value="${log.cfgId }">
<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a>
</td>
<td>${log.cfgId }</td>