Fixed some problems in default.tmpl
authortonnesen <tonnesen>
Mon, 13 May 2002 23:20:45 +0000 (23:20 +0000)
committertonnesen <tonnesen>
Mon, 13 May 2002 23:20:45 +0000 (23:20 +0000)
Note, I have the includes dir hard-coded in default.tmpl.  Needs fixing.
Also, you can pick another template by setting a systempreferences variable
'template' to some other value.  If the given template can't be found, default.tmpl will be loaded instead.

html-template/default.tmpl

index 1a9320f..c854e07 100644 (file)
@@ -2,7 +2,8 @@
 <center>
 
 <table border=0 cellspacing=0 cellpadding=0>
-<tr bgcolor=#ccccff><th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th></tr>
+<tr bgcolor=#ccccff background="/images/background-mem.gif">
+<th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th></tr>
 <TMPL_LOOP NAME=SEARCH_RESULTS>
   <tr>
   <td><a href=/cgi-bin/koha/detail.pl?type=intra&bib=<TMPL_VAR NAME=biblionumber ESCAPE=HTML>><TMPL_VAR NAME=title></a></td>
@@ -11,8 +12,8 @@
   <td> <TMPL_VAR NAME=biblionumber> </td>
   </tr>
 </TMPL_LOOP>
-<tr><td colspan=4 bgcolor=#ccccff>
-    <table border=0 cellpadding=0 cellspacing=0 width=100%>
+<tr bgcolor=#ccccff backgound="/images/background-mem.gif"><td colspan=4>
+    <table border=0 cellpadding=0 cellspacing=0 width=100% background="/images/background-mem.gif">
     <tr><td align=left>
     <a href=newsearch.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a>
     </td><td align=right>