[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/fr opac-auth.tmpl,1.3,1.4 opac-detail.tmpl,1.4,1.5 opac-ISBDdetail.tmpl,1.1,1.2 opac-main.tmpl,1.3,1.4 opac-moredetail.tmpl,1.3,1.4 opac-reserve.tmpl,1.3,1.4 opac-searchresults.tmpl,1.3,1.4 opac-search.tmpl,1.3,1.4 opac-shelves.tmpl,1.1,1.2 opac-suggestions.tmpl,1.1,1.2 opac-user.tmpl,1.3,1.4 opac-userupdate.tmpl,1.3,1.4

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 19 15:40:52 CEST 2004


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

Modified Files:
	opac-auth.tmpl opac-detail.tmpl opac-ISBDdetail.tmpl 
	opac-main.tmpl opac-moredetail.tmpl opac-reserve.tmpl 
	opac-searchresults.tmpl opac-search.tmpl opac-shelves.tmpl 
	opac-suggestions.tmpl opac-user.tmpl opac-userupdate.tmpl 
Log Message:
french OPAC for 2.2

Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-auth.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-auth.tmpl	2 Sep 2004 16:32:18 -0000	1.3
--- opac-auth.tmpl	19 Oct 2004 13:40:48 -0000	1.4
***************
*** 13,22 ****
  <!-- TMPL_IF NAME="different_ip" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Vous accédez déjà à Koha à partir d'une autre adresse IP ! Merci de vous reconnecter<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="invalid_username_or_password" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2>Vous avez saisi un nom de membre ou un mot de document invalide, merci de réessayer<h2>
  <!-- /TMPL_IF -->
  
--- 13,22 ----
  <!-- TMPL_IF NAME="different_ip" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2> Vous accédez déjà à Koha à partir d'une autre adresse IP ! Merci de vous reconnecter<h2>
  <!-- /TMPL_IF -->
  
  <!-- TMPL_IF NAME="invalid_username_or_password" -->
  <!-- This is what is displayed if user doesnt have permission -->
! <h2> Vous avez saisi un nom de membre ou un mot de document invalide, merci de réessayer<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.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** opac-detail.tmpl	2 Sep 2004 16:32:18 -0000	1.4
--- opac-detail.tmpl	19 Oct 2004 13:40:48 -0000	1.5
***************
*** 58,62 ****
  	<!-- TMPL_IF name="MARCNOTES" -->
  		<tr>
! 			<th><i>Detailed notes:</i></th>
  			<td>
  				<ul>
--- 58,62 ----
  	<!-- TMPL_IF name="MARCNOTES" -->
  		<tr>
! 			<th><i>Notes détaillées</i></th>
  			<td>
  				<ul>
***************
*** 70,74 ****
  	<!-- TMPL_IF name="MARCSUBJCTS" -->
  		<tr>
! 			<th>Related links:</th>
  			<td>
  				<ul>
--- 70,74 ----
  	<!-- TMPL_IF name="MARCSUBJCTS" -->
  		<tr>
! 			<th>Liens en relation</th>
  			<td>
  				<ul>
***************
*** 97,101 ****
  		<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
  			<tr>
! 				<td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF --></td>
  				<td><!-- TMPL_VAR NAME="datedue" --></td>
  				<td><!-- TMPL_VAR NAME="datelastseen" --></td>
--- 97,101 ----
  		<!-- TMPL_LOOP NAME="ITEM_RESULTS" -->
  			<tr>
! 				<td><!-- TMPL_VAR NAME="branchname" --> <!-- TMPL_VAR NAME="location" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF --></td>
  				<td><!-- TMPL_VAR NAME="datedue" --></td>
  				<td><!-- TMPL_VAR NAME="datelastseen" --></td>
***************
*** 116,120 ****
  	<!-- TMPL_IF name="subscriptionid" -->
  		<p>
! 			This is a serial subscription. You can see which  <a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">  Issues  </a> we have and don't have
  		</p>
  	<!-- /TMPL_IF -->
--- 116,120 ----
  	<!-- TMPL_IF name="subscriptionid" -->
  		<p>
! 			<a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">numéros</a> que nous avons et/ou n'avons pas'>Il s'agit d'un abonnement. Vous pouvez voir les <a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">numéros</a> que nous avons et/ou n'avons pas
  		</p>
  	<!-- /TMPL_IF -->

Index: opac-ISBDdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-ISBDdetail.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-ISBDdetail.tmpl	2 Sep 2004 16:32:18 -0000	1.1
--- opac-ISBDdetail.tmpl	19 Oct 2004 13:40:48 -0000	1.2
***************
*** 2,6 ****
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
  <div id="bibliomenu">
! 	"<a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue"> Normal </a> <a href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button"> MARC </a> <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')" class="button catalogue"> Imprimer </a>  	 	    	

  	<!-- TMPL_UNLESS NAME="norequests" -->
  		<a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">
--- 2,6 ----
  <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/marc-editor.css">
  <div id="bibliomenu">
! 	<a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue"> Normal </a> <a href="opac-MARCdetail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button"> MARC </a> <a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')" class="button catalogue"> Imprimer </a>
  	<!-- TMPL_UNLESS NAME="norequests" -->
  		<a class="button" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->">

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-main.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-main.tmpl	2 Sep 2004 16:32:18 -0000	1.3
--- opac-main.tmpl	19 Oct 2004 13:40:48 -0000	1.4
***************
*** 6,9 ****
--- 6,14 ----
  	<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac.css" />
  	<title><!--TMPL_VAR name="LibraryName"--></title>
+ 	<style type="text/css">
+ 	input {
+ 		background-color: #ACE6E6;
+ 	}
+ 	</style>
  </head>
  
***************
*** 32,64 ****
  
  	<h2>Acquisitions récentes</h2>
! 	<form action="/cgi-bin/koha/opac-new.pl">
  		<p>
! 		<!-- TMPL_VAR name="CGIitemtype" --> acquis dans les <b><input type="text" name="duration" value="30" size="3" /></b> derniers jours
! 		<input type="submit" value="OK" class="button" />
  		</p>
  	</form>
  	<h2>Autres options</h2>
- 	<!-- TMPL_IF name="virtualshelves" -->
- 		<a href="/cgi-bin/koha/opac-shelves.pl" class="button">Etagères virtuelles</a>
- 	<!-- /TMPL_IF -->
- 	<!-- TMPL_IF name="suggestion" -->
- 		<a href="opac-suggestions.pl" class="button">Voir et gérer les suggestions</a>
- 	<!-- /TMPL_IF -->
  	<!-- TMPL_IF NAME="loggedinusername" -->
  		<a href="/cgi-bin/koha/opac-user.pl" class="button"> <!-- TMPL_VAR NAME="loggedinusername" --> accueil </a> <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="button"> Déconnexion </a>
! 		<form action="/cgi-bin/koha/changelanguage.pl" method="post">
! 			<select name="language">
! 				<TMPL_LOOP NAME="languages">
! 					<option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
! 				</TMPL_LOOP>
! 			</select>
! 			<input type="submit" value="Change Language" class="button">
! 		</form>
! 
  	<!-- TMPL_ELSE -->
! 	<h2><a href="/cgi-bin/koha/opac-user.pl">Connectez-vous à Koha</a></h2>
  	<!-- /TMPL_IF -->
  	<p class="copyright">
! 		This Library is powered by <a href="http://www.koha.org">Koha</a> free software ILS, and compliant with web standards  <a href="http://validator.w3.org/check/referer">
  			<img src="http://www.w3.org/Icons/valid-xhtml10" alt="XHTML 1.0 valide !" height="16" width="44">
  		</a>
--- 37,79 ----
  
  	<h2>Acquisitions récentes</h2>
! 	<form action="/cgi-bin/koha/opac-search.pl">
  		<p>
! 			 <!-- TMPL_VAR name="CGIitemtype" --> acquis récemment (les plus récents en premier)
! 			<input type="hidden" name="marclist" value="biblioitems.itemtype" />
! 			<input type="hidden" name="and_or" value="and" />
! 			<input type="hidden" name="excluding" value="" />
! 			<input type="hidden" name="operator" value="=" />
! 			<input type="hidden" name="op" value="do_search" />
! 			<input type="hidden" name="type" value="opac" />
! 			<input type="hidden" name="orderby" value="biblio.timestamp desc">
! 			<input type="submit" value="OK" class="button" />
  		</p>
  	</form>
  	<h2>Autres options</h2>
  	<!-- TMPL_IF NAME="loggedinusername" -->
+ 		<!-- TMPL_IF name="virtualshelves" -->
+ 			<a href="/cgi-bin/koha/opac-shelves.pl" class="button">Etagères virtuelles</a>
+ 		<!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="suggestion" -->
+ 			<a href="opac-suggestions.pl" class="button">Voir et gérer les suggestions</a>
+ 		<!-- /TMPL_IF -->
  		<a href="/cgi-bin/koha/opac-user.pl" class="button"> <!-- TMPL_VAR NAME="loggedinusername" --> accueil </a> <a href="/cgi-bin/koha/opac-main.pl?logout.x=1" class="button"> Déconnexion </a>
! 		<!-- TMPL_IF name="textmessaging"-->
! 			<h2>Message from the library</h2>
! 			<!-- TMPL_VAR name="textmessaging" -->
! 		<!-- /TMPL_IF -->
  	<!-- TMPL_ELSE -->
! 		<p></a> pour avoir des fonctionnalités personnelles'><a href="/cgi-bin/koha/opac-user.pl">S'identifier</a> pour avoir des fonctionnalités personnelles</p>
  	<!-- /TMPL_IF -->
+ 	<form action="/cgi-bin/koha/changelanguage.pl" method="post">
+ 		<select name="language">
+ 			<TMPL_LOOP NAME="languages">
+ 				<option value="<TMPL_VAR NAME="language">"><TMPL_VAR NAME="language"></option>
+ 			</TMPL_LOOP>
+ 		</select>
+ 		<input type="submit" value="Changer la langue" class="button">
+ 	</form>
  	<p class="copyright">
! 		Cette bibliothèque est équipée de <a href="http://www.koha.org">Koha</a>, SIGB sous licence libre, respectueuse des standards du web <a href="http://validator.w3.org/check/referer">
  			<img src="http://www.w3.org/Icons/valid-xhtml10" alt="XHTML 1.0 valide !" height="16" width="44">
  		</a>

Index: opac-moredetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-moredetail.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-moredetail.tmpl	2 Sep 2004 16:32:18 -0000	1.3
--- opac-moredetail.tmpl	19 Oct 2004 13:40:48 -0000	1.4
***************
*** 14,23 ****
  <table>
  <tr>
! <td><b><!-- TMPL_VAR NAME="biblioitemnumber" --> GROUP - <!-- TMPL_VAR NAME="description" --> </b> </td>
  </tr>
  <tr>
  <td width=210 >
! <input TYPE="image" name="submit"  value="modify" height=42  WIDTH=93
! border=0 src="/images/modify-mem.gif">
  <input TYPE="image" name="delete"  value="delete" height=42  WIDTH=93
  border=0 src="/images/delete-mem.gif">
--- 14,22 ----
  <table>
  <tr>
! <td><b><!-- TMPL_VAR NAME="biblioitemnumber" --> GROUPE - <!-- TMPL_VAR NAME="description" --> </b> </td>
  </tr>
  <tr>
  <td width=210 >
! <input type="image" name="submit" value="modifier" height=42 width=93 border=0 src="/images/modify-mem.gif">
  <input TYPE="image" name="delete"  value="delete" height=42  WIDTH=93
  border=0 src="/images/delete-mem.gif">
***************
*** 48,52 ****
  <TABLE>
  <tr>
! <td><b>BARCODE <!-- TMPL_VAR NAME="barcode" --></b></td>
  </tr>
  <tr>
--- 47,51 ----
  <TABLE>
  <tr>
! <td><b>code barre <!-- TMPL_VAR NAME="barcode" --></b></td>
  </tr>
  <tr>
***************
*** 56,61 ****
  <input type=hidden name=item value=<!-- TMPL_VAR NAME="itemnumber" -->>
  <input type=hidden name=type value=<!-- TMPL_VAR NAME="type" -->>
! <input TYPE="image" name="submit"  value="modify" height=42  width=93
! border=0 src="/images/modify-mem.gif">
  <input type="image" name="delete"  value="delete" height=42  width=93
  border=0 src="/images/delete-mem.gif">
--- 55,59 ----
  <input type=hidden name=item value=<!-- TMPL_VAR NAME="itemnumber" -->>
  <input type=hidden name=type value=<!-- TMPL_VAR NAME="type" -->>
! <input type="image" name="submit" value="modifier" height=42 width=93 border=0 src="/images/modify-mem.gif">
  <input type="image" name="delete"  value="delete" height=42  width=93
  border=0 src="/images/delete-mem.gif">
***************
*** 64,68 ****
  <b>Last seen:</b> <!-- TMPL_VAR NAME="datelastseen" --><br>
  <b>Last borrowed:</b> <!-- TMPL_VAR NAME="timestamp0" --><br>
! on issue bit <!-- FIXME - What's this, then? -->
  <b>Last Borrower 1:</b> <!-- TMPL_VAR NAME="card0" --><br>
  <b>Last Borrower 2:</b> <!-- TMPL_VAR NAME="card1" --><br>
--- 62,66 ----
  <b>Last seen:</b> <!-- TMPL_VAR NAME="datelastseen" --><br>
  <b>Last borrowed:</b> <!-- TMPL_VAR NAME="timestamp0" --><br>
! Indicateur de prêt <!-- FIXME - What's this, then? -->
  <b>Last Borrower 1:</b> <!-- TMPL_VAR NAME="card0" --><br>
  <b>Last Borrower 2:</b> <!-- TMPL_VAR NAME="card1" --><br>
***************
*** 73,78 ****
  <b>Remarques:</b> <!-- TMPL_VAR NAME="itemnotes" --><br>
  <b>Renewals:</b> <!-- TMPL_VAR NAME="renewals" --><br>
! <b><a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber" -->&invoice=<!-- TMPL_VAR NAME="booksellerinvoicenumber" -->&catview=yes"> Accession</a> Date:<!-- TMPL_VAR NAME="dateaccessioned" --><br>
! <b>Cancelled: <!-- 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 Issues:</a></b> <!-- TMPL_VAR NAME="issues" --><br>
--- 71,76 ----
  <b>Remarques:</b> <!-- TMPL_VAR NAME="itemnotes" --><br>
  <b>Renewals:</b> <!-- TMPL_VAR NAME="renewals" --><br>
! <b><a href="/cgi-bin/koha/acqui/acquire.pl?recieve=<!-- TMPL_VAR NAME="ordernumber" -->&biblio=<!-- TMPL_VAR NAME="biblionumber" -->&invoice=<!-- TMPL_VAR NAME="booksellerinvoicenumber" -->&catview=yes">vu le</a>:<!-- 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 Issues:</a></b> <!-- TMPL_VAR NAME="issues" --><br>

Index: opac-reserve.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-reserve.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-reserve.tmpl	2 Sep 2004 16:32:18 -0000	1.3
--- opac-reserve.tmpl	19 Oct 2004 13:40:48 -0000	1.4
***************
*** 10,13 ****
--- 10,16 ----
  		<!-- TMPL_IF NAME="no_items_selected" --><li>Vous devez sélectionner au moins un type de document !</li><!-- /TMPL_IF -->
  		<!-- TMPL_IF NAME="no_branch_selected" --><li>vous devez saisie un site de retrait !</li><!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="GNA" --><li>You are gone without address. Reservation is forbidden. Please contact the library</li><!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="lost" --><li>This card has been declared lost. Reserve impossible. Please contact the library</li><!-- /TMPL_IF -->
+ 		<!-- TMPL_IF name="debarred" --><li>Votre compte est suspendu temporairement. Contactez la bibliothèque</li><!-- /TMPL_IF -->
  	</ul>
  <!-- /TMPL_IF -->
***************
*** 16,20 ****
  	<!-- The first time round you select which bibitems you want -->
  	<p> Il y a déjà <b><!-- TMPL_VAR NAME="reservecount" --></b> réservations pour ce document </p>
! 	<p>Please select which item types are ok for you. The first of these item that matches one of these types that becomes available will be set kept for you.</p>
  
  	<form action="/cgi-bin/koha/opac-reserve.pl" method="post">
--- 19,23 ----
  	<!-- The first time round you select which bibitems you want -->
  	<p> Il y a déjà <b><!-- TMPL_VAR NAME="reservecount" --></b> réservations pour ce document </p>
! 	<p>Sélectionnez les types de documents qui vous conviennent. Le premier qui correspondra à votre souhait sera mis de coté lorsqu'il sera disponible</p>
  
  	<form action="/cgi-bin/koha/opac-reserve.pl" method="post">
***************
*** 63,67 ****
  <!-- TMPL_IF NAME="item_types_selected" -->
  <!-- if the bibitems have already been selected -->
! 	<p>Merci de confirmer que vous souhaitez demander un document de ces types</p>
  
  	<form action="/cgi-bin/koha/opac-reserve.pl" method="post">
--- 66,70 ----
  <!-- TMPL_IF NAME="item_types_selected" -->
  <!-- if the bibitems have already been selected -->
! 	<p> Merci de confirmer que vous souhaitez demander un document de ces types</p>
  
  	<form action="/cgi-bin/koha/opac-reserve.pl" method="post">
***************
*** 83,87 ****
  		<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
  		<!-- TMPL_IF NAME="fee" -->
! 			<p><b><!-- TMPL_VAR NAME="fee" --></b> pour la réservation'>Notez qu'il y aura un coût de <b></b> pour la réservation</p>
  		<!-- /TMPL_IF -->
  		<input class="button" type="submit" value="Faire une Réservation">
--- 86,90 ----
  		<input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
  		<!-- TMPL_IF NAME="fee" -->
! 			<p> <b><!-- TMPL_VAR NAME="fee" --></b> pour la réservation'>Notez qu'il y aura un coût de <b></b> pour la réservation</p>
  		<!-- /TMPL_IF -->
  		<input class="button" type="submit" value="Faire une Réservation">

Index: opac-searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-searchresults.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-searchresults.tmpl	2 Sep 2004 16:32:18 -0000	1.3
--- opac-searchresults.tmpl	19 Oct 2004 13:40:48 -0000	1.4
***************
*** 48,56 ****
  		<!-- TMPL_LOOP NAME="results" -->
  			<tr>
! 			<td<!-- TMPL_IF name="even" --> class="hilighted"<!-- /TMPL_IF -->><input type="checkbox" name="bibid" value="<!-- TMPL_VAR NAME="bibid" -->"></td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<p>
  						<p><b><a class="transparent" href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a></b></p>
  						<p><!-- TMPL_VAR NAME="author" -->
  						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
--- 48,57 ----
  		<!-- TMPL_LOOP NAME="results" -->
  			<tr>
! 			<td<!-- TMPL_IF name="even" --> class="hilighted"<!-- /TMPL_IF -->><input type="checkbox" name="bibid" value="<!-- TMPL_VAR NAME="biblionumber" -->"></td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<p>
  						<p><b><a class="transparent" href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="title" --></a></b></p>
  						<p><!-- TMPL_VAR NAME="author" -->
+ 						<!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
***************
*** 58,61 ****
--- 59,63 ----
  						<!-- TMPL_IF name="notes" --> : <!-- TMPL_VAR name="notes" --><!-- /TMPL_IF -->
  						<!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
+ 						<!-- TMPL_IF name="timestamp" --> <i>(modifié le <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
  					</p>
  				</td>
***************
*** 65,69 ****
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_LOOP name="CN" -->
! 						<!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR name="itemcallnumber" -->)<!-- /TMPL_IF -->
  					<!-- /TMPL_LOOP -->
  				</td>
--- 67,71 ----
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_LOOP name="CN" -->
! 						<!-- TMPL_VAR name="holdingbranch" --> <!-- TMPL_VAR name="location" --> <!-- TMPL_IF name="itemcallnumber" -->(<!-- TMPL_VAR name="itemcallnumber" -->)<!-- /TMPL_IF -->
  					<!-- /TMPL_LOOP -->
  				</td>

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-search.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-search.tmpl	2 Sep 2004 16:32:18 -0000	1.3
--- opac-search.tmpl	19 Oct 2004 13:40:48 -0000	1.4
***************
*** 11,20 ****
  			<input type="hidden" name="op" value="do_search" />
  			<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
! 			<label class="label20">Mot Clé</label>
  			<input type="hidden" name="marclist" value="" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" />
  		</p>
  		<p>
--- 11,20 ----
  			<input type="hidden" name="op" value="do_search" />
  			<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
! 			<label class="label20">Any word</label>
  			<input type="hidden" name="marclist" value="" />
  			<input type="hidden" name="and_or" value="and" />
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" size="35" />
  		</p>
  		<p>
***************
*** 24,28 ****
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" />
  		</p>
  		<p>
--- 24,28 ----
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" size="35" />
  		</p>
  		<p>
***************
*** 31,35 ****
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" />
  		</p>
  		<p>
--- 31,35 ----
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />
! 			<input type="text" name="value" onchange="sql_update()" size="35" />
  		</p>
  		<p>
***************
*** 39,43 ****
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />  
! 			<input type="text" name="value" onchange="sql_update()" />
  		</p>
  		<p>
--- 39,43 ----
  			<input type="hidden" name="excluding" value="" />
  			<input type="hidden" name="operator" value="contains" />  
! 			<input type="text" name="value" onchange="sql_update()" size="35" />
  		</p>
  		<p>
***************
*** 109,112 ****
--- 109,113 ----
  				<option value="biblioitems.publicationyear">Année de Publication</option>
  				<option value="biblioitems.publishercode">Editeur</option>
+ 				<option value="biblio.timestamp desc">date d'acquisition</option>
  			</select>
  		</p>
***************
*** 114,117 ****
--- 115,131 ----
  		<p>&nbsp;</p>
  	</div>
+ 	<div id="bloc60">
+ 		<h2>Hints</h2>
+ 		<h3>Titre</h3>
+ 		<p>You can enter a complete or a part of a title. The search will also be done in subtitles & other title-related fields</p>
+ 		<h3>Auteur</h3>
+ 		<p>You can enter a name or a surname. The search will also be done is additional authors & other author-related fields (translator, illustrator...)</p>
+ 		<p>Remember that a title can concern a "physical" author (Victor Hugo) or a company, group, collective author (CNRS, Library of Congress)</p>
+ 		<h3>Branches</h3>
+ 		<p>Select a branch if you want to limit your search to items in a specific branch. By default the search is done on every branches of the library</p>
+ 		<h3>Partial search</h3>
+ 		<p>A search is done on every words you enter. Empty words are ignored. If you enter, for example "the two towers" in the title, the result list will contain all the books containing two AND tower in the title. The "the" will be discarded.</p>
+ 		<p>If you want to enter a partial word, add a * or a % at the end of the word. For example "two tower*" will retrieve "the two towers", "two white towers", "a tower and two cities"</p>
+ 	</div>
  </form>
  

Index: opac-shelves.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-shelves.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-shelves.tmpl	2 Sep 2004 16:32:18 -0000	1.1
--- opac-shelves.tmpl	19 Oct 2004 13:40:48 -0000	1.2
***************
*** 117,121 ****
  									</select>
  								</p>
! 								<p> <li>Une Ãéagère virtuelle privée est gérée par vous seul, et ne peut être vue que de vous.</li>
  									<li> public peut être vu par tous, mais géré uniquement par vous</li>
  									<li> libre peut être géré par n'importe quel utilisateur</li>
--- 117,121 ----
  									</select>
  								</p>
! 								<p> <li> Une Ãéagère virtuelle privée est gérée par vous seul, et ne peut être vue que de vous.</li>
  									<li> public peut être vu par tous, mais géré uniquement par vous</li>
  									<li> libre peut être géré par n'importe quel utilisateur</li>

Index: opac-suggestions.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-suggestions.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** opac-suggestions.tmpl	2 Sep 2004 16:32:18 -0000	1.1
--- opac-suggestions.tmpl	19 Oct 2004 13:40:48 -0000	1.2
***************
*** 3,8 ****
  <!-- TMPL_IF name="op_add" -->
  	<h1>Saisir une nouvelle suggestion</h1>
! 	<p>Fill this form to suggest the library a new acquisition. You will be mailed when the library treats you suggestion</p>
! 	<p>No fields are mandatory. Fill whatever you know. The "Note" field can be used for whatever you want</p>
  	<form>
  		<input type="hidden" name="op" value="add_confirm">
--- 3,8 ----
  <!-- TMPL_IF name="op_add" -->
  	<h1>Saisir une nouvelle suggestion</h1>
! 	<p>Remplissez ce formulaire pour suggérer une nouvelle acquisition. Vous serez prévenu par messagerie lorsque la bibliothèque traitera votre suggestion</p>
! 	<p>Aucun champ obligatoire. Remplissez les champs que vous connaissez. Le champ</p>
  	<form>
  		<input type="hidden" name="op" value="add_confirm">
***************
*** 59,62 ****
--- 59,67 ----
  							<option value="ASKED">Demandé</option>
  						<!-- /TMPL_IF -->
+ 						<!-- TMPL_IF name="ACCEPTED" -->
+ 							<option value="ACCEPTED" selected>Accepté</option>
+ 						<!-- TMPL_ELSE -->
+ 							<option value="ACCEPTED">Accepté</option>
+ 						<!-- /TMPL_IF -->
  						<!-- TMPL_IF name="ORDERED" -->
  							<option value="ORDERED" selected>Commandé</option>
***************
*** 111,117 ****
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_IF name="ASKED" -->Demandé<!-- /TMPL_IF -->
  					<!-- TMPL_IF name="ORDERED" -->Commandé par la bibliothèque<!-- /TMPL_IF -->
  					<!-- TMPL_IF name="REJECTED" -->Suggestion rejetée : ne sera pas acheté<!-- /TMPL_IF -->
! 					<!-- TMPL_IF name="AVAILABLE" -->Disponible dans la bibliothèque<!-- /TMPL_IF -->
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
--- 116,123 ----
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_IF name="ASKED" -->Demandé<!-- /TMPL_IF -->
+ 					<!-- TMPL_IF name="ACCEPTED" -->Accepté, sera commandé rapidement<!-- /TMPL_IF -->
  					<!-- TMPL_IF name="ORDERED" -->Commandé par la bibliothèque<!-- /TMPL_IF -->
  					<!-- TMPL_IF name="REJECTED" -->Suggestion rejetée : ne sera pas acheté<!-- /TMPL_IF -->
! 					<!-- TMPL_IF name="AVAILABLE" -->Recieved by the library<!-- /TMPL_IF -->
  				</td>
  				<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
***************
*** 145,149 ****
  		<input type="submit" class="button" value="Saisir une nouvelle suggestion">
  	<br />
! 	<p>Note : if you ask suggestion done by anybody, the result will contain only new suggestions. Suggestions treated by a librarian will not be shown.</p>
  <!-- /TMPL_IF -->
  </div>
--- 151,155 ----
  		<input type="submit" class="button" value="Saisir une nouvelle suggestion">
  	<br />
! 	<p>Note : si vous filtrez sur les suggestions faites par n'importe qui, la liste ne contiendra que les suggestions nouvelles. Les suggestions déjà traitées par un bibliothécaire n'apparaitront pas</p>
  <!-- /TMPL_IF -->
  </div>

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-user.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-user.tmpl	2 Sep 2004 16:32:18 -0000	1.3
--- opac-user.tmpl	19 Oct 2004 13:40:48 -0000	1.4
***************
*** 48,53 ****
  <div class="bloc60">
  	<!-- TMPL_IF NAME="issues_count" -->
! 		Vous avez <b><!-- TMPL_VAR NAME="issues_count" --></b> document en cours de prêt<br />
! 		<table cellspacing="0">
  			<tr>
  				<th>Titre</th>
--- 48,53 ----
  <div class="bloc60">
  	<!-- TMPL_IF NAME="issues_count" -->
! 		<h2>Vous avez <b><!-- TMPL_VAR NAME="issues_count" --></b> document en cours de prêt</h2>
! 		<table>
  			<tr>
  				<th>Titre</th>

Index: opac-userupdate.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/fr/opac-userupdate.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-userupdate.tmpl	2 Sep 2004 16:32:18 -0000	1.3
--- opac-userupdate.tmpl	19 Oct 2004 13:40:48 -0000	1.4
***************
*** 4,8 ****
  <h2>Member information change</h2>
  <p><i>Please change what's needed. An email will be sent to the library.<br />
! Vos modifications n'apparaîtront pas avant la validation de la bibliothèque</i></p>
  
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
--- 4,8 ----
  <h2>Member information change</h2>
  <p><i>Please change what's needed. An email will be sent to the library.<br />
!  Vos modifications n'apparaîtront pas avant la validation de la bibliothèque</i></p>
  
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->





More information about the Koha-cvs mailing list