summaryrefslogtreecommitdiffstats
path: root/modules-status-html.lsp
blob: 167c1b5b01cd80adc3081bcbd9bd8dc967848343 (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") %>

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