From ef7bb336cc67f127fb1d77532ad3da1369c0ae36 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 8 Aug 2003 02:02:41 +0000 Subject: - fix Mason profiling to pass-through images (for graph/) - fix graph/money-time.cgi use of $m interfering with Mason - fix graph/money-time-graph.cgi to set content-type in a Mason/ASP-independant fashion - (beginning of) includes! - (beginning of) moving SQL search to including generic elements/search.html - fix global.asa typo - fix masonize to not prepend an extraneous blank line (breaking graph/money-time-graph.cgi) --- httemplate/search/sql.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 httemplate/search/sql.html (limited to 'httemplate/search/sql.html') diff --git a/httemplate/search/sql.html b/httemplate/search/sql.html new file mode 100644 index 000000000..e61ce1538 --- /dev/null +++ b/httemplate/search/sql.html @@ -0,0 +1,8 @@ +<%= include( '/elements/header', 'Query Results', + include( '/elements/menubar', 'Main Menu' => $p ) +%> +<%= include( 'elements/search.html', + 'name' => 'rows', + +%> + -- cgit v1.2.1