blob: 5fb70c91bc7e78cc6a1e63b7af73c7f2dae2d289 (
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>
|