blob: b83bc7e1644a5d2a36184012a205cdadeda63803 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<% local view, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>
<% local header_level = htmlviewfunctions.displaysectionstart(cfe({label="Alpine Configuration Framework"}), page_info) %>
<p>Welcome.</p>
<% --[[
io.write(htmlviewfunctions.cfe_unpack(view))
io.write(htmlviewfunctions.cfe_unpack(FORM))
io.write(htmlviewfunctions.cfe_unpack(ENV))
--]] %>
<% htmlviewfunctions.displaysectionend(header_level) %>
|