summaryrefslogtreecommitdiffstats
path: root/lbu-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'lbu-html.lsp')
-rw-r--r--lbu-html.lsp16
1 files changed, 16 insertions, 0 deletions
diff --git a/lbu-html.lsp b/lbu-html.lsp
new file mode 100644
index 0000000..71269f5
--- /dev/null
+++ b/lbu-html.lsp
@@ -0,0 +1,16 @@
+<? local form, viewlibrary, pageinfo = ...
+require("viewfunctions")
+?>
+<?
+--[[ DEBUG INFORMATION
+io.write("<H1>DEBUGGING</H1><span style='color:red'><H2>DEBUG INFO: CFE</H2>")
+io.write(html.cfe_unpack(form))
+io.write("</span>")
+--]]
+?>
+
+<H1><?= form.label ?></H1>
+<?
+ form.action = pageinfo.action
+ displayform(form)
+?>