summaryrefslogtreecommitdiffstats
path: root/openssl-checkenvironment-html.lsp
blob: 377540238406a3ba99ac3b95cbb7d6e3fae079fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>