summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
blob: 3524716ef5a4e0d765452fc8df6f97a25096903f (plain)
1
2
3
4
5
<? local view= ... ?> 
<h1>User Status </h1>
<p> Below is your current Session id <p>
<?= view.stats.sessid.value ?>
<p>You are currently known to the system as <?= view.stats.checkme.value ?>.</p>