summaryrefslogtreecommitdiffstats
path: root/openssl-checkenvironment-html.lsp
blob: 3fca9f01973726c0752c8edfa9a6aac8904aa818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% local form, viewlibrary, page_info = ... %>
<% require("viewfunctions") %>

<% --[[ DEBUG INFORMATION
io.write(html.cfe_unpack(form))
--]] %>

<H1><%= 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)
	displayformend(form)
end %>