diff --git a/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp
index eee1c633f..a8e0cc9c7 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/ddosList.jsp
@@ -29,7 +29,7 @@ $(document).ready(function(){
-
+
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/dnsList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/dnsList.jsp
index d898ab210..01a37f64f 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/dnsList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/dnsList.jsp
@@ -31,7 +31,7 @@
- DNS
+
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp
index d179cb2f5..aa2ef8c46 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/ftpList.jsp
@@ -204,10 +204,18 @@ $(document).ready(function(){
+
${fn:substring(log.ftpUrl,0,20) }
-
+
+
+
+
+ ftp://${fn:substring(log.ftpUrl,0,20) }
+
+
|
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp
index ac664c979..f975091c4 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/httpList.jsp
@@ -31,7 +31,7 @@
- HTTP
+
@@ -217,43 +217,69 @@
|
-
- ${fn:substring(_log.url,0,20) }
-
-
-
-
- http://${fn:substring(_log.url,0,20) }
-
-
+ ${_log.url}
+
+
+ http://${_log.url}
+
|
+
${fn:substring(_log.reqHdrFile,0,20) }
+
+
+
+ ftp://${fn:substring(_log.reqHdrFile,0,20) }
+
+
|
+
${fn:substring(_log.reqBodyFile,0,20) }
+
+
+
+ ftp://${fn:substring(_log.reqBodyFile,0,20) }
+
+
|
+
${fn:substring(_log.resHdrFile,0,20) }
+
+
+
+ ftp://${fn:substring(_log.resHdrFile,0,20) }
+
+
|
+
${fn:substring(_log.resBodyFile,0,20) }
+
+
+
+ ftp://${fn:substring(_log.resBodyFile,0,20) }
+
+
|
${fns:abbr(_log.capIp, 42)} |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp
index b2c14ad04..c835edd4b 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/ipList.jsp
@@ -31,7 +31,7 @@
- IP
+
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp
index 8544e0ca6..910efa19f 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/l2tpLogList.jsp
@@ -29,7 +29,7 @@
- L2TP
+
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp
index 096d4d51c..9d55c220d 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mailList.jsp
@@ -213,16 +213,16 @@
${_log.subject } |
-
+
${fn:substring(_log.emlFile,0,20) }
-
-
+
- http://${fn:substring(_log.emlFile,0,20) }
+ ftp://${fn:substring(_log.emlFile,0,20) }
|
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp
index 48b831de4..67cf9312e 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmAvIpList.jsp
@@ -210,12 +210,28 @@ $(document).ready(function(){
${log.pid} |
-
${log.url} |
+
+ ${log.url}
+
+
+ http://${log.url}
+
+ |
+
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
http://${fn:substring(log.logUri,0,20) }
-
+
+
|
${log.refer}
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp
index 7faee95a3..645c7f063 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmAvUrlList.jsp
@@ -210,12 +210,28 @@ $(document).ready(function(){
|
${log.pid} |
-
${log.url} |
+
+ ${log.url}
+
+
+ http://${log.url}
+
+ |
+
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
http://${fn:substring(log.logUri,0,20) }
-
+
+
|
${log.refer}
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp
index f210ab613..de81ccbb4 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPicIpList.jsp
@@ -211,12 +211,21 @@ $(document).ready(function(){
|
${log.pid} |
-
http://${log.url} |
+
${log.url} |
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
http://${fn:substring(log.logUri,0,20) }
+
|
${fns:stringFormat(log.refer,30)}
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp
index 210d9822f..8ab1c2b23 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPicUrlList.jsp
@@ -211,12 +211,28 @@ $(document).ready(function(){
|
${log.pid} |
-
http://${log.url} |
+
+ ${log.url}
+
+
+ http://${log.url}
+
+ |
+
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
http://${fn:substring(log.logUri,0,20) }
+
|
${log.refer}
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp
index 409a0b000..826db35ca 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPornAudioSampleList.jsp
@@ -212,21 +212,18 @@ $(document).ready(function(){
| ${log.pid} |
- <%-- ${log.url }
- http://${log.url } --%>
${log.url}
-
+
http://${log.url}
-
|
-
+
<%-- --%>
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp
index 4d45149f7..5c2d98440 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmPornVideoSampleList.jsp
@@ -212,21 +212,18 @@ $(document).ready(function(){
| ${log.pid} |
- <%-- ${log.url }
- http://${log.url } --%>
- ${log.url }
+ ${log.url}
-
- ${log.url }
+
+ http://${log.url}
-
|
-
+
| ${log.pid} |
- http://${log.url} |
-
- http://${fn:substring(log.logUri,0,20) }
-
+
+ ${log.url}
+
+
+ http://${log.url}
+
|
+
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
+
+ http://${fn:substring(log.logUri,0,20) }
+
+
+ |
${log.refer } |
${log.level} |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp
index 0d28fcae0..e00b5a96b 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSamplePicList.jsp
@@ -211,12 +211,28 @@ $(document).ready(function(){
|
${log.pid} |
- http://${log.url} |
+
+ ${log.url}
+
+
+ http://${log.url}
+
+ |
+
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
+ class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
+
|
${log.refer } |
${log.level } |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp
index bddd18c16..9bb8af7ca 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVideoList.jsp
@@ -211,12 +211,28 @@ $(document).ready(function(){
|
${log.pid} |
- http://${log.url} |
+
+ ${log.url}
+
+
+ http://${log.url}
+
+ |
+
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
+ class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
+
|
${log.refer } |
${log.level} |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp
index 1d617f202..868276ef6 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmSampleVoipList.jsp
@@ -229,16 +229,19 @@ $(document).ready(function(){
${log.toFromStoreUrl } | --%>
${log.pid} |
-
-
-
-
-
-
-
- ${fn:substring(logUri,0,20) }
-
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
+
+ http://${fn:substring(log.logUri,0,20) }
+
+
|
${log.level} |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp
index db01839ab..58a87958d 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipAccountList.jsp
@@ -228,10 +228,19 @@ $(document).ready(function(){
<%-- ${log.toFromStoreUrl} | --%>
${log.pid} |
-
- http://${fn:substring(log.logUri,0,20) }
-
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
+
+ http://${fn:substring(log.logUri,0,20) }
+
+
|
${log.level} |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp
index 6b1e12f69..bf0eb692e 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/mmVoipIpList.jsp
@@ -227,10 +227,19 @@ $(document).ready(function(){
<%-- ${log.toFromStoreUrl} | --%>
${log.pid} |
-
- http://${fn:substring(log.logUri,0,20) }
-
+
+
+ ${fn:substring(log.logUri,0,20) }
+
+
+
+
+
+ http://${fn:substring(log.logUri,0,20) }
+
+
|
${log.level} |
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp
index 7c2284d31..f389ccaca 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/pptpLogList.jsp
@@ -29,7 +29,7 @@
- PPTP
+
diff --git a/src/main/webapp/WEB-INF/views/log/ntc/sslLogList.jsp b/src/main/webapp/WEB-INF/views/log/ntc/sslLogList.jsp
index 3933748e3..4d9ea91c6 100644
--- a/src/main/webapp/WEB-INF/views/log/ntc/sslLogList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/ntc/sslLogList.jsp
@@ -30,7 +30,7 @@
- SSL
+
diff --git a/src/main/webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp b/src/main/webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp
index 9081cffd8..8fb09aa9e 100644
--- a/src/main/webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp
+++ b/src/main/webapp/WEB-INF/views/log/pxy/pxyHttpList.jsp
@@ -180,7 +180,14 @@
|
-
${_log.url } |
+
+
+ ${_log.url}
+
+
+ http://${_log.url}
+
+ |
${fns:abbr(_log.capIp, 42)} |
${_log.transProto } |
${fns:abbr(_log.dIp, 42)} |