From db50c4a219e0199bebd8a9fd70a87a4d3c6a123e Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:16:54 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- logfiles-tail-html.lsp | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'logfiles-tail-html.lsp') diff --git a/logfiles-tail-html.lsp b/logfiles-tail-html.lsp index 24366a7..b75429b 100644 --- a/logfiles-tail-html.lsp +++ b/logfiles-tail-html.lsp @@ -48,7 +48,7 @@ ID=window.setTimeout("Update();", 1000); } function handleerror(event, request, settings){ - $(this).append("Error requesting page " + settings.url + "
Perhaps the session has timed out."); + $(this).append("Error requesting page " + settings.url + "
Perhaps the session has timed out."); $("#Stop").click(); }; $(function(){ @@ -62,8 +62,7 @@ }); -

Tail File

-
+

Tail File

<% htmlviewfunctions.displayitem(form.value.filename) htmlviewfunctions.displayitem(form.value.filesize) @@ -74,9 +73,8 @@ end

-
Start / Stop tailing file
-
- - -
-
+

Start / Stop tailing file

+
+ + +
-- cgit v1.2.3