summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
blob: 661b5880b67a053ae7f3bb70b281888fa74db0f9 (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>
<?= view.value.sessionid.value ?>
<p>You are currently known to the system as <?= view.value.username.value ?>.</p>