summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
blob: be905f3c873c71806a23a21eafdaffb20c30f84f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% local view = ... %>

<h1>User Status</h1>

<DL>

<DT><%= html.html_escape(view.value.username.label) %></DT>
<DD><%= html.html_escape(view.value.username.value) %></DD>

<DT><%= html.html_escape(view.value.sessionid.label) %></DT>
<DD><%= html.html_escape(view.value.sessionid.value) %></DD>

</DL>