diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-12-10 15:22:54 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2009-12-10 15:22:54 +0000 |
commit | f3924b39a0ace447a8a0ecdbfd0a1a76cb7264d8 (patch) | |
tree | 78764e68df703f7897da2f05a267399530691daf /openssl-checkenvironment-html.lsp | |
parent | d9f2c4e1b299afd58b5dd1b12422b253784ca6d5 (diff) | |
download | acf-openssl-f3924b39a0ace447a8a0ecdbfd0a1a76cb7264d8.tar.bz2 acf-openssl-f3924b39a0ace447a8a0ecdbfd0a1a76cb7264d8.tar.xz |
UI fix, bumped to 0.2.1v0.2.1
Diffstat (limited to 'openssl-checkenvironment-html.lsp')
-rw-r--r-- | openssl-checkenvironment-html.lsp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp index cddd596..0ea7a1e 100644 --- a/openssl-checkenvironment-html.lsp +++ b/openssl-checkenvironment-html.lsp @@ -1,16 +1,16 @@ <% local form, viewlibrary, page_info = ... %> <% require("viewfunctions") %> -<% --[[ DEBUG INFORMATION -io.write(html.cfe_unpack(form)) ---]] %> - <H1><%= html.html_escape(form.label) %></H1> -<DL> -<% displayitem(form.value.status) %> -</DL> <% if form.value.status.errtxt then form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action displayformstart(form) +else %> + <DL> +<% end %> +<% displayitem(form.value.status) %> +<% if form.value.status.errtxt then displayformend(form) -end %> +else %> + </DL> +<% end %> |