Merge branch 'demostration_08' into 'develop'
Demostration 08 See merge request !7
This commit is contained in:
@@ -29,7 +29,7 @@ $(document).ready(function(){
|
||||
|
||||
<div class="page-content">
|
||||
<h3 class="page-title">
|
||||
<spring:message code="dk_behavior"/>
|
||||
<spring:message code="target_ip_protect"/>
|
||||
<small><spring:message code="date_list"/></small>
|
||||
</h3>
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<div class="theme-panel hidden-xs hidden-sm">
|
||||
</div>
|
||||
<h3 class="page-title">
|
||||
DNS
|
||||
<spring:message code="DNS"/>
|
||||
<small><spring:message code="date_list"/></small>
|
||||
</h3>
|
||||
<h5 class="page-header"></h5>
|
||||
|
||||
@@ -204,10 +204,18 @@ $(document).ready(function(){
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.ftpUrl, 'ftp')}">
|
||||
<a href="${log.ftpUrl}" data-original-title="${log.ftpUrl}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.ftpUrl,0,20) }
|
||||
</a>
|
||||
</a>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.ftpUrl, 'ftp') and !empty log.ftpUrl}">
|
||||
<a href="ftp://${log.ftpUrl}" data-original-title="ftp://${log.ftpUrl}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
ftp://${fn:substring(log.ftpUrl,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<div class="theme-panel hidden-xs hidden-sm">
|
||||
</div>
|
||||
<h3 class="page-title">
|
||||
HTTP
|
||||
<spring:message code="HTTP"/>
|
||||
<small><spring:message code="date_list"/></small>
|
||||
</h3>
|
||||
<h5 class="page-header"></h5>
|
||||
@@ -217,43 +217,69 @@
|
||||
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(_log.url, 'http')}">
|
||||
<a href="${_log.url}" data-original-title="${_log.url}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.url,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.url, 'http')}">
|
||||
<a href="http://${_log.url}" data-original-title="http://${_log.url}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(_log.url,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
${_log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.url, 'http') and !empty _log.url}">
|
||||
http://${_log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(_log.reqHdrFile, 'http')}">
|
||||
<a href="${_log.reqHdrFile}" data-original-title="${_log.reqHdrFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.reqHdrFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.reqHdrFile, 'http') and !empty _log.reqHdrFile}">
|
||||
<a href="http://${_log.reqHdrFile}" data-original-title="http://${_log.reqHdrFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(_log.reqHdrFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(_log.reqBodyFile, 'http')}">
|
||||
<a href="${_log.reqBodyFile}" data-original-title="${_log.reqBodyFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.reqBodyFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.reqBodyFile, 'http') and !empty _log.reqBodyFile}">
|
||||
<a href="http://${_log.reqBodyFile}" data-original-title="http://${_log.reqBodyFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(_log.reqBodyFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(_log.resHdrFile, 'http')}">
|
||||
<a href="${_log.resHdrFile}" data-original-title="${_log.resHdrFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.resHdrFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.resHdrFile, 'http') and !empty _log.resHdrFile}">
|
||||
<a href="http://${_log.resHdrFile}" data-original-title="http://${_log.resHdrFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(_log.resHdrFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(_log.resBodyFile, 'http')}">
|
||||
<a href="${_log.resBodyFile}" data-original-title="${_log.resBodyFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.resBodyFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.resBodyFile, 'http') and !empty _log.resBodyFile}">
|
||||
<a href="http://${_log.resBodyFile}" data-original-title="http://${_log.resBodyFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(_log.resBodyFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
|
||||
<td title="${_log.capIp }">${fns:abbr(_log.capIp, 42)}</td>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<div class="theme-panel hidden-xs hidden-sm">
|
||||
</div>
|
||||
<h3 class="page-title">
|
||||
IP
|
||||
<spring:message code="ip_control"/>
|
||||
<small><spring:message code="date_list"/></small>
|
||||
</h3>
|
||||
<h5 class="page-header"></h5>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
<div class="page-content">
|
||||
<h3 class="page-title">
|
||||
L2TP
|
||||
<spring:message code="L2TP" />
|
||||
<small><spring:message code="date_list" /></small>
|
||||
</h3>
|
||||
<h5 class="page-header"></h5>
|
||||
|
||||
@@ -219,7 +219,7 @@
|
||||
${fn:substring(_log.emlFile,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.emlFile, 'http')}">
|
||||
<c:if test="${!fn:startsWith(_log.emlFile, 'http') and !empty _log.emlFile}">
|
||||
<a href="http://${_log.emlFile}" data-original-title="http://${_log.emlFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(_log.emlFile,0,20) }
|
||||
|
||||
@@ -210,12 +210,28 @@ $(document).ready(function(){
|
||||
</td>
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>${log.url}</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
${log.refer}
|
||||
|
||||
@@ -210,12 +210,28 @@ $(document).ready(function(){
|
||||
</td>
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>${log.url}</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
${log.refer}
|
||||
|
||||
@@ -211,12 +211,28 @@ $(document).ready(function(){
|
||||
</td>
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>http://${log.url}</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td title="${fns:escapeHtml(log.refer)}">
|
||||
${fns:stringFormat(log.refer,30)}
|
||||
|
||||
@@ -211,12 +211,28 @@ $(document).ready(function(){
|
||||
</td>
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>http://${log.url}</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
${log.refer}
|
||||
|
||||
@@ -212,21 +212,18 @@ $(document).ready(function(){
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>
|
||||
<%-- <c:if test="${fn:startsWith(log.url, 'http')}">${log.url }</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http')}">http://${log.url }</c:if> --%>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http')}">
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<c:set var="logUri" value="${log.logUri }"/>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http')}">
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<c:set var="logUri" value="http://${log.logUri }"/>
|
||||
</c:if>
|
||||
<%-- <a target="_blank" href='${logUri}' title="${logUri}"> --%>
|
||||
|
||||
@@ -212,21 +212,18 @@ $(document).ready(function(){
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>
|
||||
<%-- <c:if test="${fn:startsWith(log.url, 'http')}">${log.url }</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http')}">http://${log.url }</c:if> --%>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url }
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http')}">
|
||||
${log.url }
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<c:set var="logUri" value="${log.logUri }"/>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http')}">
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<c:set var="logUri" value="http://${log.logUri }"/>
|
||||
</c:if>
|
||||
<a href="${logUri}" target="_blank" data-original-title="${logUri}"
|
||||
|
||||
@@ -271,13 +271,29 @@
|
||||
</td>
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>http://${log.url}</td>
|
||||
<td>
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>${log.refer }</td>
|
||||
<td>${log.level}</td>
|
||||
<td><c:if test="${log.fdType eq 0 }">
|
||||
|
||||
@@ -211,12 +211,28 @@ $(document).ready(function(){
|
||||
</td>
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>http://${log.url}</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>${log.refer }</td>
|
||||
<td>${log.level }</td>
|
||||
|
||||
@@ -211,12 +211,28 @@ $(document).ready(function(){
|
||||
</td>
|
||||
|
||||
<td>${log.pid}</td>
|
||||
<td>http://${log.url}</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
||||
${log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
||||
http://${log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>${log.refer }</td>
|
||||
<td>${log.level}</td>
|
||||
|
||||
@@ -229,16 +229,19 @@ $(document).ready(function(){
|
||||
<td>${log.toFromStoreUrl }</td> --%>
|
||||
<td>${log.pid}</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<c:set var="logUri" value="${log.logUri }"/>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http')}">
|
||||
<c:set var="logUri" value="http://${log.logUri }"/>
|
||||
</c:if>
|
||||
<a href="${logUri}" target="_blank" data-original-title="${logUri}"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(logUri,0,20) }
|
||||
</a>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>${log.level}</td>
|
||||
<!--0:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||
|
||||
@@ -228,10 +228,19 @@ $(document).ready(function(){
|
||||
<%-- <td>${log.toFromStoreUrl}</td> --%>
|
||||
<td>${log.pid}</td>
|
||||
<td>
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>${log.level}</td>
|
||||
<!--0:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||
|
||||
@@ -227,10 +227,19 @@ $(document).ready(function(){
|
||||
<%-- <td>${log.toFromStoreUrl}</td> --%>
|
||||
<td>${log.pid}</td>
|
||||
<td>
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${!fn:startsWith(log.logUri, 'http') and !empty log.logUri}">
|
||||
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(log.logUri,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>${log.level}</td>
|
||||
<!--0:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
<div class="page-content">
|
||||
<h3 class="page-title">
|
||||
PPTP
|
||||
<spring:message code="pptp_ip_control" />
|
||||
<small><spring:message code="date_list" /></small>
|
||||
</h3>
|
||||
<h5 class="page-header"></h5>
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
<div class="page-content">
|
||||
<h3 class="page-title">
|
||||
SSL
|
||||
<spring:message code="ssl_control" />
|
||||
<small><spring:message code="date_list" /></small>
|
||||
</h3>
|
||||
<h5 class="page-header"></h5>
|
||||
|
||||
@@ -180,7 +180,14 @@
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>${_log.url }</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(_log.url, 'http')}">
|
||||
${_log.url}
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.url, 'http') and !empty _log.url}">
|
||||
http://${_log.url}
|
||||
</c:if>
|
||||
</td>
|
||||
<td title="${_log.capIp }">${fns:abbr(_log.capIp, 42)}</td>
|
||||
<td>${_log.transProto }</td>
|
||||
<td title="${_log.dIp }">${fns:abbr(_log.dIp, 42)}</td>
|
||||
|
||||
Reference in New Issue
Block a user