[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/fr opac-auth.tmpl,1.1.2.3,1.1.2.4 opac-detail.tmpl,1.1.2.3,1.1.2.4 opac-moredetail.tmpl,1.1.2.3,1.1.2.4 opac-reserve.tmpl,1.1.2.3,1.1.2.4 opac-searchresults.tmpl,1.1.2.4,1.1.2.5 opac-user.tmpl,1.1.2.2,1.1.2.3 opac-userupdate.tmpl,1.1.2.2,1.1.2.3 subject.tmpl,1.1.2.2,1.1.2.3

Paul POULAIN tipaul at users.sourceforge.net
Mon Mar 15 18:31:31 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19395/koha-tmpl/opac-tmpl/css/fr

Modified Files:
      Tag: rel_2_0
	opac-auth.tmpl opac-detail.tmpl opac-moredetail.tmpl 
	opac-reserve.tmpl opac-searchresults.tmpl opac-user.tmpl 
	opac-userupdate.tmpl subject.tmpl 
Log Message:
fixes for french css opac

Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-auth.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** opac-auth.tmpl	10 Feb 2004 16:43:41 -0000	1.1.2.3
--- opac-auth.tmpl	15 Mar 2004 17:31:28 -0000	1.1.2.4
***************
*** 3,22 ****
  <!-- TMPL_IF NAME="nopermission" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Désolé, je pense que vous n'avez pas les permissions suffisantes.<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="timed_out" -->
  <!-- This is what is displayed if Connecter has timed out -->
! <h2>Déconnecté. Identifiez vous à nouveau.<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="different_ip" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Vous avez changé d'adresse IP. Identifiez vous à nouveau<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="invalid_username_or_password" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Identifiant ou mot de passe erroné. Essayez encore.<h2>
  <!-- /TMPL_IF -->
  
--- 3,22 ----
  <!-- TMPL_IF NAME="nopermission" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Désolé, je pense que vous n'avez pas les permissions suffisantes..<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="timed_out" -->
  <!-- This is what is displayed if Connecter has timed out -->
! <h2>Déconnecté. Identifiez vous à nouveau..<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="different_ip" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Vous avez changé d'adresse IP. Identifiez vous à nouveau.<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="invalid_username_or_password" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Identifiant ou mot de passe erroné. Essayez encore..<h2>
  <!-- /TMPL_IF -->
  

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-detail.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** opac-detail.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.3
--- opac-detail.tmpl	15 Mar 2004 17:31:28 -0000	1.1.2.4
***************
*** 9,13 ****
  		<tr>
  			<th>
! 				<!-- TMPL_VAR NAME="title" -->  (record <!-- TMPL_VAR NAME="biblionumber" -->)
  			</th>
  		</tr>
--- 9,13 ----
  		<tr>
  			<th>
! 				<!-- TMPL_VAR NAME="title" -->  (réponse <!-- TMPL_VAR NAME="biblionumber" -->)
  			</th>
  		</tr>
***************
*** 23,27 ****
  				<!-- TMPL_IF name="isbn" --><b>ISBN:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="isbn" --><br />
  				<!-- TMPL_IF name="seriestitle" --><b>Collection:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="seriestitle" --><br />
! 				<!-- TMPL_IF name="sujet" --><b>Sujet:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="sujet" --><br />
  				<!-- TMPL_IF name="copyrightdate" --><b>Année :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="copyrightdate" --><br />
  				<!-- TMPL_IF name="notes" --><b>Notes:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="notes" --><br />
--- 23,35 ----
  				<!-- TMPL_IF name="isbn" --><b>ISBN:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="isbn" --><br />
  				<!-- TMPL_IF name="seriestitle" --><b>Collection:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="seriestitle" --><br />
! <!-- /TMPL_LOOP -->
! 
! 		<!-- TMPL_IF NAME="subjects" -->	
! 		<b>Sujet(s):</b> <!-- TMPL_LOOP NAME="SUBJECTS" -->
! 	: <a href="/cgi-bin/koha/opac-searchresults.pl?subjectitems=<!-- TMPL_VAR NAME="SUBJECTS" ESCAPE="URL" -->"><!-- TMPL_VAR NAME=SUBJECTS --></a>  
! 	<!-- /TMPL_LOOP --><br />
! 		<!-- /TMPL_IF -->				
! 
! <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->		
  				<!-- TMPL_IF name="copyrightdate" --><b>Année :</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="copyrightdate" --><br />
  				<!-- TMPL_IF name="notes" --><b>Notes:</b><!-- /TMPL_IF --> <!-- TMPL_VAR NAME="notes" --><br />

Index: opac-moredetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-moredetail.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** opac-moredetail.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.3
--- opac-moredetail.tmpl	15 Mar 2004 17:31:28 -0000	1.1.2.4
***************
*** 72,76 ****
  <b>Vu:</b> <!-- TMPL_VAR NAME="datelastseen" --><br>
  <b>Dernier prêt:</b> <!-- TMPL_VAR NAME="timestamp0" --><br>
! En prêt \? <!-- FIXME - What's this, then? -->
  <b>Dernier emprunteur 1:</b> <!-- TMPL_VAR NAME="card0" --><br>
  <b>Dernier emprunteur 2:</b> <!-- TMPL_VAR NAME="card1" --><br>
--- 72,76 ----
  <b>Vu:</b> <!-- TMPL_VAR NAME="datelastseen" --><br>
  <b>Dernier prêt:</b> <!-- TMPL_VAR NAME="timestamp0" --><br>
! En prêt ? <!-- FIXME - What's this, then? -->
  <b>Dernier emprunteur 1:</b> <!-- TMPL_VAR NAME="card0" --><br>
  <b>Dernier emprunteur 2:</b> <!-- TMPL_VAR NAME="card1" --><br>
***************
*** 84,88 ****
  Accession</a>
  Date:<!-- TMPL_VAR NAME="dateaccessioned" --><br>
! <b>Annul\?: <!-- TMPL_VAR NAME="wthdrawn" --><br>
  <b><a
  href=/cgi-bin/koha/bookcount.pl?&bib=<!-- TMPL_VAR NAME="biblionumber" -->&bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&itm=<!-- TMPL_VAR NAME="itemnumber" -->>Total
--- 84,88 ----
  Accession</a>
  Date:<!-- TMPL_VAR NAME="dateaccessioned" --><br>
! <b>Annul?: <!-- TMPL_VAR NAME="wthdrawn" --><br>
  <b><a
  href=/cgi-bin/koha/bookcount.pl?&bib=<!-- TMPL_VAR NAME="biblionumber" -->&bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->&itm=<!-- TMPL_VAR NAME="itemnumber" -->>Total

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-reserve.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** opac-reserve.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.3
--- opac-reserve.tmpl	15 Mar 2004 17:31:28 -0000	1.1.2.4
***************
*** 7,11 ****
  		<!-- TMPL_IF NAME="too_much_oweing" --><li>Vous devez <!-- TMPL_VAR NAME="too_much_oweing" --></li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="too_many_reserves" --><li>you cannot make more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves.</li><!-- /TMPL_IF -->
! 		<!-- TMPL_IF NAME="already_reserved" --><li>Vous avez déjà placé une réservation sur cet exemplaire</li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="no_items_selected" --><li>Vous devez sélectionner au moins 1 type</li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="no_branch_selected" --><li>Vous devez sélectionner une annexe ou retirer l'ouvrage</li><!-- /TMPL_IF -->
--- 7,11 ----
  		<!-- TMPL_IF NAME="too_much_oweing" --><li>Vous devez <!-- TMPL_VAR NAME="too_much_oweing" --></li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="too_many_reserves" --><li>you cannot make more than <!-- TMPL_VAR NAME="too_many_reserves" --> reserves.</li><!-- /TMPL_IF -->
! 		<!-- TMPL_IF NAME="already_reserved" --><li>Vous avez déjà placé une réservation sur cet exemplaire.</li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="no_items_selected" --><li>Vous devez sélectionner au moins 1 type</li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="no_branch_selected" --><li>Vous devez sélectionner une annexe ou retirer l'ouvrage</li><!-- /TMPL_IF -->
***************
*** 15,20 ****
  <!-- TMPL_IF NAME="select_item_types" -->
  	<!-- The first time round you select which bibitems you want -->
! 	<p> Il y a <b><!-- TMPL_VAR NAME="reservecount" --></b> Réservations déjà faites sur cet ouvrage </p>
! 	<p>Sélectionnez les types d'ouvrages souhaités. Le premier disponible sera gardé pour vous.</p>
  
  	<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>
--- 15,20 ----
  <!-- TMPL_IF NAME="select_item_types" -->
  	<!-- The first time round you select which bibitems you want -->
! 	<p> Il y a <b><!-- TMPL_VAR NAME="reservecount" --></b> Réservations déjà faites sur cet ouvrage. </p>
! 	<p>Sélectionnez les types d'ouvrages souhaités. Le premier disponible sera gardé pour vous..</p>
  
  	<FORM ACTION="/cgi-bin/koha/opac-reserve.pl" method=post>

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-searchresults.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** opac-searchresults.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.4
--- opac-searchresults.tmpl	15 Mar 2004 17:31:28 -0000	1.1.2.5
***************
*** 13,36 ****
  <p class="center"><!-- TMPL_VAR NAME="numrecords" --> Réponses trouvées</p>
  <p class="center">
!     <!-- Row de numbers corresponding to search result pages -->
!     <!-- TMPL_IF NAME="displayprev" -->
! 	<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME='prevstartfrom' --><!-- TMPL_LOOP NAME='FORMINPUTS' -->&amp;<!-- TMPL_VAR NAME='field' -->=<!-- TMPL_VAR NAME='value' ESCAPE=URL --><!-- /TMPL_LOOP -->">&lt;&lt;</a>
!     <!-- TMPL_ELSE -->
! 	&nbsp;
!     <!-- /TMPL_IF -->
!     <!-- TMPL_LOOP NAME="numbers" -->
! 	<!-- TMPL_IF NAME="highlight" -->
! 		<span class="smallnumberactive"><!--TMPL_VAR name="number" --></span>&nbsp;
  	<!-- TMPL_ELSE -->
! 		<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" --><!-- TMPL_LOOP NAME="FORMINPUTS" -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->" class="smallnumber">
! 			<!--TMPL_VAR name="number" -->
! 		</a>&nbsp;
  	<!-- /TMPL_IF -->
-     <!-- /TMPL_LOOP -->
-     <!-- TMPL_IF NAME="displaynext" -->
- 	<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" --><!-- TMPL_LOOP NAME="FORMINPUTS" -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">&gt;&gt;</a>
-     <!-- TMPL_ELSE -->
- 	&nbsp;
-     <!-- /TMPL_IF -->
  </p>
  <p>&nbsp;</p>
--- 13,59 ----
  <p class="center"><!-- TMPL_VAR NAME="numrecords" --> Réponses trouvées</p>
  <p class="center">
! 	<!-- TMPL_IF name="searchnew" -->
! 		<!-- Row de numbers corresponding to search result pages -->
! 		<!-- TMPL_IF NAME="displayprev" -->
! 			<a href="/cgi-bin/koha/opac-new.pl?startfrom=<!-- TMPL_VAR NAME='prevstartfrom' -->&amp;itemtype=<!-- TMPL_VAR NAME="itemtypecode" ESCAPE=URL -->&amp;duration=<!-- TMPL_VAR NAME="duration" ESCAPE=URL -->">&lt;&lt;</a>
! 		<!-- TMPL_ELSE -->
! 			&nbsp;
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_LOOP NAME="numbers" -->
! 			<!-- TMPL_IF NAME="highlight" -->
! 				<span class="smallnumberactive"><!--TMPL_VAR name="number" --></span>&nbsp;
! 			<!-- TMPL_ELSE -->
! 				<a href="/cgi-bin/koha/opac-new.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;itemtype=<!-- TMPL_VAR NAME="itemtypecode" ESCAPE=URL -->&amp;duration=<!-- TMPL_VAR NAME="duration" ESCAPE=URL -->" class="smallnumber">
! 					<!--TMPL_VAR name="number" -->
! 				</a>&nbsp;
! 			<!-- /TMPL_IF -->
! 		<!-- /TMPL_LOOP -->
! 		<!-- TMPL_IF NAME="displaynext" -->
! 			<a href="/cgi-bin/koha/opac-new.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->&amp;itemtype=<!-- TMPL_VAR NAME="itemtypecode" ESCAPE=URL -->&amp;duration=<!-- TMPL_VAR NAME="duration" ESCAPE=URL -->">&gt;&gt;</a>
! 		<!-- TMPL_ELSE -->
! 			&nbsp;
! 		<!-- /TMPL_IF -->
  	<!-- TMPL_ELSE -->
! 		<!-- Row de numbers corresponding to search result pages -->
! 		<!-- TMPL_IF NAME="displayprev" -->
! 			<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME='prevstartfrom' --><!-- TMPL_LOOP NAME='FORMINPUTS' -->&amp;<!-- TMPL_VAR NAME='field' -->=<!-- TMPL_VAR NAME='value' ESCAPE=URL --><!-- /TMPL_LOOP -->">&lt;&lt;</a>
! 		<!-- TMPL_ELSE -->
! 			&nbsp;
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_LOOP NAME="numbers" -->
! 			<!-- TMPL_IF NAME="highlight" -->
! 				<span class="smallnumberactive"><!--TMPL_VAR name="number" --></span>&nbsp;
! 			<!-- TMPL_ELSE -->
! 				<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" --><!-- TMPL_LOOP NAME="FORMINPUTS" -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->" class="smallnumber">
! 					<!--TMPL_VAR name="number" -->
! 				</a>&nbsp;
! 			<!-- /TMPL_IF -->
! 		<!-- /TMPL_LOOP -->
! 		<!-- TMPL_IF NAME="displaynext" -->
! 			<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" --><!-- TMPL_LOOP NAME="FORMINPUTS" -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">&gt;&gt;</a>
! 		<!-- TMPL_ELSE -->
! 			&nbsp;
! 		<!-- /TMPL_IF -->
  	<!-- /TMPL_IF -->
  </p>
  <p>&nbsp;</p>
***************
*** 88,92 ****
  				<a class="transparent" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">Reserver</a>
  			<!-- TMPL_ELSE -->
! 				Non réservable
  			<!-- /TMPL_UNLESS -->
  		</td>
--- 111,115 ----
  				<a class="transparent" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">Reserver</a>
  			<!-- TMPL_ELSE -->
! 				A consulter sur place
  			<!-- /TMPL_UNLESS -->
  		</td>
***************
*** 95,110 ****
  	<tr>
  		<th align="left">
! 			<!-- TMPL_IF NAME="displayprev" -->
! 				<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="prevstartfrom" --><!-- TMPL_LOOP NAME=FORMINPUTS -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">&lt;&lt;&lt; Previous</a>
  			<!-- TMPL_ELSE -->
! 				&nbsp;
  			<!-- /TMPL_IF -->
  		</th>
  		<th colspan="3">&nbsp;</th>
  		<th colspan="2" align="right">
! 			<!-- TMPL_IF NAME="displaynext" -->
! 				<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" --><!-- TMPL_LOOP NAME=FORMINPUTS -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">Next &gt;&gt;&gt;</a>
  			<!-- TMPL_ELSE -->
! 				&nbsp;
  			<!-- /TMPL_IF -->
  		</th>
--- 118,149 ----
  	<tr>
  		<th align="left">
! 			<!-- TMPL_IF name="searchnew" -->
! 				<!-- TMPL_IF NAME="displayprev" -->
! 					<a href="/cgi-bin/koha/opac-new.pl?startfrom=<!-- TMPL_VAR NAME='prevstartfrom' -->&amp;itemtype=<!-- TMPL_VAR NAME="itemtypecode" ESCAPE=URL -->&amp;duration=<!-- TMPL_VAR NAME="duration" ESCAPE=URL -->">&lt;&lt;&lt; Previous</a>
! 				<!-- TMPL_ELSE -->
! 					&nbsp;
! 				<!-- /TMPL_IF -->
  			<!-- TMPL_ELSE -->
! 				<!-- TMPL_IF NAME="displayprev" -->
! 					<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="prevstartfrom" --><!-- TMPL_LOOP NAME=FORMINPUTS -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">&lt;&lt;&lt; Previous</a>
! 				<!-- TMPL_ELSE -->
! 					&nbsp;
! 				<!-- /TMPL_IF -->
  			<!-- /TMPL_IF -->
  		</th>
  		<th colspan="3">&nbsp;</th>
  		<th colspan="2" align="right">
! 			<!-- TMPL_IF name="searchnew" -->
! 				<!-- TMPL_IF NAME="displaynext" -->
! 					<a href="/cgi-bin/koha/opac-new.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->&amp;itemtype=<!-- TMPL_VAR NAME="itemtypecode" ESCAPE=URL -->&amp;duration=<!-- TMPL_VAR NAME="duration" ESCAPE=URL -->">Next &gt;&gt;&gt;</a>
! 				<!-- TMPL_ELSE -->
! 					&nbsp;
! 				<!-- /TMPL_IF -->
  			<!-- TMPL_ELSE -->
! 				<!-- TMPL_IF NAME="displaynext" -->
! 					<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" --><!-- TMPL_LOOP NAME=FORMINPUTS -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">Next &gt;&gt;&gt;</a>
! 				<!-- TMPL_ELSE -->
! 					&nbsp;
! 				<!-- /TMPL_IF -->
  			<!-- /TMPL_IF -->
  		</th>
***************
*** 114,141 ****
  
  <p class="center">
! 	Résultats <i><!-- TMPL_VAR NAME="startfrom" --></i> à <i><!-- TMPL_VAR NAME="endat" --></i> de <i><!-- TMPL_VAR NAME="numrecords" --></i> réponses
  </p>
  
  <p class="center">
!     <!-- Row de numbers corresponding to search result pages -->
!     <!-- TMPL_IF NAME="displayprev" -->
! 	<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME='prevstartfrom' --><!-- TMPL_LOOP NAME='FORMINPUTS' -->&amp;<!-- TMPL_VAR NAME='field' -->=<!-- TMPL_VAR NAME='value' ESCAPE=URL --><!-- /TMPL_LOOP -->">&lt;&lt;</a>
!     <!-- TMPL_ELSE -->
! 	&nbsp;
!     <!-- /TMPL_IF -->
!     <!-- TMPL_LOOP NAME="numbers" -->
! 	<!-- TMPL_IF NAME="highlight" -->
! 		<span class="smallnumberactive"><!--TMPL_VAR name="number" --></span>&nbsp;
  	<!-- TMPL_ELSE -->
! 		<a class="smallnumber" href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" --><!-- TMPL_LOOP NAME="FORMINPUTS" -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">
! 			<!--TMPL_VAR name="number" -->
! 		</a>&nbsp;
  	<!-- /TMPL_IF -->
-     <!-- /TMPL_LOOP -->
-     <!-- TMPL_IF NAME="displaynext" -->
- 	<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" --><!-- TMPL_LOOP NAME="FORMINPUTS" -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">&gt;&gt;</a>
-     <!-- TMPL_ELSE -->
- 	&nbsp;
-     <!-- /TMPL_IF -->
  </p>
  
--- 153,203 ----
  
  <p class="center">
! 	Résultats <i><!-- TMPL_VAR NAME="startfrom" --></i> à <i><!-- TMPL_VAR NAME="endat" --></i> de <i><!-- TMPL_VAR NAME="numrecords" --></i> réponses.
  </p>
  
  <p class="center">
! 	<!-- TMPL_IF name="searchnew" -->
! 		<!-- Row de numbers corresponding to search result pages -->
! 		<!-- TMPL_IF NAME="displayprev" -->
! 			<a href="/cgi-bin/koha/opac-new.pl?startfrom=<!-- TMPL_VAR NAME='prevstartfrom' -->&amp;itemtype=<!-- TMPL_VAR NAME="itemtypecode" ESCAPE=URL -->&amp;duration=<!-- TMPL_VAR NAME="duration" ESCAPE=URL -->">&lt;&lt;</a>
! 		<!-- TMPL_ELSE -->
! 			&nbsp;
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_LOOP NAME="numbers" -->
! 			<!-- TMPL_IF NAME="highlight" -->
! 				<span class="smallnumberactive"><!--TMPL_VAR name="number" --></span>&nbsp;
! 			<!-- TMPL_ELSE -->
! 				<a href="/cgi-bin/koha/opac-new.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;itemtype=<!-- TMPL_VAR NAME="itemtypecode" ESCAPE=URL -->&amp;duration=<!-- TMPL_VAR NAME="duration" ESCAPE=URL -->" class="smallnumber">
! 					<!--TMPL_VAR name="number" -->
! 				</a>&nbsp;
! 			<!-- /TMPL_IF -->
! 		<!-- /TMPL_LOOP -->
! 		<!-- TMPL_IF NAME="displaynext" -->
! 			<a href="/cgi-bin/koha/opac-new.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" -->&amp;itemtype=<!-- TMPL_VAR NAME="itemtypecode" ESCAPE=URL -->&amp;duration=<!-- TMPL_VAR NAME="duration" ESCAPE=URL -->">&gt;&gt;</a>
! 		<!-- TMPL_ELSE -->
! 			&nbsp;
! 		<!-- /TMPL_IF -->
  	<!-- TMPL_ELSE -->
! 		<!-- Row de numbers corresponding to search result pages -->
! 		<!-- TMPL_IF NAME="displayprev" -->
! 			<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME='prevstartfrom' --><!-- TMPL_LOOP NAME='FORMINPUTS' -->&amp;<!-- TMPL_VAR NAME='field' -->=<!-- TMPL_VAR NAME='value' ESCAPE=URL --><!-- /TMPL_LOOP -->">&lt;&lt;</a>
! 		<!-- TMPL_ELSE -->
! 			&nbsp;
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_LOOP NAME="numbers" -->
! 			<!-- TMPL_IF NAME="highlight" -->
! 				<span class="smallnumberactive"><!--TMPL_VAR name="number" --></span>&nbsp;
! 			<!-- TMPL_ELSE -->
! 				<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" --><!-- TMPL_LOOP NAME="FORMINPUTS" -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->" class="smallnumber">
! 					<!--TMPL_VAR name="number" -->
! 				</a>&nbsp;
! 			<!-- /TMPL_IF -->
! 		<!-- /TMPL_LOOP -->
! 		<!-- TMPL_IF NAME="displaynext" -->
! 			<a href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR NAME="nextstartfrom" --><!-- TMPL_LOOP NAME="FORMINPUTS" -->&amp;<!-- TMPL_VAR NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE=URL --><!-- /TMPL_LOOP -->">&gt;&gt;</a>
! 		<!-- TMPL_ELSE -->
! 			&nbsp;
! 		<!-- /TMPL_IF -->
  	<!-- /TMPL_IF -->
  </p>
  
***************
*** 145,149 ****
  
  <p class="center">
! 	Essayez une autre <a href="/cgi-bin/koha/opac-search.pl">chercher</a>
  </p>
  </div>
--- 207,211 ----
  
  <p class="center">
! 	Essayez une autre <a href="/cgi-bin/koha/opac-search.pl">recherche</a>
  </p>
  </div>

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-user.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-user.tmpl	20 Jan 2004 10:24:27 -0000	1.1.2.2
--- opac-user.tmpl	15 Mar 2004 17:31:28 -0000	1.1.2.3
***************
*** 4,8 ****
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
  	<div id="bloc20">
! 		<h2>Nos informations sont-elles correctes \?</h2>
  		<p>Carte lecteur: <!-- TMPL_VAR NAME="cardnumber" --> </p>
  		<p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="title" -->) </p>
