1.修改日志字段显示2.修改国际化英文翻译3.日志界面增加查看详情4.修改查询条件与字段名相同

This commit is contained in:
zhanghongqing
2018-08-02 17:40:16 +08:00
parent 699ca9d3a2
commit e09a7d0e69
23 changed files with 243 additions and 171 deletions

View File

@@ -588,8 +588,8 @@ no_permission=Lack of authority
param_error=\u53C2\u6570\u6709\u8BEF,\u670D\u52A1\u5668\u65E0\u6CD5\u89E3\u6790.
request_service_failed=\u8BF7\u6C42\u670D\u52A1\u63A5\u53E3\u5931\u8D25
request_error=Request Error
av_voip_ip_title=voip Ip
av_voip_account_title=voip Account
av_voip_ip_title=Voip Ip
av_voip_account_title=Voip Account
account=Account
ip_pattern=IP Pattern
port_pattern=Port Pattern
@@ -669,47 +669,47 @@ val_direction=Direction should be 0(bidirectional) or 1(unidirectional)
#===========log begin=============
log=Log
cfg_id=ConfigurationID
cfg_id=Configuration Id
found_time=Found Time
recv_time=Receive Time
protocol_type=Protocol Type
protocol_type=Protocol
addr_type=IP Type
serverip=Server IP
clientip=Client IP
serverport=Server IP Port
clientport=Client IP Port
entrance_id=ISP
serverport=Server Port
clientport=Client Port
entrance_id=Entrance
deviceid=Device
direct=Direction
stream_type=Stream Type
clj_ip=Processor IP
nest_addr_list=Nested address list
nest_addr_list=Nested Address List
server_locate=Server Locate
client_locate=Client Locate
user_region=User Region
version=Version
encrypt_mode=Encrypt Mode
hmac=Is there any HMAC
hmac=Is There Any HMAC
tunnel_type=Tunnel Type
log_total=Log Total Amount
host_key=Host Key
host_cookie=Host Cookie
mac=Message authentication code
mac=Message Authentication Code
ex_protocol=Exchange Protocol
isakmp_mode=ISAKMP Mode
req_hdr_file=Request header dump file
req_body_file=Request body dump file
res_hdr_file=Response header dump file
res_body_file=Response body dump file
req_hdr_file=Request Header Dump File
req_body_file=Request Body Dump File
res_hdr_file=Response Header Dump File
res_body_file=Response Body Dump File
qr=Request/Response
rd=Recursion Desired
ra=Available Recursion
rd=Recursion Desured
ra=Recursion Available
rr=Resource Record
qtype=QType
qclass=QClass
opcode=Opcode
qtype=QTYPE
qclass=QCLASS
opcode=OPCODE
qname=Query Content
cname=cname
cname=CNAME
dns_query=Request
dns_response=Response
entrance=Entrance
@@ -727,10 +727,10 @@ user_name=User Name
attack_type=Attack Type
attack_start_time=Attack Start Time
last_attack_time=Last Attack Time
attack_max_pps=Attack Max Pps num/s
attack_max_bps=Attack Max Bps bit/s
attack_total_pkt=Attack Total pkt
attack_total_byte=Attack Total byte
attack_max_pps=Attack Max Pps Num/s
attack_max_bps=Attack Max Bps Bit/s
attack_total_pkt=Attack Total Pkt
attack_total_byte=Attack Total Byte
is_blcok=Is Blcok
firstPage=First Page
dk_behavior=Behavior
@@ -742,16 +742,16 @@ s2c_byte_num=s2cByteNum
voip_recv_time=VOIP Receive Time
voip_protocol=VOIP Protocol
av_protocol=AV Protocol
duation=duation(s)
duation=Duation(s)
calling_account=Calling Account
called_account=Called Account
calling_number=Calling Number
called_number=Called Number
from_to_store_ip=From To Store IP
from_to_store_url=From To Store URL
to_from_store_ip=To From Store IP
to_from_store_url=To From Store URL
pid=Program ID
from_to_store_ip=Calling VoIP Voice File Server IP
from_to_store_url=Calling VoIP Voice File Server URL
to_from_store_ip=Called VoIP Voice File Server IP
to_from_store_url=Called VoIP Voice File Server URL
pid=Program Id
log_uri=Log URI
fd_type=Block Type
access_url=Progam Access URL
@@ -769,7 +769,7 @@ domain_forward=Domain Forward
http_redirect=HTTP Redirect
http_req_replace=Http Request Body Replace
http_res_replace=Http Response Body Replace
replace_content=Replace with
replace_content=Replace With
#=============about proxy=========
#===========policy_group_manage start =============
all_types=All Type
@@ -785,14 +785,14 @@ ratelimit_config=Ratelimit
ip_ratelimit=IP Ratelimit
domain_ratelimit=Domain Ratelimit
ratelimit=Limit Rate
ir_type=Reuse type
ir_type=Reuse Type
dns_strategy_id=DNS Policy ID
no_strategy=No Strategy
#=============about manipulation=========
#=============about app config===========
domain=Domain
app_ip_config=APP Protocol IP
bytes=byte
bytes=Byte
app_http_config=APP HTTP Feature
app_domain_config=APP Domain Feature
app_byte_config=APP Byte Feature
@@ -1037,14 +1037,14 @@ os_type=OS Type
browser_type=Browser Type
traffic_protocol_chart=Protocol
traffic_ipactive_chart=IP Active TOP10
traffic_app_chart=App Chart
traffic_ua_list=Traffic UA List TOP10
traffic_ua_chart=Traffic UA
traffic_app_chart=App TOP10
traffic_ua_list=UA TOP10
traffic_ua_chart=UA
ranking=Ranking
os=OS
browser=Browser
trend=Trend
traffic_website_list=Website List TOP10
traffic_website_list=Website TOP10
traffic_website_type_chart=Website Type
website=Website
#===============dashboard end===================================

