From f5cd24c80f7c1891c183265a2dfbcc6d956502dd Mon Sep 17 00:00:00 2001 From: mbligh Date: Mon, 5 Nov 2007 19:26:23 +0000 Subject: lightly prettier (?) results tables, with minimal actual code changes This looks like it changes lots of files, but really all the changes are in disp lay.py. In the other files I just added display.print_main_header() so that all pages have the common header now, which they should have anyway. From: Steve Howard Signed-off-by: Martin Bligh git-svn-id: svn://test.kernel.org/autotest/trunk@909 592f7852-d20e-0410-864c-8624ca9c26a4 --- tko/compose_query.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'tko/compose_query.cgi') diff --git a/tko/compose_query.cgi b/tko/compose_query.cgi index 460513b3..1073c123 100644 --- a/tko/compose_query.cgi +++ b/tko/compose_query.cgi @@ -20,6 +20,7 @@ cgitb.enable() db = db.db() def main(): + display.print_main_header() # parse the fields from the form. form = cgi.FieldStorage() -- cgit v1.2.3