修改日志音视频字段国际化
This commit is contained in:
@@ -176,7 +176,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='protocol'/></th>
|
||||
<th><spring:message code='av_protocol'/></th>
|
||||
|
||||
<th><spring:message code='found_time'/></th>
|
||||
<th><spring:message code='recv_time'/></th>
|
||||
|
||||
@@ -176,7 +176,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='protocol'/></th>
|
||||
<th><spring:message code='av_protocol'/></th>
|
||||
|
||||
<th><spring:message code='found_time'/></th>
|
||||
<th><spring:message code='recv_time'/></th>
|
||||
|
||||
@@ -175,7 +175,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='protocol'/></th>
|
||||
<th><spring:message code='av_protocol'/></th>
|
||||
|
||||
<th><spring:message code='found_time'/></th>
|
||||
<th><spring:message code='recv_time'/></th>
|
||||
|
||||
@@ -175,7 +175,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='protocol'/></th>
|
||||
<th><spring:message code='av_protocol'/></th>
|
||||
|
||||
<th><spring:message code='found_time'/></th>
|
||||
<th><spring:message code='recv_time'/></th>
|
||||
|
||||
@@ -173,9 +173,9 @@ $(document).ready(function(){
|
||||
<th><spring:message code='recv_time'/></th>
|
||||
<th><spring:message code='protocol'/></th>
|
||||
|
||||
<th><spring:message code='recv_time'/></th>
|
||||
<th><spring:message code='voip_recv_time'/></th>
|
||||
<th><spring:message code='duation'/></th>
|
||||
<th><spring:message code='protocol'/></th>
|
||||
<th><spring:message code='voip_protocol'/></th>
|
||||
<th><spring:message code='calling_account'/></th>
|
||||
<th><spring:message code='called_account'/></th>
|
||||
<th><spring:message code='calling_number'/></th>
|
||||
@@ -219,24 +219,6 @@ $(document).ready(function(){
|
||||
<td>${log.foundTime}</td>
|
||||
<td>${log.recvTime}</td>
|
||||
<td>${log.transProto}</td>
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('IP_TYPE')}" var="dic">
|
||||
<c:if test="${log.addrType==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>${log.dIp}</td>
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td>${log.deviceId}</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>${log.capIp}</td>
|
||||
<td>${log.addrList}</td>
|
||||
<td>${log.userRegion}</td>
|
||||
|
||||
<td>${log.recvTime}</td>
|
||||
<td>${log.duation}</td>
|
||||
@@ -259,6 +241,24 @@ $(document).ready(function(){
|
||||
<c:if test="${log.fdType eq 2 }"><spring:message code="first_hit"/></c:if>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<c:forEach items="${fns:getDictList('IP_TYPE')}" var="dic">
|
||||
<c:if test="${log.addrType==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>
|
||||
</c:forEach>
|
||||
</td>
|
||||
<td>${log.dIp}</td>
|
||||
<td>${log.sIp}</td>
|
||||
<td>${log.dPort}</td>
|
||||
<td>${log.sPort}</td>
|
||||
<td>${log.deviceId}</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>${log.capIp}</td>
|
||||
<td>${log.addrList}</td>
|
||||
<td>${log.userRegion}</td>
|
||||
</tr>
|
||||
</c:forEach>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user