From 382699649697c90d3469acbc2f41b59e67e904ce Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:19:28 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- lbu-listbackups-html.lsp | 38 ++++++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 10 deletions(-) (limited to 'lbu-listbackups-html.lsp') diff --git a/lbu-listbackups-html.lsp b/lbu-listbackups-html.lsp index 67f2efc..ff10a9f 100644 --- a/lbu-listbackups-html.lsp +++ b/lbu-listbackups-html.lsp @@ -3,23 +3,41 @@ htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> + + + + + + <% htmlviewfunctions.displaycommandresults({"selectbackup"}, session) %> -

Backup Archives

-
+

Backup Archives

<% if #view.value == 0 then %> -No backup files +

No backup files

<% else %> - - - +
ActionFile
+ + + + <% for i,name in ipairs(view.value) do %> - <% end -end %> -
ActionFile
<%= html.link{value="selectbackup?backup="..name.."&redir=config&submit=true", label="Revert "} %> <%= html.html_escape(name) %>
-
+ <% end %> + +<% end %> -- cgit v1.2.3