Small cleanups. We really need to hash out some standard hierarchy for storing
authortonnesen <tonnesen>
Fri, 10 May 2002 22:38:08 +0000 (22:38 +0000)
committertonnesen <tonnesen>
Fri, 10 May 2002 22:38:08 +0000 (22:38 +0000)
these templates.  I'm thinking they are going to get a little overwhelming...

html-template/searchheader.tmpl
html-template/searchresults.tmpl

index bb8fc2f..1380160 100644 (file)
@@ -1,2 +1,2 @@
-<a href=search.pl?template=cmsdsearchresults.tmpl&startfrom=<TMPL_VAR NAME="startfrom">>Template #1</a> | <a href=search.pl?template=searchresults.tmpl&startfrom=<TMPL_VAR NAME="startfrom">>Template #2</a>
+<a href=search.pl?template=cmsdsearchresults.tmpl&startfrom=<TMPL_VAR NAME="startfrom">>Results with dewey</a> | <a href=search.pl?template=searchresults.tmpl&startfrom=<TMPL_VAR NAME="startfrom">>Results with biblionumber</a>
 <hr>
index fa0852e..9ccff83 100644 (file)
@@ -3,8 +3,8 @@
 </head>
 <body>
 <TMPL_INCLUDE NAME="searchheader.tmpl">
-<table border=1>
-<tr><th>Title</th><th>Author</th><th>Biblionumber</th></tr>
+<table border=0 cellspacing=0 cellpadding=0>
+<tr bgcolor=#ccccff><th>Title</th><th>Author</th><th>Biblionumber</th></tr>
 <TMPL_LOOP NAME=SEARCH_RESULTS>
   <tr>
   <td> <TMPL_VAR NAME=title> </td>
@@ -12,7 +12,7 @@
   <td> <TMPL_VAR NAME=biblionumber> </td>
   </tr>
 </TMPL_LOOP>
-<tr><td colspan=3><a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a></td></tr>
+<tr><td colspan=3 bgcolor=#ccccff><a href=search.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="nextstartfrom">>Next Records</a></td></tr>
 </table>
 <hr>
 </body>