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

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

<% local header_level = htmlviewfunctions.displaysectionstart(data, page_info) %>
<% htmlviewfunctions.displayitem(data) %>
<% htmlviewfunctions.displaysectionend(header_level) %>