音视频色情样例日志的url增加http前缀、超链接
This commit is contained in:
@@ -213,8 +213,15 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>${log.url}</td>
|
<td>
|
||||||
<td>${log.logUri}</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>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a target="_blank" href='
|
||||||
|
<c:if test="${fn:startsWith(log.logUri, \"http\")}">${log.logUri }</c:if>
|
||||||
|
<c:if test="${!fn:startsWith(log.logUri, \"http\")}">http://${log.logUri }</c:if>'>http://${log.logUri }</a>
|
||||||
|
</td>
|
||||||
<td>${log.refer}</td>
|
<td>${log.refer}</td>
|
||||||
<td>${log.level}</td>
|
<td>${log.level}</td>
|
||||||
<!--0:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
<!--0:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||||
|
|||||||
@@ -213,8 +213,15 @@ $(document).ready(function(){
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>${log.url}</td>
|
<td>
|
||||||
<td>${log.logUri}</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>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<a target="_blank" href='
|
||||||
|
<c:if test="${fn:startsWith(log.logUri, \"http\")}">${log.logUri }</c:if>
|
||||||
|
<c:if test="${!fn:startsWith(log.logUri, \"http\")}">http://${log.logUri }</c:if>'>http://${log.logUri }</a>
|
||||||
|
</td>
|
||||||
<td>${log.refer}</td>
|
<td>${log.refer}</td>
|
||||||
<td>${log.level}</td>
|
<td>${log.level}</td>
|
||||||
<!--0:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
<!--0:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user