http、网页关键字日志url和website参数添加html转码

pxyhttp日志增加url和website的查询条件
This commit is contained in:
leijun
2018-12-20 20:33:13 +08:00
parent 607671518f
commit 74c978286a
4 changed files with 85 additions and 29 deletions

View File

@@ -196,6 +196,18 @@
<label><spring:message code="cfg_id"></spring:message></label>
<input name="cfgId" type="text" class="form-control logCfgId number" value="${log.cfgId }"/>
</div>
<div class="col-md-4">
<div class="form-group">
<label>URL</label>
<input name="url" type="text" class="form-control" value="${log.url }"/>
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="website"></spring:message></label>
<input name="website" type="text" class="form-control" value="${log.website }"/>
</div>
</div>
</div>
</div>
<!-- /筛选搜索内容栏 结束-->