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 --- health-networkstats-html.lsp | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'health-networkstats-html.lsp') diff --git a/health-networkstats-html.lsp b/health-networkstats-html.lsp index e6a5d3a..d04163a 100644 --- a/health-networkstats-html.lsp +++ b/health-networkstats-html.lsp @@ -146,8 +146,9 @@

Network traffic in bytes/second

-

Display Options

-
+<% htmlviewfunctions.displayitemstart() %> +Display Options +<% htmlviewfunctions.displayitemmiddle() %> @@ -159,13 +160,14 @@ <% end %>
InterfaceIP AddressRXTX
-
+<% htmlviewfunctions.displayitemend() %> -

Start / Stop

-
+<% htmlviewfunctions.displayitemstart() %> +Start / Stop +<% htmlviewfunctions.displayitemmiddle() %> -
+<% htmlviewfunctions.displayitemend() %> <% --[[ -- display table of colors %> -- cgit v1.2.3