--- 4,8 ----
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
  	<div id="bloc20">
! 		<h2>Nos informations sont-elles correctes ?</h2>
  		<p>Carte lecteur: <!-- TMPL_VAR NAME="cardnumber" --> </p>
  		<p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="title" -->) </p>
***************
*** 49,53 ****
  <div id="bloc60">
  	<!-- TMPL_IF NAME="issues_count" -->
! 		Vous avez <b><!-- TMPL_VAR NAME="issues_count" --></b> ouvrages en cours de prêt<br>
  		<table cellspacing=0 >
  			<tr>
--- 49,53 ----
  <div id="bloc60">
  	<!-- TMPL_IF NAME="issues_count" -->
! 		Vous avez <b><!-- TMPL_VAR NAME="issues_count" --></b> Ouvrages en cours de prêt.<br>
  		<table cellspacing=0 >
  			<tr>
***************
*** 71,75 ****
  		</table>
  	<!-- TMPL_ELSE -->
! 		<h2>Vous n'avez pas d'ouvrage en prêt</h2>
  	<!-- /TMPL_IF -->
  </div>
--- 71,75 ----
  		</table>
  	<!-- TMPL_ELSE -->
! 		<h2>Vous n'avez pas d'ouvrage en prêt.</h2>
  	<!-- /TMPL_IF -->
  </div>
