summaryrefslogtreecommitdiffstats
path: root/postfix-details-html.lsp
blob: d261b1393945c537adb1a6575ae550d4b39c8f94 (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) %>