From 4c0e9b17d5bbcfb7e7a704c6a57af2cfe327c308 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 8 Mar 2014 23:49:47 +0000 Subject: Modified HTML views to use new htmlviewfunctions functions and replace links with forms created by displayitem Use htmlviewfunctions.displayheader .incrementheader .displayitemstart/middle/end --- logfiles-tail-html.lsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'logfiles-tail-html.lsp') diff --git a/logfiles-tail-html.lsp b/logfiles-tail-html.lsp index 8666d27..b14a02e 100644 --- a/logfiles-tail-html.lsp +++ b/logfiles-tail-html.lsp @@ -73,8 +73,9 @@ end

-

Start / Stop tailing file

-
+<% htmlviewfunctions.displayitemstart() %> +Start / Stop tailing file +<% htmlviewfunctions.displayitemmiddle() %> -
+<% htmlviewfunctions.displayitemend() %> -- cgit v1.2.3