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

<%
if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("getcachain") and page_info.orig_action == page_info.prefix..page_info.controller.."/"..page_info.action then
	viewlibrary.dispatch_component("getcachain", {cadir=form.value.cadir.value})
end
%>

<%
	form.enctype = "multipart/form-data"
	form.value.ca.type="file"
	htmlviewfunctions.displayitem(form, page_info)
%>