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

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

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