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

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