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

<% viewlibrary.dispatch_component("status") %>

<H2><%= html.html_escape(data.label) %></H2>
<DL>
<%
htmlviewfunctions.displayitem(data)
%>
</DL>