[Koha-cvs] CVS: koha/html-template searchheader.tmpl,1.2,1.3 searchresults.tmpl,1.6,1.7

Steve Tonnesen tonnesen at users.sourceforge.net
Sat May 11 00:38:11 CEST 2002


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

Modified Files:
	searchheader.tmpl searchresults.tmpl 
Log Message:
Small cleanups.  We really need to hash out some standard hierarchy for storing
these templates.  I'm thinking they are going to get a little overwhelming...


Index: searchheader.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/html-template/searchheader.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** searchheader.tmpl	10 May 2002 21:26:24 -0000	1.2
--- searchheader.tmpl	10 May 2002 22:38:08 -0000	1.3
***************
*** 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>
  <hr>
--- 1,2 ----
! <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: searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/html-template/searchresults.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** searchresults.tmpl	10 May 2002 21:26:24 -0000	1.6
--- searchresults.tmpl	10 May 2002 22:38:08 -0000	1.7
***************
*** 4,9 ****
  <body>
  <TMPL_INCLUDE NAME="searchheader.tmpl">
! <table border=1>
! <tr><th>Title</th><th>Author</th><th>Biblionumber</th></tr>
  <TMPL_LOOP NAME=SEARCH_RESULTS>
    <tr>
--- 4,9 ----
  <body>
  <TMPL_INCLUDE NAME="searchheader.tmpl">
! <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>
***************
*** 13,17 ****
    </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>
  </table>
  <hr>
--- 13,17 ----
    </tr>
  </TMPL_LOOP>
! <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>





More information about the Koha-cvs mailing list