[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/fr opac-searchresults.tmpl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Fri Nov 28 15:53:18 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/fr
In directory sc8-pr-cvs1:/tmp/cvs-serv26902/koha-tmpl/opac-tmpl/default/fr

Modified Files:
	opac-searchresults.tmpl 
Log Message:
html indenting for readability & adding bgcolor for even records

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/fr/opac-searchresults.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-searchresults.tmpl	18 Sep 2003 10:19:29 -0000	1.2
--- opac-searchresults.tmpl	28 Nov 2003 14:53:16 -0000	1.3
***************
*** 20,24 ****
      <TMPL_LOOP NAME="numbers">
  	<TMPL_IF NAME="highlight">
! 	    <img src=<TMPL_VAR NAME="themelang">/images/numbers/<TMPL_VAR NAME=number>-highlight.gif> 
  	<TMPL_ELSE>
  	    <a href=/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR NAME="startfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>><img src=<TMPL_VAR NAME="themelang">/images/numbers/<TMPL_VAR NAME=number>.gif border=0></a> 
--- 20,24 ----
      <TMPL_LOOP NAME="numbers">
  	<TMPL_IF NAME="highlight">
! 	    <img src=<TMPL_VAR NAME="themelang">/images/numbers/<TMPL_VAR NAME=number>-highlight.gif>
  	<TMPL_ELSE>
  	    <a href=/cgi-bin/koha/opac-searchresults.pl?startfrom=<TMPL_VAR NAME="startfrom"><TMPL_LOOP NAME="FORMINPUTS">&<TMPL_VAR NAME="field">=<TMPL_VAR NAME="value" ESCAPE=URL></TMPL_LOOP>><img src=<TMPL_VAR NAME="themelang">/images/numbers/<TMPL_VAR NAME=number>.gif border=0></a> 
***************
*** 61,65 ****
  	    <th align=left>Auteur</th>
  	    <th>Ann&eacute;e</th>
! 	    <th>Nbre d'exemplaires</th>
  	    <th>Localisation</th>
  	    <th>Cote</th>
--- 61,65 ----
  	    <th align=left>Auteur</th>
  	    <th>Ann&eacute;e</th>
! 	    <th>Nbre</th>
  	    <th>Localisation</th>
  	    <th>Cote</th>
***************
*** 73,83 ****
      <TMPL_LOOP NAME="SEARCH_RESULTS">
        <tr>
!       <td><a href=/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>><TMPL_VAR NAME="title"></a></td>
!       <td><a href=/cgi-bin/koha/opac-searchresults.pl?author=<TMPL_VAR NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a></td>
!       <td align=center> <TMPL_VAR NAME="copyrightdate"> </td>
!       <td align=center> <TMPL_VAR NAME="itemcount"> </td>
!       <td> <TMPL_VAR NAME="location"> </td>
!       <td><TMPL_VAR name="classification"> <TMPL_VAR name="dewey"></td>
!       <td>
  <TMPL_UNLESS NAME="norequests"><a href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>>R&eacute;servation</a>
  <TMPL_ELSE>
--- 73,83 ----
      <TMPL_LOOP NAME="SEARCH_RESULTS">
        <tr>
!       <td <TMPL_IF name="even">bgcolor='#ffffcc'</TMPL_IF>><a href=/cgi-bin/koha/opac-detail.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>><TMPL_VAR NAME="title"></a></td>
!       <td <TMPL_IF name="even">bgcolor='#ffffcc'</TMPL_IF>><a href=/cgi-bin/koha/opac-searchresults.pl?author=<TMPL_VAR NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a></td>
!       <td <TMPL_IF name="even">bgcolor='#ffffcc'</TMPL_IF> align=center> <TMPL_VAR NAME="copyrightdate"> </td>
!       <td <TMPL_IF name="even">bgcolor='#ffffcc'</TMPL_IF> align=center> <TMPL_VAR NAME="itemcount"> </td>
!       <td <TMPL_IF name="even">bgcolor='#ffffcc'</TMPL_IF>><TMPL_VAR NAME="location"></td>
!       <td <TMPL_IF name="even">bgcolor='#ffffcc'</TMPL_IF>><TMPL_VAR name="classification"><TMPL_VAR name="dewey"></td>
!       <td <TMPL_IF name="even">bgcolor='#ffffcc'</TMPL_IF>>
  <TMPL_UNLESS NAME="norequests"><a href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>>R&eacute;servation</a>
  <TMPL_ELSE>





More information about the Koha-cvs mailing list