summaryrefslogtreecommitdiffstats
path: root/postgresql-details-html.lsp
blob: 831e9f3b02fefe0ae127c3e35d8d10b8a12eab42 (plain)
1
2
3
4
5
6
7
8
9
10
<% 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) %>