From dbbb88812817d58aa7dd53633f9d81a1a1fa6565 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 22 Jan 2014 16:32:46 +0000 Subject: Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML. --- app/acf-util/password-status-html.lsp | 54 +++++++++++++++++------------------ 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'app/acf-util/password-status-html.lsp') diff --git a/app/acf-util/password-status-html.lsp b/app/acf-util/password-status-html.lsp index f322b55..9316bda 100644 --- a/app/acf-util/password-status-html.lsp +++ b/app/acf-util/password-status-html.lsp @@ -4,35 +4,35 @@ <% htmlviewfunctions.displaycommandresults({"newuser", "edituser", "deleteuser"}, session) %> -

User Accounts

-

Create new account

-
+

User Accounts

+

Create new account

+ -
+

-

Existing account

-
+

Existing account

<% for i,user in ipairs(form.value) do local name = html.html_escape(user.value.userid.value) %> -
<%= name %>
-
- - - - - - - - - - - - - -
<%= html.html_escape(user.value.userid.label) %><%= html.html_escape(user.value.userid.value) %>
<%= html.html_escape(user.value.username.label) %><%= html.html_escape(user.value.username.value) %>
<%= html.html_escape(user.value.roles.label) %><%= html.html_escape(table.concat(user.value.roles.value, ", ")) %>
Option - [Edit this account] - [Delete this account] - [View roles for this account] -
+

<%= name %>

+
+ + + + + + + + + + + + + + +
<%= html.html_escape(user.value.userid.label) %><%= html.html_escape(user.value.userid.value) %>
<%= html.html_escape(user.value.username.label) %><%= html.html_escape(user.value.username.value) %>
<%= html.html_escape(user.value.roles.label) %><%= html.html_escape(table.concat(user.value.roles.value, ", ")) %>
Option + [Edit this account] + [Delete this account] + [View roles for this account] +
+
<% end %> -
-- cgit v1.2.3