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

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