From 6354a6d5d2a9f645bca8901edb116d6103b81d01 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 3 Feb 2014 21:44:14 +0000 Subject: Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags --- openssl-checkenvironment-html.lsp | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'openssl-checkenvironment-html.lsp') diff --git a/openssl-checkenvironment-html.lsp b/openssl-checkenvironment-html.lsp index 2e4f9c4..3475bbc 100644 --- a/openssl-checkenvironment-html.lsp +++ b/openssl-checkenvironment-html.lsp @@ -2,16 +2,14 @@ <% htmlviewfunctions = require("htmlviewfunctions") %> <% html = require("acf.html") %> -

<%= html.html_escape(form.label) %>

-<% if form.value.status.errtxt then +

<%= html.html_escape(form.label) %>

+<% +if form.value.status.errtxt then form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action htmlviewfunctions.displayformstart(form) -else %> -
-<% end %> -<% htmlviewfunctions.displayitem(form.value.status) %> -<% if form.value.status.errtxt then +end +htmlviewfunctions.displayitem(form.value.status) +if form.value.status.errtxt then htmlviewfunctions.displayformend(form) -else %> -
-<% end %> +end +%> -- cgit v1.2.3