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

<%
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=view.value.cadir.value})
end
%>

<% local header_level = htmlviewfunctions.displaysectionstart(view, page_info) %>
<pre><%= html.html_escape(view.value.details.value.value) %></pre>
<% htmlviewfunctions.displaysectionend(header_level) %>