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

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

<H2><%= html.html_escape(data.label) %></H2>
<DL>
<PRE>
<%= html.html_escape(data.value) %>
</PRE>
</DL>