[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/bookshelves addbookbybiblionumber.tmpl,1.1,1.2 shelves.tmpl,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Wed Nov 24 17:13:36 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/bookshelves
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16013/koha-tmpl/intranet-tmpl/default/fr/bookshelves

Modified Files:
	shelves.tmpl 
Added Files:
	addbookbybiblionumber.tmpl 
Log Message:
french translation of librarian interface


Index: shelves.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/bookshelves/shelves.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** shelves.tmpl	23 Jun 2004 12:34:41 -0000	1.1
--- shelves.tmpl	24 Nov 2004 16:13:33 -0000	1.2
***************
*** 1,147 ****
  <!-- TMPL_INCLUDE Name="cat-top.inc" -->
  
  <!-- TMPL_IF Name="viewshelf" -->
! <center>
! <form>
!     <table border=0 cellpadding=2 cellspacing=0>
!     		<tr>
! 			<th colspan=4 bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
! 				<font color=white>Contenu de <!-- TMPL_VAR Name="shelfname" --></font>
! 			</th>
! 		</tr>
! 		<!-- TMPL_LOOP Name="itemsloop" -->
  			<tr>
! 				<td bgcolor="<!-- TMPL_VAR Name="color" -->"><input type=checkbox name="REM-<!-- TMPL_VAR Name="itemnumber" -->"></td>
! 				<td bgcolor="<!-- TMPL_VAR Name="color" -->"><!-- TMPL_VAR Name="barcode" --></td>
! 				<td bgcolor="<!-- TMPL_VAR Name="color" -->"><!-- TMPL_VAR Name="title" --></td>
! 				<td bgcolor="<!-- TMPL_VAR Name="color" -->"><!-- TMPL_VAR Name="author" --></td>
  			</tr>
! 		<!-- /TMPL_LOOP -->
! 	</table>
! 	<br>
! 	<a href="shelves.pl" class="button">Liste des rayonnages</a>
! 	<input type=hidden name=shelfnumber value="<!-- TMPL_VAR Name="shelfnumber" -->">
! 	<input type=hidden name=modifyshelfcontents value=1>
! 	<input type=hidden name=viewshelf value="<!-- TMPL_VAR Name="shelfnumber" -->">
  	<!-- TMPL_IF name="manageshelf" -->
! 		<input type=submit value="Enlever les ouvrages sélectionnés" class="button">
  	<!-- /TMPL_IF -->
- </form>
- <!-- TMPL_IF name="manageshelf" -->
- <form>
- 	<input type=hidden name=shelfnumber value="<!-- TMPL_VAR Name="shelfnumber" -->">
- 	<input type=hidden name=modifyshelfcontents value=1>
- 	<input type=hidden name=viewshelf value="<!-- TMPL_VAR Name="shelfnumber" -->">
- 	<table>
- 		<tr>
- 			<td>
- 				1 un livre par son code barre dans <!-- TMPL_VAR name="shelfname" -->:
- 			</td>
- 			<td>
- 				<input name="addbarcode">
- 				<input type=hidden name=modifyshelfcontents value=1>
- 				<input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR Name="shelfnumber" -->">
- 				<input type="submit" value="Enregistrer" class="button">
- 			</td>
- 		</tr>
- 	</table>
- </form>
- <!-- /TMPL_IF -->
  <!-- TMPL_ELSE -->
  	<!-- TMPL_IF Name="shelves" -->
  		<!-- TMPL_IF Name="status1" -->
! 			<font color=red><!-- TMPL_VAR Name="string1" --></font><p>
  		<!-- /TMPL_IF -->
  		<!-- TMPL_LOOP Name="paramsloop" -->
  			<!-- TMPL_IF Name="status" -->
! 				<font color=red><!-- TMPL_VAR Name="string" --></font><p>
  			<!-- /TMPL_IF -->
  		<!-- /TMPL_LOOP -->
! 		<center>
! 		<h1>Rayonnages</h1>
! 		<table border=0 cellpadding=7>
! 			<tr>
! 				<td align=center valign="bottom">
! 					<form>
! 						<p>
! 							<a href="shelves.pl" class="button">Liste des rayonnages</a>
! 						</p>
! 					</form>
! 				</td>
! 				<td align=center valign="bottom">
! 					<form 1
! 					<input type="hidden" name="shelves" value=1>
! 					<table border=0 cellpadding=0 cellspacing=0>
! 						<tr>
! 							<th bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
! 								<font color=white>Sélectionner des rayonnages à effacer</font>
! 							</th>
! 						</tr>
  						<!-- TMPL_LOOP Name="shelvesloop" -->
  						<!-- TMPL_IF name="canmanage" -->
! 						<tr>
! 							<td bgcolor="<!-- TMPL_VAR Name="color" -->">
! 								<input type=checkbox name="DEL-<!-- TMPL_VAR Name="shelf" -->">
! 								<!-- TMPL_VAR Name="shelfname" --> (<!-- TMPL_VAR Name="shelfbookcount" --> books)
! 							</td>
! 						</tr>
  						<!-- /TMPL_IF -->
  						<!-- /TMPL_LOOP -->
- 					</table>
  					<p>
! 						<input type=submit value="Supprimer Rayonnages" class="button"></form>
  					</p>
- 				</td>
- 				<td align=center valign=bottom>
- 					<form 1
- 					<input type=hidden name=shelves value=1>
- 					<table border=0 cellpadding=0 cellspacing=0>
- 						<tr>
- 							<th bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
- 								<font color=white>1 un rayonnage</font>
- 							</th>
- 						</tr>
- 						<tr>
- 							<td>
- 								<p>Nom : <input type="text" name="addshelf" size="25"></p>
- 								<p>Owner : <input type="hidden" name="owner" value="<!-- TMPL_VAR name="loggedinuser" -->"><!-- TMPL_VAR name="loggedinusername" --></p>
- 								<p>Catégorie : <select name="category">
- 									<option value="1">Private</option>
- 									<option value="2">Public</option>
- 									<option value="3">Free</option>
- 									</select>
- 								</p>
- 								<p> <li>a private bookshelf is managed by you & can be seen only by you.</li>
- 									<li> A public can be seen by everybody, but managed only by you.</li>
- 									<li> A free can be managed by tout user.</li>
- 								</p>
- 							</td>
- 						</tr>
- 					</table>
- 								<p><input type=submit value="1 un nouveau rayonnage" class="button"></p>
  					</form>
! 				</td>
! 			</tr>
! 		</table>
  
  	<!-- TMPL_ELSE -->
! 		<center>
! 		<table border=0 cellpadding=4 cellspacing=0>
  			<tr>
! 				<td bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
! 					<table border=0 cellpadding=5 cellspacing=0 width=100%>
! 						<tr>
! 							<th bgcolor="<!-- TMPL_VAR Name="headerbackgroundcolor" -->">
! 								<font color=white>Liste des rayonnages</font>
! 							</th>
! 						</tr>
! 					</table>
! 				</td>
  			</tr>
  			<!-- TMPL_LOOP Name="shelvesloop" -->
  			<tr>
! 				<td bgcolor="<!-- TMPL_VAR Name="color" -->">
! 					<a href="shelves.pl?viewshelf=<!-- TMPL_VAR Name="shelf" -->">
! 						<!-- TMPL_VAR Name="shelfname" -->(<!-- TMPL_VAR Name="shelfbookcount" --> books)
  					</a>
  				</td>
--- 1,118 ----
  <!-- TMPL_INCLUDE Name="cat-top.inc" -->
  
+ <div id="mainbloc">
  <!-- TMPL_IF Name="viewshelf" -->
! 	<form>
! 		<table>
  			<tr>
! 				<th class="catalogue">
! 					Contenus de <!-- TMPL_VAR NAME="shelfname" -->
! 				</th>
  			</tr>
! 			<!-- TMPL_LOOP Name="itemsloop" -->
! 				<tr>
! 					<td bgcolor="<!-- TMPL_VAR NAME="color" -->"><input type="checkbox" name="REM-<!-- TMPL_VAR NAME="itemnumber" -->"></td>
! 					<td bgcolor="<!-- TMPL_VAR NAME="color" -->"><!-- TMPL_VAR NAME="barcode" --></td>
! 					<td bgcolor="<!-- TMPL_VAR NAME="color" -->"><!-- TMPL_VAR NAME="title" --></td>
! 					<td bgcolor="<!-- TMPL_VAR NAME="color" -->"><!-- TMPL_VAR NAME="author" --></td>
! 				</tr>
! 			<!-- /TMPL_LOOP -->
! 		</table>
! 		<br>
! 		<a href="shelves.pl" class="button">Liste des étagères</a>
! 		<input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->">
! 		<input type="hidden" name="modifyshelfcontents" value="1">
! 		<input type="hidden" name="viewshelf" value="<!-- TMPL_VAR NAME="shelfnumber" -->">
! 		<!-- TMPL_IF name="manageshelf" -->
! 			<input type="submit" value="Retirer les Exemplaires Sélectionnés" class="button">
! 		<!-- /TMPL_IF -->
! 	</form>
! 
  	<!-- TMPL_IF name="manageshelf" -->
! 	<form>
! 		<input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->">
! 		<input type="hidden" name="modifyshelfcontents" value="1">
! 		<input type="hidden" name="viewshelf" value="<!-- TMPL_VAR NAME="shelfnumber" -->">
! 		<table>
! 			<tr>
! 				<td>
! 					ajouter un livre par code barre dans <!-- TMPL_VAR NAME="shelfname" -->:
! 				</td>
! 				<td>
! 					<input name="addbarcode">
! 					<input type="hidden" name="modifyshelfcontents" value="1">
! 					<input type="hidden" name="shelfnumber" value="<!-- TMPL_VAR NAME="shelfnumber" -->">
! 					<input type="submit" value="Enregistrer" class="button">
! 				</td>
! 			</tr>
! 		</table>
! 	</form>
  	<!-- /TMPL_IF -->
  <!-- TMPL_ELSE -->
  	<!-- TMPL_IF Name="shelves" -->
  		<!-- TMPL_IF Name="status1" -->
! 			<font color="red"><!-- TMPL_VAR NAME="string1" --></font><p>
  		<!-- /TMPL_IF -->
  		<!-- TMPL_LOOP Name="paramsloop" -->
  			<!-- TMPL_IF Name="status" -->
! 				<font color="red"><!-- TMPL_VAR NAME="string" --></font><p>
  			<!-- /TMPL_IF -->
  		<!-- /TMPL_LOOP -->
! 		<h1 class="catalogue">Etagères</h1>
! 		<div id="bloc25">
! 					<h2 class="catalogue">Sélectionner les Etagères à Supprimer</h2>
! 					<form method="post">
! 					<input type="hidden" name="shelves" value="1">
  						<!-- TMPL_LOOP Name="shelvesloop" -->
  						<!-- TMPL_IF name="canmanage" -->
! 						<p>
! 							<label>
! 								<input type="checkbox" name="DEL-<!-- TMPL_VAR NAME="shelf" -->">
! 							</label>
! 								<!-- TMPL_VAR NAME="shelfname" --> (<!-- TMPL_VAR NAME="shelfbookcount" --> livres)
! 						</p>
  						<!-- /TMPL_IF -->
  						<!-- /TMPL_LOOP -->
  					<p>
! 						<input type="submit" value="Supprimer des étagères" class="button catalogue">
  					</p>
  					</form>
! 		</div>
! 		<div id="bloc25">
! 			<form method="post">
! 				<input type="hidden" name="shelves" value="1">
! 				<h2 class="catalogue">Ajouter une étagère</h2>
! 				<p><label>Nom</label><input type="text" name="addshelf" size="25"></p>
! 				<p><label>Propriétaire</label><input type="hidden" name="owner" value="<!-- TMPL_VAR NAME="loggedinuser" -->"><!-- TMPL_VAR NAME="loggedinusername" --></p>
! 				<p><label>Catégorie</label>
! 					<select name="category">
! 						<option value="1">Privé</option>
! 						<option value="2">Publique</option>
! 						<option value="3">Libre</option>
! 					</select>
! 				</p>
! 				<p> <li> une étagère privée est gérée par vous et peut être vue uniquement par vous- même.</li>
! 					<li>  Une étagère publique peut-être vue par tout le monde, mais gérée uniquement par vous-même</li>
! 					<li> Une étagère libre peut-être gérée par tous les usagers</li>
! 				</p>
! 				<p>
! 					<input type="submit" value="Ajouter une nouvelle étagère" class="button catalogue">
! 					<a href="shelves.pl" class="button catalogue">Retour à la liste des étagères</a>
! 				</p>
  
+ 			</form>
+ 		</div>
  	<!-- TMPL_ELSE -->
! 		<table>
  			<tr>
! 				<th class="catalogue">
! 					Liste des Etagères
! 				</th>
  			</tr>
  			<!-- TMPL_LOOP Name="shelvesloop" -->
  			<tr>
! 				<td bgcolor="<!-- TMPL_VAR NAME="color" -->">
! 					<a href="shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelf" -->">
! 						<!-- TMPL_VAR NAME="shelfname" -->(<!-- TMPL_VAR NAME="shelfbookcount" --> livres)
  					</a>
  				</td>
***************
*** 150,156 ****
  		</table>
  		<P>
! 			<a href="shelves.pl?shelves=1" class="button">1 ou Supprimer des rayonnages</a>
  		</p>
  	<!-- /TMPL_IF -->
  <!-- /TMPL_IF -->
  <!-- TMPL_INCLUDE Name="cat-bottom.inc" -->
--- 121,128 ----
  		</table>
  		<P>
! 			<a href="shelves.pl?shelves=1" class="button catalogue">Ajouter ou supprimer des étagères virtuelles</a>
  		</p>
  	<!-- /TMPL_IF -->
  <!-- /TMPL_IF -->
+ </div>
  <!-- TMPL_INCLUDE Name="cat-bottom.inc" -->





More information about the Koha-cvs mailing list