[Koha-cvs] CVS: koha/html-template default.tmpl,1.1,1.2

Steve Tonnesen tonnesen at users.sourceforge.net
Tue May 14 01:20:47 CEST 2002


Update of /cvsroot/koha/koha/html-template
In directory usw-pr-cvs1:/tmp/cvs-serv10677

Modified Files:
	default.tmpl 
Log Message:
Fixed some problems in default.tmpl
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.


Index: default.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/html-template/default.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** default.tmpl	13 May 2002 23:05:45 -0000	1.1
--- default.tmpl	13 May 2002 23:20:45 -0000	1.2
***************
*** 3,7 ****
  
  <table border=0 cellspacing=0 cellpadding=0>
! <tr bgcolor=#ccccff><th>Title</th><th>Author</th><th>Item Count</th><th>Biblionumber</th></tr>
  <TMPL_LOOP NAME=SEARCH_RESULTS>
    <tr>
--- 3,8 ----
  
  <table border=0 cellspacing=0 cellpadding=0>
! <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>
***************
*** 12,17 ****
    </tr>
  </TMPL_LOOP>
! <tr><td colspan=4 bgcolor=#ccccff>
!     <table border=0 cellpadding=0 cellspacing=0 width=100%>
      <tr><td align=left>
      <a href=newsearch.pl?template=<TMPL_VAR NAME="template">&startfrom=<TMPL_VAR NAME="prevstartfrom">>Previous Records</a>
--- 13,18 ----
    </tr>
  </TMPL_LOOP>
! <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>





More information about the Koha-cvs mailing list