From 7dad3b2d66bfdc5d653961e8b4f87870106aaeee Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:59:49 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- weblog-status-html.lsp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'weblog-status-html.lsp') diff --git a/weblog-status-html.lsp b/weblog-status-html.lsp index 6b05dfc..2eb2fb5 100644 --- a/weblog-status-html.lsp +++ b/weblog-status-html.lsp @@ -4,8 +4,7 @@ htmlviewfunctions = require("htmlviewfunctions") <% htmlviewfunctions.displaycommandresults({"createdatabase"}, session, true) %> -

Weblog Database Status

-
+

Weblog Database Status

<% local status if viewlibrary and viewlibrary.dispatch_component then if viewlibrary.check_permission("postgresql/postgresql/status") then @@ -13,7 +12,8 @@ if viewlibrary and viewlibrary.dispatch_component then end end %> -
Database status
+

Database status

+

<% if status then %> <% if status.value.status.errtxt then print(status.value.status.errtxt) @@ -23,16 +23,16 @@ end %> <% else %> Unknown <% end %> -

+

-
Weblog Database
+

Weblog Database

+

<% if data.value then %> Present <% else %> Missing <% end %> -

-
+

<% if not data.value and viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("createdatabase") -- cgit v1.2.3