***************
*** 77,81 ****
  <!-- TMPL_IF NAME="reserves_count" -->
  <div id="bloc60">
! 	<h2>Vous avez <b><!-- TMPL_VAR NAME="reserves_count" --></b> ouvrages réservés</h2>
  	<table cellspacing=0 align="center">
  		<Tr>
--- 77,81 ----
  <!-- TMPL_IF NAME="reserves_count" -->
  <div id="bloc60">
! 	<h2>Vous avez <b><!-- TMPL_VAR NAME="reserves_count" --></b> ouvrages réservés.</h2>
  	<table cellspacing=0 align="center">
  		<Tr>

Index: opac-userupdate.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-userupdate.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** opac-userupdate.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.2
--- opac-userupdate.tmpl	15 Mar 2004 17:31:28 -0000	1.1.2.3
***************
*** 3,8 ****
  <div id="mainbloc">
  <h2>Modification informations lecteur</h2>
! <p><i> Changer le nécessaire<br />
! Vos changement n'apparaitront que lorsque la bibliothèque les aura validé</i></p>
  
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
--- 3,8 ----
  <div id="mainbloc">
  <h2>Modification informations lecteur</h2>
! <p><i>Changer le nécessaire.<br />
! Vos changement n'apparaitront que lorsque la bibliothèque les aura validé.</i></p>
  
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->

Index: subject.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/subject.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** subject.tmpl	10 Feb 2004 16:43:42 -0000	1.1.2.2
--- subject.tmpl	15 Mar 2004 17:31:28 -0000	1.1.2.3
***************
*** 15,19 ****
  </table>
  <br>
! Résultats <!-- TMPL_VAR NAME="startfrom" --> à <!-- TMPL_VAR NAME="endat" --> de <!-- TMPL_VAR NAME="numrecords" --> réponses
  <br>
      <!-- TMPL_IF NAME="displayprev" -->
--- 15,19 ----
  </table>
  <br>
! Résultats <!-- TMPL_VAR NAME="startfrom" --> à <!-- TMPL_VAR NAME="endat" --> de <!-- TMPL_VAR NAME="numrecords" --> réponses.
  <br>
      <!-- TMPL_IF NAME="displayprev" -->





More information about the Koha-cvs mailing list