diff options
-rw-r--r-- | openssl-checkenvironment-html.lsp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp new file mode 100644 index 0000000..3775402 --- /dev/null +++ b/openssl-checkenvironment-html.lsp @@ -0,0 +1,15 @@ +<? local form, viewlibrary = ... ?> +<? require("viewfunctions") ?> + +<? --[[ DEBUG INFORMATION +io.write(html.cfe_unpack(form)) +--]] ?> + +<H1><?= form.label ?></H1> +<DL> +<? displayitem(form.value.status) ?> +<? if form.value.status.errtxt then ?> +<form action="checkenvironment" method="POST"> +<DT><input class="submit" type="submit" name="<?= form.option ?>" value="<?= form.option ?>"></DT> +<? end ?> +</DL> |