summaryrefslogtreecommitdiffstats
path: root/lighttpd-details.html.lsp
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2011-10-01 15:05:37 +0000
committerJeff Bilyk <jbilyk@gmail.com>2011-10-01 15:05:37 +0000
commit4aa007e7d9c4d1c58b9e80cb375a6bd92661072a (patch)
tree92f7c515733214e669eb326cafeb0e78e9a4a666 /lighttpd-details.html.lsp
downloadacf-lighttpd-4aa007e7d9c4d1c58b9e80cb375a6bd92661072a.tar.bz2
acf-lighttpd-4aa007e7d9c4d1c58b9e80cb375a6bd92661072a.tar.xz
acf-lighttpd: initial commit
Diffstat (limited to 'lighttpd-details.html.lsp')
-rw-r--r--lighttpd-details.html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/lighttpd-details.html.lsp b/lighttpd-details.html.lsp
new file mode 100644
index 0000000..8f1363e
--- /dev/null
+++ b/lighttpd-details.html.lsp
@@ -0,0 +1,12 @@
+<% local data, viewlibrary = ...
+require("viewfunctions")
+%>
+
+<% viewlibrary.dispatch_component("status") %>
+
+<H2><%= html.html_escape(data.label) %></H2>
+<DL>
+<%
+displayitem(data)
+%>
+</DL>