summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
blob: 753248f73a28af096e5a305e27f01099079600fa (plain)
1
2
3
4
5
6
7
8
<% local view= ... %> 
<% --[[
	io.write(html.cfe_unpack(view))
--]] %>
<h1>User Status </h1>
<p> Below is your current Session id <p>
<%= html.html_escape(view.value.sessionid.value) %>
<p>You are currently known to the system as <%= html.html_escape(view.value.username.value) %>.</p>