summaryrefslogtreecommitdiffstats
path: root/apk-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'apk-config-html.lsp')
-rw-r--r--apk-config-html.lsp14
1 files changed, 14 insertions, 0 deletions
diff --git a/apk-config-html.lsp b/apk-config-html.lsp
new file mode 100644
index 0000000..a884ec9
--- /dev/null
+++ b/apk-config-html.lsp
@@ -0,0 +1,14 @@
+<? local form = ... ?>
+<? 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>
+<?
+ displayform(form)
+?>