Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop

This commit is contained in:
wangxin
2018-07-30 18:15:09 +08:00
6 changed files with 6 additions and 6 deletions

View File

@@ -198,7 +198,7 @@
<td>${_log.mailTo }</td>
<td>${_log.subject }</td>
<td>
<a href="${_log.emlFile}" data-original-title="${_log.emlFile}" target="_blank"
<a href="http://${_log.emlFile}" data-original-title="http://${_log.emlFile}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(_log.emlFile,0,20) }
</a>

View File

@@ -215,7 +215,7 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>${log.url}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>

View File

@@ -215,7 +215,7 @@ $(document).ready(function(){
<td>${log.pid}</td>
<td>${log.url}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>

View File

@@ -234,7 +234,7 @@ $(document).ready(function(){
<td>${log.toFromStoreUrl}</td>
<td>${log.pid}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>

View File

@@ -234,7 +234,7 @@ $(document).ready(function(){
<td>${log.toFromStoreUrl}</td>
<td>${log.pid}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>

View File

@@ -234,7 +234,7 @@ $(document).ready(function(){
<td>${log.toFromStoreUrl}</td>
<td>${log.pid}</td>
<td>
<a href="${log.logUri}" data-original-title="${log.logUri}" target="_blank"
<a href="http://${log.logUri}" data-original-title="http://${log.logUri}" target="_blank"
class="tooltips" data-flag="false" data-html="true" data-placement="top">
http://${fn:substring(log.logUri,0,20) }
</a>