summaryrefslogtreecommitdiffstats
path: root/app/acf-util/logon-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-02-03 16:44:37 +0000
committerTed Trask <ttrask01@yahoo.com>2012-02-03 16:44:37 +0000
commit929263e84ddc10bd0c801b3be8b4cf5495c0d16d (patch)
tree99157fcad105e742ff80d47944a5753ead92c0d3 /app/acf-util/logon-status-html.lsp
parent5a01923aff6dcb460b0b04d30be86eb25a7abc90 (diff)
downloadacf-core-929263e84ddc10bd0c801b3be8b4cf5495c0d16d.tar.bz2
acf-core-929263e84ddc10bd0c801b3be8b4cf5495c0d16d.tar.xz
Changed acf-util/logon controller to use standard view
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>