summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-06-06 13:20:14 +0000
committerTed Trask <ttrask01@yahoo.com>2008-06-06 13:20:14 +0000
commit970b7cda939a26a74ad7f3c47d4d69d8debe80af (patch)
treee05b83083afcd826fe7d111d13eb1fcfa4d5ce27
parent68b08ba0a7525e7571f304e4756c2e0a8f7d6e47 (diff)
downloadacf-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
-rw-r--r--openssl-checkenvironment-html.lsp15
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>