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

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("status")
end %>

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