diff options
author | ivan <ivan> | 2003-08-08 02:02:41 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-08-08 02:02:41 +0000 |
commit | ef7bb336cc67f127fb1d77532ad3da1369c0ae36 (patch) | |
tree | c2497e7638806744c54097d2ecd017d4423dfd2e /httemplate/search/sql.html | |
parent | 69ecd0e15d3de36b56ad133d5ae57dcddc53c63e (diff) |
- 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)
Diffstat (limited to 'httemplate/search/sql.html')
-rw-r--r-- | httemplate/search/sql.html | 8 |
1 files changed, 8 insertions, 0 deletions
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', + +%> + |