From 562f4dd00159654246e80dd0c094680036ca7687 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Fri, 9 Oct 2009 10:51:45 +0200 Subject: Graphical fix. Suggestion on how to solve the
issue with various skins.\n Also suggesting use

as subheading for the example tables/descriptions on the page. --- weblog-adhocquery-html.lsp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp index d7aee5c..17ee021 100644 --- a/weblog-adhocquery-html.lsp +++ b/weblog-adhocquery-html.lsp @@ -43,20 +43,17 @@ require("viewfunctions") <% end %>

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

+<% displayformstart(form, page_info) %> This form accepts a Postgresql SELECT statement and displays the results. Examples: -<% displayformstart(form, page_info) %> -
<% displayformitem(form.value.query, "query") %> -
<% displayformend(form) %> -
-The available database tables and descriptions are as follows: +

The available database tables and descriptions are as follows

PubWeblog and PubBlocklog

These tables contain the combined squid access log and dansguardian log for every access and blocked access respectively. The definition of the table is as follows: -- cgit v1.2.3