summaryrefslogtreecommitdiffstats
path: root/app/debug-html.lsp
blob: ee49434d6b42fa76aa4637bdb7ada37d1e0525f6 (plain)
1
2
3
4
5
6
7
8
9
<% local data, viewlibrary, page_info, session = ... %>
<% 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) %>