summaryrefslogtreecommitdiffstats
path: root/modules-status-html.lsp
blob: e70dee130c8870a0f2874c197af8c784372e9ea6 (plain)
1
2
3
4
5
6
7
8
9
<% local view, viewlibrary, page_info, session = ... %> 
<% htmlviewfunctions = require("htmlviewfunctions") %>
<% html = require("acf.html") %>

<%
local header_level = htmlviewfunctions.displayheader(cfe({label="Modules"}), page_info)
htmlviewfunctions.displayheader(cfe({label="Installed modules"}), page_info, htmlviewfunctions.incrementheader(header_level))
%>
<pre><%= html.html_escape(view.value) %></pre>