summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-logout-html.lsp
blob: 765eb4f51cc5f8804394121d434e4de182c9b5dd (plain)
1
2
3
4
5
6
7
<% local view= ... %> 
<% require("htmlviewfunctions") %>
<h1>Log Out</h1>

<%= htmlviewfunctions.cfe_unpack(view) %>

<%= html.html_escape(view.logout.value) %>