summaryrefslogtreecommitdiffstats
path: root/dovecot-details-html.lsp
blob: 13cb2232a6dfdc497ae66a24c181b85d4c49286d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% local data, viewlibrary, page_info, session = ... 
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)
%>