音视频日志的access url 去掉http://前缀
This commit is contained in:
@@ -32,7 +32,6 @@ $(document).ready(function(){
|
|||||||
<spring:message code="av_content_ip_control"/>
|
<spring:message code="av_content_ip_control"/>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<h5 class="page-header"></h5>
|
<h5 class="page-header"></h5>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
@@ -216,11 +215,11 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@@ -215,11 +215,11 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@@ -217,12 +217,12 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
<c:if test="${fn:startsWith(log.logUri, 'http')}">
|
||||||
|
|||||||
@@ -217,11 +217,11 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@@ -217,11 +217,11 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@@ -217,11 +217,11 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@@ -275,11 +275,11 @@
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@@ -217,11 +217,11 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
@@ -217,11 +217,11 @@ $(document).ready(function(){
|
|||||||
|
|
||||||
<td>${log.pid}</td>
|
<td>${log.pid}</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${fn:startsWith(log.url, 'http')}">
|
<c:if test="${fn:startsWith(log.url, 'http://')}">
|
||||||
${log.url}
|
${fn:substring(log.url,7,-1)}
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${!fn:startsWith(log.url, 'http') and !empty log.url}">
|
<c:if test="${!fn:startsWith(log.url, 'http://') and !empty log.url}">
|
||||||
http://${log.url}
|
${log.url}
|
||||||
</c:if>
|
</c:if>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user