diff options
Diffstat (limited to 'dnscache-createdomain-html.lsp')
-rw-r--r-- | dnscache-createdomain-html.lsp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dnscache-createdomain-html.lsp b/dnscache-createdomain-html.lsp new file mode 100644 index 0000000..4347fc0 --- /dev/null +++ b/dnscache-createdomain-html.lsp @@ -0,0 +1,17 @@ +<? 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> +<? + form.action = "createdomain" + local order = { } + displayform(form, order) +?> |