日志loguri字段改为超链接开头加http://

This commit is contained in:
zhanghongqing
2018-07-30 16:15:25 +08:00
parent d7ef7ad26f
commit 4614cc004c
7 changed files with 51 additions and 13 deletions

View File

@@ -174,6 +174,8 @@ $(document).ready(function(){
<th><spring:message code='recv_time'/></th>
<th><spring:message code='protocol'/></th>
<th><spring:message code='addr_type'/></th>
<th><spring:message code='ftp_url'/></th>
<th><spring:message code='ftp_content'/></th>
<th><spring:message code='serverip'/></th>
<th><spring:message code='clientip'/></th>
<th><spring:message code='serverport'/></th>
@@ -185,8 +187,7 @@ $(document).ready(function(){
<th><spring:message code='clj_ip'/></th>
<th><spring:message code='nest_addr_list'/></th>
<th><spring:message code='user_region'/></th>
<th><spring:message code='ftp_url'/></th>
<th><spring:message code='ftp_content'/></th>
</tr>
</thead>
<tbody>
@@ -211,6 +212,13 @@ $(document).ready(function(){
<c:if test="${log.addrType==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td>
<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>
</td>
<td>${log.ftpContent}</td>
<td>${log.dIp}</td>
<td>${log.sIp}</td>
<td>${log.dPort}</td>
@@ -226,8 +234,7 @@ $(document).ready(function(){
<td>${log.capIp}</td>
<td>${log.addrList}</td>
<td>${log.userRegion}</td>
<td>${log.ftpUrl}</td>
<td>${log.ftpContent}</td>
</tr>
</c:forEach>
</tbody>

View File

@@ -197,7 +197,12 @@
<td>${_log.mailFrom }</td>
<td>${_log.mailTo }</td>
<td>${_log.subject }</td>
<td>${_log.emlFile }</td>
<td>
<a href="${_log.emlFile}" data-original-title="${_log.emlFile}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(_log.emlFile,0,20) }
</a>
</td>
<td>${_log.sIp }</td>
<td>${_log.sPort }</td>
<td>${_log.dIp }</td>

View File

@@ -214,7 +214,13 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>${log.url}</td>
<td>${log.logUri}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.refer}</td>
<td>${log.level}</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->

View File

@@ -214,7 +214,12 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>${log.url}</td>
<td>${log.logUri}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.refer}</td>
<td>${log.level}</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->

View File

@@ -38,7 +38,7 @@ $(document).ready(function(){
<div class="page-content">
<h3 class="page-title">
VOIP ACCOUNT
VoIP ACCOUNT
<small><spring:message code="date_list"/></small>
</h3>
@@ -233,7 +233,12 @@ $(document).ready(function(){
<td>${log.toFromStoreIp}</td>
<td>${log.toFromStoreUrl}</td>
<td>${log.pid}</td>
<td>${log.logUri}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.level}</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->
<td>

View File

@@ -38,7 +38,7 @@ $(document).ready(function(){
<div class="page-content">
<h3 class="page-title">
VOIP IP
VoIP IP
<small><spring:message code="date_list"/></small>
</h3>
@@ -233,7 +233,12 @@ $(document).ready(function(){
<td>${log.toFromStoreIp}</td>
<td>${log.toFromStoreUrl}</td>
<td>${log.pid}</td>
<td>${log.logUri}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.level}</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->
<td>

View File

@@ -38,7 +38,7 @@ $(document).ready(function(){
<div class="page-content">
<h3 class="page-title">
VOIP
VoIP
<small><spring:message code="date_list"/></small>
</h3>
@@ -233,7 +233,12 @@ $(document).ready(function(){
<td>${log.toFromStoreIp}</td>
<td>${log.toFromStoreUrl}</td>
<td>${log.pid}</td>
<td>${log.logUri}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>
</td>
<td>${log.level}</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->
<td>