summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/acf-util/logon-status-html.lsp')
-rw-r--r--app/acf-util/logon-status-html.lsp13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/acf-util/logon-status-html.lsp b/app/acf-util/logon-status-html.lsp
deleted file mode 100644
index be905f3..0000000
--- a/app/acf-util/logon-status-html.lsp
+++ /dev/null
@@ -1,13 +0,0 @@
-<% 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>