diff options
Diffstat (limited to 'openssl-request-html.lsp')
-rw-r--r-- | openssl-request-html.lsp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openssl-request-html.lsp b/openssl-request-html.lsp new file mode 100644 index 0000000..bc153a4 --- /dev/null +++ b/openssl-request-html.lsp @@ -0,0 +1,12 @@ +<? local form, viewlibrary = ... ?> +<? require("viewfunctions") ?> + +<? --[[ DEBUG INFORMATION +io.write(html.cfe_unpack(form)) +--]] ?> + +<H1><?= form.label ?></H1> +<? + displayform(form) +?> + |