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

<%
htmlviewfunctions.displayitem(form, page_info)
%>