summaryrefslogtreecommitdiffstats
path: root/postfix-details-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-12-31 15:49:13 +0000
committerTed Trask <ttrask01@yahoo.com>2008-12-31 15:49:13 +0000
commit693030035ed1152f8ec7144a622e9122c373c026 (patch)
tree01bcee7809da8ef5d874e36df96fea6bf474d25f /postfix-details-html.lsp
downloadacf-postfix-693030035ed1152f8ec7144a622e9122c373c026.tar.bz2
acf-postfix-693030035ed1152f8ec7144a622e9122c373c026.tar.xz
Added postfix controller with basic functionality.
git-svn-id: svn://svn.alpinelinux.org/acf/postfix/trunk@1655 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'postfix-details-html.lsp')
-rw-r--r--postfix-details-html.lsp17
1 files changed, 17 insertions, 0 deletions
diff --git a/postfix-details-html.lsp b/postfix-details-html.lsp
new file mode 100644
index 0000000..f60bb13
--- /dev/null
+++ b/postfix-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><%= data.label %></H2>
+<DL>
+<%
+displayitem(data)
+%>
+</DL>