From e5f62555031d500d50405ba395e330223ac28e9f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:48:48 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- provisioning-listgroups-html.lsp | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'provisioning-listgroups-html.lsp') diff --git a/provisioning-listgroups-html.lsp b/provisioning-listgroups-html.lsp index 3154df6..9d8268b 100644 --- a/provisioning-listgroups-html.lsp +++ b/provisioning-listgroups-html.lsp @@ -17,7 +17,7 @@ html = require("acf.html") @@ -26,32 +26,31 @@ html = require("acf.html") <% htmlviewfunctions.displaycommandresults({"creategroup"}, session, true) %>

Groups

-
- - - - - - - - +
ActionNameLabelSequence
+ + + + + + + <% for k,v in ipairs( view.value ) do %> - - + - - - - + + + + + <% end %> - -
ActionNameLabelSequence
+
<% if viewlibrary.check_permission("deletegroup") then %> <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/deletegroup?submit=true&group_id="..v.group_id, label="Delete ", class="deletegroup"} %> <% end %> <% if viewlibrary.check_permission("editgroup") then %> <%= html.link{value=page_info.script..page_info.prefix..page_info.controller.."/editgroup?group_id="..v.group_id.."&redir="..page_info.orig_action, label="Edit "} %> <% end %> - <%= html.html_escape(v.name) %><%= html.html_escape(v.label) %><%= html.html_escape(v.seq) %>
<%= html.html_escape(v.name) %><%= html.html_escape(v.label) %><%= html.html_escape(v.seq) %>
+ + <% if view.errtxt then %>

<%= html.html_escape(view.errtxt) %>

@@ -63,4 +62,3 @@ html = require("acf.html") <% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("creategroup") then viewlibrary.dispatch_component("creategroup") end %> -
-- cgit v1.2.3