diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-01-02 21:17:49 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-01-02 21:17:49 +0000 |
commit | 27408fa54e736cbcc741c3e41171d8f65b2848db (patch) | |
tree | 9cfa089e975880a50b12f6de029236c239792308 /gross-details-html.lsp | |
download | acf-gross-27408fa54e736cbcc741c3e41171d8f65b2848db.tar.bz2 acf-gross-27408fa54e736cbcc741c3e41171d8f65b2848db.tar.xz |
Added gross controller with basic functionality.
git-svn-id: svn://svn.alpinelinux.org/acf/gross/trunk@1662 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'gross-details-html.lsp')
-rw-r--r-- | gross-details-html.lsp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gross-details-html.lsp b/gross-details-html.lsp new file mode 100644 index 0000000..f60bb13 --- /dev/null +++ b/gross-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> |