From c66c23b68b7b19972da15014f7ebf96cd290fb57 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:21:02 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- asterisk-listfiles-html.lsp | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/asterisk-listfiles-html.lsp b/asterisk-listfiles-html.lsp index d63398c..be70876 100644 --- a/asterisk-listfiles-html.lsp +++ b/asterisk-listfiles-html.lsp @@ -3,6 +3,25 @@ htmlviewfunctions = require("htmlviewfunctions") html = require("acf.html") %> + + + + + + + <% htmlviewfunctions.displaycommandresults({"edit"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then @@ -10,16 +29,16 @@ html = require("acf.html") end %>

Configuration

-
- - - - - - +
FileSizeLast Modified
+ + + + + + <% for k,v in ipairs( view.value ) do io.write( "\n" ) end %> -
FileSizeLast Modified
" .. html.html_escape(v.filename) .. "" .. html.html_escape(v.size) .."" .. html.html_escape(v.mtime) .."
+ -- cgit v1.2.3