diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-06-06 13:20:14 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-06-06 13:20:14 +0000 |
commit | 970b7cda939a26a74ad7f3c47d4d69d8debe80af (patch) | |
tree | e05b83083afcd826fe7d111d13eb1fcfa4d5ce27 /openssl-checkenvironment-html.lsp | |
parent | 68b08ba0a7525e7571f304e4756c2e0a8f7d6e47 (diff) | |
download | acf-openssl-970b7cda939a26a74ad7f3c47d4d69d8debe80af.tar.bz2 acf-openssl-970b7cda939a26a74ad7f3c47d4d69d8debe80af.tar.xz |
Added missing openssl file
git-svn-id: svn://svn.alpinelinux.org/acf/openssl/trunk@1206 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'openssl-checkenvironment-html.lsp')
-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> |