refer改为referer

This commit is contained in:
chenjinsong
2018-08-16 16:41:17 +08:00
parent e1a035762a
commit c2c97f222c
16 changed files with 57 additions and 58 deletions

View File

@@ -168,7 +168,7 @@ $(document).ready(function(){
<th><spring:message code='pid'/></th>
<th><spring:message code='access_url'/></th>
<th><spring:message code='log_uri'/></th>
<th><spring:message code='refer'/></th>
<th><spring:message code='referer'/></th>
<th><spring:message code='harm_level'/></th>
<th><spring:message code='fd_type'/></th>
<%-- <th><spring:message code='av_protocol'/></th> --%>
@@ -234,7 +234,7 @@ $(document).ready(function(){
</c:if>
</td>
<td>
${log.refer}
${log.referer}
</td>
<td>${log.level}</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->

View File

@@ -168,7 +168,7 @@ $(document).ready(function(){
<th><spring:message code='pid'/></th>
<th><spring:message code='access_url'/></th>
<th><spring:message code='log_uri'/></th>
<th><spring:message code='refer'/></th>
<th><spring:message code='referer'/></th>
<th><spring:message code='harm_level'/></th>
<th><spring:message code='fd_type'/></th>
<%-- <th><spring:message code='av_protocol'/></th> --%>
@@ -234,7 +234,7 @@ $(document).ready(function(){
</c:if>
</td>
<td>
${log.refer}
${log.referer}
</td>
<td>${log.level}</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->

View File

@@ -168,7 +168,7 @@ $(document).ready(function(){
<th><spring:message code='pid'/></th>
<th><spring:message code='access_url'/></th>
<th><spring:message code='log_uri'/></th>
<th><spring:message code='refer'/></th>
<th><spring:message code='referer'/></th>
<th><spring:message code='harm_level'/></th>
<th><spring:message code='fd_type'/></th>
<%--<th><spring:message code='av_protocol'/></th> --%>
@@ -234,8 +234,8 @@ $(document).ready(function(){
</a>
</c:if>
</td>
<td title="${fns:escapeHtml(log.refer)}">
${fns:stringFormat(log.refer,30)}
<td title="${fns:escapeHtml(log.referer)}">
${fns:stringFormat(log.referer,30)}
</td>
<td>${log.level}</td>
<td>

View File

@@ -168,7 +168,7 @@ $(document).ready(function(){
<th><spring:message code='pid'/></th>
<th><spring:message code='access_url'/></th>
<th><spring:message code='log_uri'/></th>
<th><spring:message code='refer'/></th>
<th><spring:message code='referer'/></th>
<th><spring:message code='harm_level'/></th>
<th><spring:message code='fd_type'/></th>
<%-- <th><spring:message code='av_protocol'/></th> --%>
@@ -235,7 +235,7 @@ $(document).ready(function(){
</c:if>
</td>
<td>
${log.refer}
${log.referer}
</td>
<td>${log.level}</td>
<td>

View File

@@ -168,7 +168,7 @@ $(document).ready(function(){
<th><spring:message code='pid'/></th>
<th><spring:message code='access_url'/></th>
<th><spring:message code='log_uri'/></th>
<th><spring:message code='refer'/></th>
<th><spring:message code='referer'/></th>
<th><spring:message code='harm_level'/></th>
<th><spring:message code='fd_type'/></th>
<%-- <th><spring:message code='av_protocol'/></th> --%>
@@ -236,7 +236,7 @@ $(document).ready(function(){
<%-- <c:if test="${fn:startsWith(log.logUri, \"http\")}">${log.logUri }</c:if>
<c:if test="${!fn:startsWith(log.logUri, \"http\")}">http://${log.logUri }</c:if>'>http://${log.logUri }</a> --%>
</td>
<td>${log.refer}</td>
<td>${log.referer}</td>
<td>${log.level}</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->
<td>

View File

@@ -168,7 +168,7 @@ $(document).ready(function(){
<th><spring:message code='pid'/></th>
<th><spring:message code='access_url'/></th>
<th><spring:message code='log_uri'/></th>
<th><spring:message code='refer'/></th>
<th><spring:message code='referer'/></th>
<th><spring:message code='harm_level'/></th>
<th><spring:message code='fd_type'/></th>
<%-- <th><spring:message code='av_protocol'/></th> --%>
@@ -233,7 +233,7 @@ $(document).ready(function(){
<%-- <c:if test="${fn:startsWith(log.logUri, \"http\")}">${log.logUri }</c:if>
<c:if test="${!fn:startsWith(log.logUri, \"http\")}">http://${log.logUri }</c:if>'>http://${log.logUri }</a> --%>
</td>
<td>${log.refer }</td>
<td>${log.referer }</td>
<td>${log.level }</td>
<!--0动态黑名单FD1静态配置FD2首次分析命中 -->
<td>

View File

@@ -226,7 +226,7 @@
<th><spring:message code='pid' /></th>
<th><spring:message code='access_url' /></th>
<th><spring:message code='log_uri' /></th>
<th><spring:message code='refer' /></th>
<th><spring:message code='referer' /></th>
<th><spring:message code='harm_level' /></th>
<th><spring:message code='fd_type' /></th>
<%-- <th><spring:message code='av_protocol' /></th> --%>
@@ -292,7 +292,7 @@
</a>
</c:if>
</td>
<td>${log.refer }</td>
<td>${log.referer }</td>
<td>${log.level}</td>
<td><c:if test="${log.fdType eq 0 }">
<spring:message code="black_block_list" />

View File

@@ -168,7 +168,7 @@ $(document).ready(function(){
<th><spring:message code='pid' /></th>
<th><spring:message code='access_url' /></th>
<th><spring:message code='log_uri' /></th>
<th><spring:message code='refer' /></th>
<th><spring:message code='referer' /></th>
<th><spring:message code='harm_level' /></th>
<th><spring:message code='fd_type' /></th>
<%-- <th><spring:message code='av_protocol' /></th> --%>
@@ -234,7 +234,7 @@ $(document).ready(function(){
</a>
</c:if>
</td>
<td>${log.refer }</td>
<td>${log.referer }</td>
<td>${log.level }</td>
<td>
<c:if test="${log.fdType eq 0 }"><spring:message code="black_block_list" /></c:if>

View File

@@ -168,7 +168,7 @@ $(document).ready(function(){
<th><spring:message code='pid' /></th>
<th><spring:message code='access_url' /></th>
<th><spring:message code='log_uri' /></th>
<th><spring:message code='refer' /></th>
<th><spring:message code='referer' /></th>
<th><spring:message code='harm_level' /></th>
<th><spring:message code='fd_type' /></th>
<%-- <th><spring:message code='av_protocol' /></th> --%>
@@ -234,7 +234,7 @@ $(document).ready(function(){
</a>
</c:if>
</td>
<td>${log.refer }</td>
<td>${log.referer }</td>
<td>${log.level}</td>
<td><c:if test="${log.fdType eq 0 }">
<spring:message code="black_block_list" />