日志loguri字段改为超链接开头加http://
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||
|
||||
@@ -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:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||
|
||||
@@ -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:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||
<td>
|
||||
|
||||
@@ -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:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||
<td>
|
||||
|
||||
@@ -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:动态黑名单FD;1:静态配置FD;2:首次分析命中 -->
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user