View File

@@ -187,7 +187,7 @@ $(document).ready(function(){
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -195,7 +195,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -204,7 +204,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.appLabel)}">
${fns:stringFormat(log.appLabel,30)}
@@ -236,9 +242,9 @@ $(document).ready(function(){
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
<%-- <td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
</td> --%>
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>

View File

@@ -183,7 +183,7 @@ $(document).ready(function(){
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -191,7 +191,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -200,7 +200,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>${log.capIp}</td>
<td>${log.transProto}</td>
<td>
@@ -223,9 +229,9 @@ $(document).ready(function(){
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
<%-- <td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
</td> --%>
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>

View File

@@ -183,7 +183,7 @@ $(document).ready(function(){
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -191,7 +191,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -200,7 +200,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>${log.attackType}</td>
<td><fmt:formatDate value="${log.attackStartTime}" pattern="yyyy-MM-dd HH:mm:ss" /></td>
@@ -233,9 +239,9 @@ $(document).ready(function(){
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
<%-- <td title="${fns:escapeHtml(log.addrList)}"> --%>
<%-- ${fns:stringFormat(log.addrList,30)} --%>
<!-- </td> -->
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>

View File

@@ -187,7 +187,7 @@ $(document).ready(function(){
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -195,7 +195,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -204,7 +204,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>
<a href="${log.ftpUrl}" data-original-title="${log.ftpUrl}" target="_blank"
@@ -239,7 +245,7 @@ $(document).ready(function(){
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td>${log.addrList}</td>
<%-- <td>${log.addrList}</td> --%>
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>

View File

@@ -178,7 +178,7 @@ $(document).ready(function(){
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -186,7 +186,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -195,12 +195,18 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>
<c:if test="${log.exProtocol==1}">ISAKMP(V1)</c:if>
<c:if test="${log.exProtocol==2}">IKEv2</c:if>
<c:if test="${log.exProtocol==3}">其它</c:if>
<c:if test="${log.exProtocol==3}">Others</c:if>
</td>
<td>
<c:if test="${log.isakmpMode==1}">Aggre</c:if>
@@ -231,9 +237,9 @@ $(document).ready(function(){
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
<%-- <td title="${fns:escapeHtml(log.addrList)}"> --%>
<%-- ${fns:stringFormat(log.addrList,30)} --%>
<!-- </td> -->
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>

View File

@@ -182,7 +182,7 @@
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit"/></c:if>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject"/></c:if>

View File

@@ -179,7 +179,7 @@
<th><spring:message code="deviceid"/></th>
<th><spring:message code="direction"/></th>
<th><spring:message code="stream_type"/></th>
<th><spring:message code="nest_addr_list"/></th>
<%-- <th><spring:message code="nest_addr_list"/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -187,7 +187,7 @@
<tbody>
<c:forEach var="_log" items="${page.list }" varStatus="status">
<tr>
<td>${_log.cfgId }</td>
<td>${_log.cfgId }<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq _log.action}">
@@ -196,7 +196,13 @@
</c:forEach>
</td>
<td>${_log.foundTime }</td>
<td>${_log.entranceId }</td>
<td>
<c:forEach items="${fns:getDictList('ENTRANCE')}" var="dict">
<c:if test="${dict.itemCode eq _log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>${_log.mailProto }</td>
<td title="${fns:escapeHtml(_log.mailFrom)}">
@@ -239,9 +245,9 @@
<c:if test="${streamType.itemCode eq _log.streamDir}">${streamType.itemValue}</c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(_log.addrList)}">
${fns:stringFormat(_log.addrList,30)}
</td>
<%-- <td title="${fns:escapeHtml(_log.addrList)}"> --%>
<%-- ${fns:stringFormat(_log.addrList,30)} --%>
<!-- </td> -->
<td title="${_log.serverLocate}">${fns:abbr(_log.serverLocate,20)}</td>
<td title="${_log.clientLocate}">${fns:abbr(_log.clientLocate,20)}</td>
</tr>

View File

@@ -118,7 +118,7 @@ $(document).ready(function(){
</div>
</div>
<div class="col-md-2">
<%-- <div class="col-md-2">
<div class="form-group">
<label><spring:message code="direct"/></label>
<form:select path="direction" class="selectpicker select2 form-control">
@@ -128,7 +128,7 @@ $(document).ready(function(){
</c:forEach>
</form:select>
</div>
</div>
</div> --%>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="entrance"/></label>
@@ -180,7 +180,7 @@ $(document).ready(function(){
<th><spring:message code='refer'/></th>
<th><spring:message code='harm_level'/></th>
<th><spring:message code='fd_type'/></th>
<th><spring:message code='av_protocol'/></th>
<%-- <th><spring:message code='av_protocol'/></th> --%>
<th><spring:message code='clj_ip'/></th>
<th><spring:message code='protocol'/></th>
@@ -189,10 +189,10 @@ $(document).ready(function(){
<th><spring:message code='clientip'/></th>
<th><spring:message code='serverport'/></th>
<th><spring:message code='clientport'/></th>
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<%-- <th><spring:message code='deviceid'/></th> --%>
<%-- <th><spring:message code='direct'/></th> --%>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
@@ -201,7 +201,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -210,7 +210,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>${log.pid}</td>
<td>${log.url}</td>
@@ -230,7 +236,7 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<%-- <td>${log.protocol}</td> --%>
<td>${log.capIp}</td>
<td>${log.transProto}</td>
@@ -243,20 +249,20 @@ $(document).ready(function(){
<td>${log.sIp}</td>
<td>${log.dPort}</td>
<td>${log.sPort}</td>
<td>${log.deviceId}</td>
<%-- <td>${log.deviceId}</td>
<td>
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
</td> --%>
<td>
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
<%-- <td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
</td> --%>
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>

View File

@@ -118,7 +118,7 @@ $(document).ready(function(){
</div>
</div>
<div class="col-md-2">
<%-- <div class="col-md-2">
<div class="form-group">
<label><spring:message code="direct"/></label>
<form:select path="direction" class="selectpicker select2 form-control">
@@ -128,7 +128,7 @@ $(document).ready(function(){
</c:forEach>
</form:select>
</div>
</div>
</div> --%>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="entrance"/></label>
@@ -180,7 +180,7 @@ $(document).ready(function(){
<th><spring:message code='refer'/></th>
<th><spring:message code='harm_level'/></th>
<th><spring:message code='fd_type'/></th>
<th><spring:message code='av_protocol'/></th>
<%-- <th><spring:message code='av_protocol'/></th> --%>
<th><spring:message code='clj_ip'/></th>
<th><spring:message code='protocol'/></th>
@@ -189,10 +189,10 @@ $(document).ready(function(){
<th><spring:message code='clientip'/></th>
<th><spring:message code='serverport'/></th>
<th><spring:message code='clientport'/></th>
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<%-- <th><spring:message code='deviceid'/></th> --%>
<%-- <th><spring:message code='direct'/></th> --%>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
@@ -201,7 +201,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -210,7 +210,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>${log.pid}</td>
<td>${log.url}</td>
@@ -230,7 +236,7 @@ $(document).ready(function(){
<c:if test="${log.fdType eq 1 }"><spring:message code="static_cfg_block"/></c:if>
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
</td>
<td>${log.protocol}</td>
<%-- <td>${log.protocol}</td> --%>
<td>${log.capIp}</td>
<td>${log.transProto}</td>
@@ -243,20 +249,20 @@ $(document).ready(function(){
<td>${log.sIp}</td>
<td>${log.dPort}</td>
<td>${log.sPort}</td>
<td>${log.deviceId}</td>
<%-- <td>${log.deviceId}</td>
<td>
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
</td> --%>
<td>
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
<%-- <td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
</td> --%>
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>

View File

@@ -197,7 +197,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject"/></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit"/></c:if>

View File

@@ -197,7 +197,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject"/></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit"/></c:if>

View File

@@ -200,7 +200,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject"/></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit"/></c:if>

View File

@@ -200,7 +200,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject"/></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit"/></c:if>

View File

@@ -265,7 +265,7 @@
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject" /></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit" /></c:if>

View File

@@ -197,7 +197,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject" /></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit" /></c:if>

View File

@@ -197,7 +197,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject" /></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit" /></c:if>

View File

@@ -207,7 +207,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject"/></c:if>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit"/></c:if>

View File

@@ -118,7 +118,7 @@ $(document).ready(function(){
</div>
</div>
<div class="col-md-2">
<%-- <div class="col-md-2">
<div class="form-group">
<label><spring:message code="direct"/></label>
<form:select path="direction" class="selectpicker select2 form-control">
@@ -128,7 +128,7 @@ $(document).ready(function(){
</c:forEach>
</form:select>
</div>
</div>
</div> --%>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="entrance"/></label>
@@ -180,10 +180,10 @@ $(document).ready(function(){
<th><spring:message code='called_account'/></th>
<th><spring:message code='calling_number'/></th>
<th><spring:message code='called_number'/></th>
<th><spring:message code='from_to_store_ip'/></th>
<th><spring:message code='from_to_store_url'/></th>
<th><spring:message code='to_from_store_ip'/></th>
<th><spring:message code='to_from_store_url'/></th>
<%-- <th><spring:message code='from_to_store_ip'/></th> --%>
<%-- <th><spring:message code='from_to_store_url'/></th> --%>
<%-- <th><spring:message code='to_from_store_ip'/></th> --%>
<%-- <th><spring:message code='to_from_store_url'/></th> --%>
<th><spring:message code='pid'/></th>
<th><spring:message code='log_uri'/></th>
<th><spring:message code='harm_level'/></th>
@@ -196,10 +196,10 @@ $(document).ready(function(){
<th><spring:message code='clientip'/></th>
<th><spring:message code='serverport'/></th>
<th><spring:message code='clientport'/></th>
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<%-- <th><spring:message code='deviceid'/></th> --%>
<%-- <th><spring:message code='direct'/></th> --%>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -207,7 +207,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -216,7 +216,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>${log.duation}</td>
<td>${log.voipProtocol}</td>
@@ -228,10 +234,10 @@ $(document).ready(function(){
</td>
<td>${log.callingNumber}</td>
<td>${log.calledNumber}</td>
<td>${log.fromToStoreIp}</td>
<td>${log.fromToStoreUrl}</td>
<td>${log.toFromStoreIp}</td>
<td>${log.toFromStoreUrl}</td>
<%-- <td>${log.fromToStoreIp}</td> --%>
<%-- <td>${log.fromToStoreUrl}</td> --%>
<%-- <td>${log.toFromStoreIp}</td> --%>
<%-- <td>${log.toFromStoreUrl}</td> --%>
<td>${log.pid}</td>
<td>
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
@@ -258,20 +264,20 @@ $(document).ready(function(){
<td>${log.sIp}</td>
<td>${log.dPort}</td>
<td>${log.sPort}</td>
<td>${log.deviceId}</td>
<td>
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<%-- <td>${log.deviceId}</td> --%>
<!-- <td> -->
<%-- <c:forEach items="${fns:getDictList('DIRECTION')}" var="dic"> --%>
<%-- <c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if> --%>
<%-- </c:forEach> --%>
<!-- </td> -->
<td>
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
<%-- <td title="${fns:escapeHtml(log.addrList)}"> --%>
<%-- ${fns:stringFormat(log.addrList,30)} --%>
<!-- </td> -->
<td>${log.serverLocate}</td>
<td>${log.clientLocate}</td>
</tr>

View File

@@ -118,7 +118,7 @@ $(document).ready(function(){
</div>
</div>
<div class="col-md-2">
<%-- <div class="col-md-2">
<div class="form-group">
<label><spring:message code="direct"/></label>
<form:select path="direction" class="selectpicker select2 form-control">
@@ -128,7 +128,7 @@ $(document).ready(function(){
</c:forEach>
</form:select>
</div>
</div>
</div> --%>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="entrance"/></label>
@@ -180,10 +180,10 @@ $(document).ready(function(){
<th><spring:message code='called_account'/></th>
<th><spring:message code='calling_number'/></th>
<th><spring:message code='called_number'/></th>
<th><spring:message code='from_to_store_ip'/></th>
<th><spring:message code='from_to_store_url'/></th>
<th><spring:message code='to_from_store_ip'/></th>
<th><spring:message code='to_from_store_url'/></th>
<%-- <th><spring:message code='from_to_store_ip'/></th> --%>
<%-- <th><spring:message code='from_to_store_url'/></th> --%>
<%-- <th><spring:message code='to_from_store_ip'/></th> --%>
<%-- <th><spring:message code='to_from_store_url'/></th> --%>
<th><spring:message code='pid'/></th>
<th><spring:message code='log_uri'/></th>
<th><spring:message code='harm_level'/></th>
@@ -196,10 +196,10 @@ $(document).ready(function(){
<th><spring:message code='clientip'/></th>
<th><spring:message code='serverport'/></th>
<th><spring:message code='clientport'/></th>
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<%-- <th><spring:message code='deviceid'/></th> --%>
<%-- <th><spring:message code='direct'/></th> --%>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -207,7 +207,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -216,7 +216,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td>${log.duation}</td>
<td>${log.voipProtocol}</td>
@@ -228,10 +234,10 @@ $(document).ready(function(){
</td>
<td>${log.callingNumber}</td>
<td>${log.calledNumber}</td>
<td>${log.fromToStoreIp}</td>
<td>${log.fromToStoreUrl}</td>
<td>${log.toFromStoreIp}</td>
<td>${log.toFromStoreUrl}</td>
<%-- <td>${log.fromToStoreIp}</td> --%>
<%-- <td>${log.fromToStoreUrl}</td> --%>
<%-- <td>${log.toFromStoreIp}</td> --%>
<%-- <td>${log.toFromStoreUrl}</td> --%>
<td>${log.pid}</td>
<td>
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
@@ -258,20 +264,20 @@ $(document).ready(function(){
<td>${log.sIp}</td>
<td>${log.dPort}</td>
<td>${log.sPort}</td>
<td>${log.deviceId}</td>
<td>
<%-- <td>${log.deviceId}</td> --%>
<%-- <td>
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
</td> --%>
<td>
<c:forEach items="${fns:getDictList('LOG_STREAM_TYPE')}" var="dic">
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
<%-- <td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
</td> --%>
<td>${log.serverLocate}</td>
<td>${log.clientLocate}</td>
</tr>

View File

@@ -189,7 +189,7 @@ $(document).ready(function(){
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -197,7 +197,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -206,7 +206,13 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.version)}">
${fns:stringFormat(log.version,30)}
@@ -245,9 +251,9 @@ $(document).ready(function(){
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
<%-- <td title="${fns:escapeHtml(log.addrList)}"> --%>
<%-- ${fns:stringFormat(log.addrList,30)} --%>
<!-- </td> -->
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>

View File

@@ -181,7 +181,7 @@
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:if test="${log.action eq 1 }"><spring:message code="action_monit"/></c:if>
<c:if test="${log.action eq 16 }"><spring:message code="action_reject"/></c:if>

View File

@@ -174,12 +174,12 @@ $(document).ready(function(){
<th><spring:message code='found_time'/></th>
<th><spring:message code='entrance_id'/></th>
<th><spring:message code='version'/></th>
<%-- <th><spring:message code='version'/></th> --%>
<th><spring:message code='host_key'/></th>
<th><spring:message code='host_cookie'/></th>
<%-- <th><spring:message code='host_cookie'/></th>
<th><spring:message code='encrypt_mode'/></th>
<th><spring:message code='mac'/></th>
<th><spring:message code='tunnel_type'/></th>
<th><spring:message code='tunnel_type'/></th> --%>
<th><spring:message code='clj_ip'/></th>
<th><spring:message code='protocol_type'/></th>
@@ -191,7 +191,7 @@ $(document).ready(function(){
<th><spring:message code='deviceid'/></th>
<th><spring:message code='direct'/></th>
<th><spring:message code='stream_type'/></th>
<th><spring:message code='nest_addr_list'/></th>
<%-- <th><spring:message code='nest_addr_list'/></th> --%>
<th><spring:message code='server_locate'/></th>
<th><spring:message code='client_locate'/></th>
</tr>
@@ -199,7 +199,7 @@ $(document).ready(function(){
<tbody>
<c:forEach items="${page.list}" var="log" varStatus="status" step="1">
<tr>
<td>${log.cfgId}</td>
<td>${log.cfgId}<a href="javascript:void(0)" name="viewLogInfo"><i class="icon-book-open"></i></a></td>
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
@@ -208,15 +208,21 @@ $(document).ready(function(){
</c:forEach>
</td>
<td>${log.foundTime}</td>
<td>${log.entranceId}</td>
<td title="${fns:escapeHtml(log.version)}">
${fns:stringFormat(log.version,30)}
<td>
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
<c:if test="${dict.itemCode eq log.action}">
<spring:message code="${dict.itemValue}"/>
</c:if>
</c:forEach>
</td>
<%-- <td title="${fns:escapeHtml(log.version)}">
${fns:stringFormat(log.version,30)}
</td> --%>
<td title="${fns:escapeHtml(log.hostKey)}">
${fns:stringFormat(log.hostKey,30)}
</td>
<td title="${fns:escapeHtml(log.hostCookie)}">
<%-- <td title="${fns:escapeHtml(log.hostCookie)}">
${fns:stringFormat(log.hostCookie,30)}
</td>
<td title="${fns:escapeHtml(log.encryptMode)}">
@@ -224,12 +230,12 @@ $(document).ready(function(){
</td>
<td title="${fns:escapeHtml(log.mac)}">
${fns:stringFormat(log.mac,30)}
</td>
<td>
</td> --%>
<%-- <td>
<c:if test="${log.tunnelType==1}">SSH</c:if>
<c:if test="${log.tunnelType==2}">SSHD</c:if>
<c:if test="${log.tunnelType==3}">SFTP</c:if>
</td>
</td> --%>
<td>${log.capIp}</td>
<td>${log.transProto}</td>
@@ -253,9 +259,9 @@ $(document).ready(function(){
<c:if test="${log.streamDir==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
</c:forEach>
</td>
<td title="${fns:escapeHtml(log.addrList)}">
<%-- <td title="${fns:escapeHtml(log.addrList)}">
${fns:stringFormat(log.addrList,30)}
</td>
</td> --%>
<td title="${log.serverLocate}">${fns:abbr(log.serverLocate,20)}</td>
<td title="${log.clientLocate}">${fns:abbr(log.clientLocate,20)}</td>
</tr>