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

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

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