summaryrefslogtreecommitdiffstats
path: root/postgresql-details-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-details-html.lsp')
-rw-r--r--postgresql-details-html.lsp17
1 files changed, 17 insertions, 0 deletions
diff --git a/postgresql-details-html.lsp b/postgresql-details-html.lsp
new file mode 100644
index 0000000..b8a4ce7
--- /dev/null
+++ b/postgresql-details-html.lsp
@@ -0,0 +1,17 @@
+<% local data, viewlibrary = ...
+require("viewfunctions")
+--[[ DEBUG INFORMATION
+io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
+io.write(html.cfe_unpack(data))
+io.write("</span>")
+--]]
+%>
+
+<% viewlibrary.dispatch_component("status") %>
+
+<H2><%= html.html_escape(data.label) %></H2>
+<DL>
+<%
+displayitem(data)
+%>
+</DL>