diff options
Diffstat (limited to 'dnscache-editips-html.lsp')
-rw-r--r-- | dnscache-editips-html.lsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dnscache-editips-html.lsp b/dnscache-editips-html.lsp new file mode 100644 index 0000000..b88e2c4 --- /dev/null +++ b/dnscache-editips-html.lsp @@ -0,0 +1,15 @@ +<? local form, viewlibrary = ... +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) +?> |