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

<% 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>