summaryrefslogtreecommitdiffstats
path: root/app/debug-html.lsp
blob: f857b4fce65cc0a97c904d64654e0212e3d6dec8 (plain)
1
2
3
4
5
6
7
8
9
<% local data, viewlibrary, page_info, session = ... %>
<% htmlviewfunctions = require("htmlviewfunctions") %>
<H1>Debugging</H1>
<H2>View Data:</H2>
<%= htmlviewfunctions.cfe_unpack(data) %>
<H2>Session:</H2>
<%= htmlviewfunctions.cfe_unpack(session) %>
<H2>Page Info:</H2>
<%= htmlviewfunctions.cfe_unpack(page_info) %>