Merge branch 'demostration_08' of http://10.0.6.99/gwall/gwall.git into demostration_08
This commit is contained in:
@@ -215,11 +215,46 @@
|
||||
</c:forEach>
|
||||
</td>
|
||||
|
||||
<td>${_log.url}</td>
|
||||
<td>${_log.reqHdrFile}</td>
|
||||
<td>${_log.reqBodyFile}</td>
|
||||
<td>${_log.resHdrFile}</td>
|
||||
<td>${_log.resBodyFile}</td>
|
||||
<td>
|
||||
<c:if test="${fn:startsWith(_log.url, 'http')}">
|
||||
<a href="${_log.url}" data-original-title="${_log.url}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.url,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
<c:if test="${!fn:startsWith(_log.url, 'http')}">
|
||||
<a href="http://${_log.url}" data-original-title="http://${_log.url}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
http://${fn:substring(_log.url,0,20) }
|
||||
</a>
|
||||
</c:if>
|
||||
</td>
|
||||
<td>
|
||||
<a href="${_log.reqHdrFile}" data-original-title="${_log.reqHdrFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.reqHdrFile,0,20) }
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="${_log.reqBodyFile}" data-original-title="${_log.reqBodyFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.reqBodyFile,0,20) }
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="${_log.resHdrFile}" data-original-title="${_log.resHdrFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.resHdrFile,0,20) }
|
||||
</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="${_log.resBodyFile}" data-original-title="${_log.resBodyFile}" target="_blank"
|
||||
class="tooltips" data-flag="false" data-html="true" data-placement="top">
|
||||
${fn:substring(_log.resBodyFile,0,20) }
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td title="${_log.capIp }">${fns:abbr(_log.capIp, 42)}</td>
|
||||
<td>${_log.transProto }</td>
|
||||
|
||||
Reference in New Issue
Block a user