summaryrefslogtreecommitdiffstats
path: root/zebra-details-html.lsp
blob: d2c6f9c6555f1cd27a68b7c7b2fa3a0eb7172495 (plain)
1
2
3
4
5
6
7
8
9
10
<% local data, viewlibrary, page_info, session = ...
html = require("acf.html")
htmlviewfunctions = require("htmlviewfunctions")
%>

<% local header_level = htmlviewfunctions.displaysectionstart(data.value.showip, page_info) %>
<pre>
<%= html.html_escape(tostring(data.value.showip.value)) %>
</pre>
<% htmlviewfunctions.displaysectionend(header_level) %>