[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/parameters admin-home.tmpl,1.1,1.2 aqbookfund.tmpl,1.1,1.2 aqbudget.tmpl,1.1,1.2 authorised_values.tmpl,1.1,1.2 checkmarc.tmpl,1.1,1.2 marc_subfields_structure.tmpl,1.1,1.2 marctagstructure.tmpl,1.1,1.2 systempreferences.tmpl,1.1,1.2 thesaurus.tmpl,1.1,1.2

Paul POULAIN tipaul at users.sourceforge.net
Fri Apr 4 10:39:43 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv12676/koha-tmpl/intranet-tmpl/default/fr/parameters

Modified Files:
	admin-home.tmpl aqbookfund.tmpl aqbudget.tmpl 
	authorised_values.tmpl checkmarc.tmpl 
	marc_subfields_structure.tmpl marctagstructure.tmpl 
	systempreferences.tmpl thesaurus.tmpl 
Log Message:
french templates for 1.9.1

Index: admin-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/admin-home.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** admin-home.tmpl	3 Feb 2003 12:33:04 -0000	1.1
--- admin-home.tmpl	4 Apr 2003 08:39:40 -0000	1.2
***************
*** 1,12 ****
  <TMPL_INCLUDE NAME="parameters-top.inc">
- <TMPL_IF NAME="loggedinuser">
-     <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
- <TMPL_ELSE>
-     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à Koha</p>
- </TMPL_IF>
  <center>
  <FONT SIZE=6><em>Page d'administration de koha</em></FONT><br>
  <table width=100% cellspacing=0 cellpadding=5 border=1>
! <tr background="/images/background-mem.gif">
  	<th>Paramètres </th>
  </tr>
--- 1,7 ----
  <TMPL_INCLUDE NAME="parameters-top.inc">
  <center>
  <FONT SIZE=6><em>Page d'administration de koha</em></FONT><br>
  <table width=100% cellspacing=0 cellpadding=5 border=1>
! <tr background="<TMPL_VAR name="themelang">/images/background-mem.gif">
  	<th>Paramètres </th>
  </tr>
***************
*** 73,77 ****
  
  <table width=100% cellspacing=0 cellpadding=5 border=1>
! <tr background="/images/background-mem.gif">
  	<th>Utilitaires</th>
  </tr>
--- 68,72 ----
  
  <table width=100% cellspacing=0 cellpadding=5 border=1>
! <tr background="<TMPL_VAR name="themelang">/images/background-mem.gif">
  	<th>Utilitaires</th>
  </tr>

Index: aqbookfund.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/aqbookfund.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** aqbookfund.tmpl	3 Feb 2003 12:33:05 -0000	1.1
--- aqbookfund.tmpl	4 Apr 2003 08:39:40 -0000	1.2
***************
*** 13,25 ****
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
!     <td background="/images/background-mem.gif"><b>Fonds documentaire</b></td>
!     <td background="/images/background-mem.gif"><b>Nom</b></td>
!     <td background="/images/background-mem.gif"><b>Groupe</b></td>
!     <td background="/images/background-mem.gif"><b>Budget</b></td><td background="/images/background-mem.gif">&nbsp;</td><td background="/images/background-mem.gif">&nbsp;  </td><td background="/images/background-mem.gif">&nbsp;  </td></tr>
  <TMPL_LOOP name="bookfund">
! <tr valign=top bgcolor="<TMPL_VAR name="toggle">"<td><TMPL_VAR name="bookfundid"></td><td><TMPL_VAR name="bookfundname"></td><td><TMPL_VAR name="bookfundgroup"> &nbsp;</td><td><a href="aqbudget.pl?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> ">Budget</a></td><td><a href="<TMPL_VAR name="action">?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> ">Edit</a></td><td><a href="<TMPL_VAR name="action">?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">">Delete</a></td><td>&nbsp;  </td></tr>
  </TMPL_LOOP>
  </table>
! <form action='<TMPL_VAR name=scriptname>' method=post><input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ><br></form><br clear=all>
  <p>&nbsp;  </p>
  </TMPL_IF>
--- 13,33 ----
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Fonds documentaire</b></td>
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Nom</b></td>
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Groupe</b></td>
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Budget</b></td><td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td><td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;  </td><td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;  </td></tr>
  <TMPL_LOOP name="bookfund">
! <tr valign=top bgcolor="<TMPL_VAR name="toggle">">
! 	<td><TMPL_VAR name="bookfundid"></td>
! 	<td><TMPL_VAR name="bookfundname"></td>
! 	<td><TMPL_VAR name="bookfundgroup"> &nbsp;</td>
! 	<td><a href="aqbudget.pl?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> ">Budget</a></td>
! 	<td><a href="<TMPL_VAR name="action">?op=add_form&bookfundid=<TMPL_VAR name="bookfundid"> "><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/fileopen.png" border="0"></a></td>
! 	<td><a href="<TMPL_VAR name="action">?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0"></a></td>
! 	<td>&nbsp;  </td>
! </tr>
  </TMPL_LOOP>
  </table>
! <form action='<TMPL_VAR name=scriptname>' method=post><input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" ALT="Add budget" BORDER=0 ><br></form><br clear=all>
  <p>&nbsp;  </p>
  </TMPL_IF>
***************
*** 111,116 ****
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
!     <td background="/images/background-mem.gif"><b>Fonds documentaire</b></td>
!     <td background="/images/background-mem.gif"><b><TMPL_VAR name="bookfundid"></b></td></tr>
  <form action='<TMPL_VAR name="action">' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=bookfundid value='<TMPL_VAR name="bookfundid">'>
  <tr>
--- 119,124 ----
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Fonds documentaire</b></td>
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b><TMPL_VAR name="bookfundid"></b></td></tr>
  <form action='<TMPL_VAR name="action">' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=bookfundid value='<TMPL_VAR name="bookfundid">'>
  <tr>

Index: aqbudget.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/aqbudget.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** aqbudget.tmpl	3 Feb 2003 12:33:05 -0000	1.1
--- aqbudget.tmpl	4 Apr 2003 08:39:40 -0000	1.2
***************
*** 8,21 ****
  	<TMPL_IF name=search>
  		<br>
! 		Votre recherche<b><TMPL_VAR name=searchfield><b>
  		<p><br>
  	</TMPL_IF>
  	<table border=0 cellspacing=0 cellpadding=5>
  		<tr valign=top bgcolor=#99cc33>
! 			<td background="/images/background-mem.gif"><b>Fonds documentaire</b></td>
! 			<td background="/images/background-mem.gif"><b>Date de d&eacute;but</b></td>
! 			<td background="/images/background-mem.gif"><b>Date de fin</b></td>
! 			<td background="/images/background-mem.gif"><b>Montant du budget</b></td>
! 			<td background="/images/background-mem.gif">&nbsp;</td><td background="/images/background-mem.gif">&nbsp;</td>
  		</tr>
  		<TMPL_LOOP name="budget">
--- 8,21 ----
  	<TMPL_IF name=search>
  		<br>
! 		Votre recherche <b><TMPL_VAR name=searchfield><b>
  		<p><br>
  	</TMPL_IF>
  	<table border=0 cellspacing=0 cellpadding=5>
  		<tr valign=top bgcolor=#99cc33>
! 			<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Fonds documentaire</b></td>
! 			<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Date de d&eacute;but</b></td>
! 			<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Date de fin</b></td>
! 			<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Montant du budget</b></td>
! 			<td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td><td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td>
  		</tr>
  		<TMPL_LOOP name="budget">
***************
*** 25,34 ****
  			<td><TMPL_VAR name="enddate"></td>
  			<td><TMPL_VAR name="budgetamount"></td>
! 			<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=add_form&bookfundid=<TMPL_VAR name="bookfundid">">Modifier</a></td>
! 			<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">">Effacer</a></td>
  		</tr>
  		</TMPL_LOOP>
  	</table>
! 	<form action='/cgi-bin/koha/admin/aqbudget.pl' method=post><input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ><br></form><br clear=all>
  </TMPL_IF>
  
--- 25,34 ----
  			<td><TMPL_VAR name="enddate"></td>
  			<td><TMPL_VAR name="budgetamount"></td>
! 			<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=add_form&bookfundid=<TMPL_VAR name="bookfundid">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/fileopen.png" border="0"></a></td>
! 			<td><a href="/cgi-bin/koha/admin/aqbudget.pl?op=delete_confirm&bookfundid=<TMPL_VAR name="bookfundid">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0"></a></td>
  		</tr>
  		</TMPL_LOOP>
  	</table>
! 	<form action='/cgi-bin/koha/admin/aqbudget.pl' method=post><input type=hidden name=op value=add_form>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" ALT="Add budget" BORDER=0 ><br></form><br clear=all>
  </TMPL_IF>
  
***************
*** 128,133 ****
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
!     <td background="/images/background-mem.gif"><b>Fonds documentaire</b></td>
!     <td background="/images/background-mem.gif"><b><TMPL_VAR name="bookfundid"></b></td></tr>
  <form action='<TMPL_VAR name="action">' method=post>
  	<input type="hidden" name="op" value="delete_confirmed">
--- 128,133 ----
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Fonds documentaire</b></td>
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b><TMPL_VAR name="bookfundid"></b></td></tr>
  <form action='<TMPL_VAR name="action">' method=post>
  	<input type="hidden" name="op" value="delete_confirmed">

Index: authorised_values.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/authorised_values.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** authorised_values.tmpl	3 Feb 2003 12:33:05 -0000	1.1
--- authorised_values.tmpl	4 Apr 2003 08:39:40 -0000	1.2
***************
*** 33,38 ****
  <table border=0 cellspacing=0 cellpadding=5>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="/images/background-mem.gif"><b>Variable</b></td>
! 		<td background="/images/background-mem.gif"><b><TMPL_VAR name="searchfield"></b></td>
  	</tr>
  	<tr>
--- 33,38 ----
  <table border=0 cellspacing=0 cellpadding=5>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Variable</b></td>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b><TMPL_VAR name="searchfield"></b></td>
  	</tr>
  	<tr>
***************
*** 58,62 ****
  <font SIZE=6><em>Gestion des valeurs autorisées</em></font>
  <p>Cette table est utilisée pour la définition MARC. Vous pouvez définir autant de catégories que vous le souhaitez et autant de valeurs autorisées voulues dans chaque catégorie.</p>
! <p>Lorsque vous définissez la structure de sous-champ MARC, il est possible de faire un lien entre le sous-champ et une valeur autorisée. Lorsque l'utilisateur demande à ajouter ou à modifier une notice le sous-champ 
  n'est pas renseigné par un champ vide mais par une liste de valeurs autorisées.</p>
  <form action=/cgi-bin/koha/admin/authorised_values.pl method=post>
--- 58,62 ----
  <font SIZE=6><em>Gestion des valeurs autorisées</em></font>
  <p>Cette table est utilisée pour la définition MARC. Vous pouvez définir autant de catégories que vous le souhaitez et autant de valeurs autorisées voulues dans chaque catégorie.</p>
! <p>Lorsque vous définissez la structure de sous-champ MARC, il est possible de faire un lien entre le sous-champ et une valeur autorisée. Lorsque l'utilisateur demande à ajouter ou à modifier une notice le sous-champ
  n'est pas renseigné par un champ vide mais par une liste de valeurs autorisées.</p>
  <form action=/cgi-bin/koha/admin/authorised_values.pl method=post>
***************
*** 66,79 ****
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="/images/background-mem.gif"><b>Catégorie</b></td>
! 	<td background="/images/background-mem.gif"><b>Valeur autorisée</b></td>
! 	<td background="/images/background-mem.gif">&nbsp;</td>
! 	<td background="/images/background-mem.gif">&nbsp;</td>
  <TMPL_LOOP name="loop">
  </tr valign=top bgcolor='><TMPL_VAR name="bgcolor">'>
  	<td><TMPL_VAR name="Category"></td>
  	<td><TMPL_VAR name="Authorised_value"></td>
! 	<td><a href="<TMPL_VAR name="edit">">Modifier</a></td>
! 	<td><a href="<TMPL_VAR name="delete">">Supprimer</a></td>
  </tr>
  </TMPL_LOOP>
--- 66,79 ----
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Catégorie</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Valeur autorisée</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td>
  <TMPL_LOOP name="loop">
  </tr valign=top bgcolor='><TMPL_VAR name="bgcolor">'>
  	<td><TMPL_VAR name="Category"></td>
  	<td><TMPL_VAR name="Authorised_value"></td>
! 	<td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/fileopen.png" border="0"></a></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0"></a></td>
  </tr>
  </TMPL_LOOP>
***************
*** 90,94 ****
  <input type="hidden" name="op" value="add_form">
  <input type="hidden" name="category" value="<TMPL_VAR name="category">">
! <br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ><br>
  </form>
  </TMPL_IF>
--- 90,94 ----
  <input type="hidden" name="op" value="add_form">
  <input type="hidden" name="category" value="<TMPL_VAR name="category">">
! <br><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" border="0"><br>
  </form>
  </TMPL_IF>

Index: checkmarc.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/checkmarc.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** checkmarc.tmpl	3 Feb 2003 12:33:05 -0000	1.1
--- checkmarc.tmpl	4 Apr 2003 08:39:40 -0000	1.2
***************
*** 1,10 ****
  <TMPL_INCLUDE NAME="parameters-top.inc">
- <TMPL_IF NAME="loggedinuser">
-     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
- <TMPL_ELSE>
-     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
- </TMPL_IF>
  <table width="100%" cellpadding=5 cellspacing=5>
! 	<tr background="/images/background-mem.gif">
  		<td><b>Test</b></td>
  		<td><b>Result</b></td>
--- 1,5 ----
  <TMPL_INCLUDE NAME="parameters-top.inc">
  <table width="100%" cellpadding=5 cellspacing=5>
! 	<tr background="<TMPL_VAR name="themelang">/images/background-mem.gif">
  		<td><b>Test</b></td>
  		<td><b>Result</b></td>

Index: marc_subfields_structure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/marc_subfields_structure.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** marc_subfields_structure.tmpl	3 Feb 2003 12:33:05 -0000	1.1
--- marc_subfields_structure.tmpl	4 Apr 2003 08:39:40 -0000	1.2
***************
*** 59,64 ****
  	<tr valign=top bgcolor=#99cc33>
  
!     <td background="/images/background-mem.gif"><b>Sous champ</b></td>
! 		<td background="/images/background-mem.gif"><b><TMPL_VAR name="tagsubfield"></b></td>
  	</tr>
  	<tr><td>&nbsp;</td><td><TMPL_VAR name="liblibrarian"></td></tr>
--- 59,64 ----
  	<tr valign=top bgcolor=#99cc33>
  
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Sous champ</b></td>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b><TMPL_VAR name="tagsubfield"></b></td>
  	</tr>
  	<tr><td>&nbsp;</td><td><TMPL_VAR name="liblibrarian"></td></tr>
***************
*** 92,105 ****
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="/images/background-mem.gif" width=5%><b>Sous-champ</b></td>
! 	<td background="/images/background-mem.gif" width=30%><b>Libellé</b></td>
! 	<td background="/images/background-mem.gif" width=10%><b>champ koha</b> <span style="font-size:8;color:red" title="the koha-DB field linked to this subfield">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%><b>Rep</b> <span style="font-size:8;color:red" title="subfield may be repeated (1=oui, 0=non)">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%><b>Oblig</b> <span style="font-size:8;color:red" title="subfield is mandatory (1=oui, 0=non)">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%><b>Onglet</b> <span style="font-size:8;color:red" title="subfield is shown in which tab (0-9 or item)">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%><b>Val. autorisée</b> <span style="font-size:8;color:red" title="valeurs authorisées pour ce sous champ">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%><b>Thesaurus</b> <span style="font-size:8;color:red" title="Thesaurus liée à ce sous champ">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%><b>Plug-in</b> <span style="font-size:8;color:red" title="Créateur de valeur">?</span></td>
! 	<td background="/images/background-mem.gif" width=8%>&nbsp;</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 92,105 ----
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=5%><b>Sous-champ</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=30%><b>Libellé</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=10%><b>champ koha</b> <span style="font-size:8;color:red" title="the koha-DB field linked to this subfield">?</span></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=8%><b>Rep</b> <span style="font-size:8;color:red" title="subfield may be repeated (1=oui, 0=non)">?</span></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=8%><b>Oblig</b> <span style="font-size:8;color:red" title="subfield is mandatory (1=oui, 0=non)">?</span></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=8%><b>Onglet</b> <span style="font-size:8;color:red" title="subfield is shown in which tab (0-9 or item)">?</span></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=8%><b>Val. autorisée</b> <span style="font-size:8;color:red" title="valeurs authorisées pour ce sous champ">?</span></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=8%><b>Thesaurus</b> <span style="font-size:8;color:red" title="Thesaurus liée à ce sous champ">?</span></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=8%><b>Plug-in</b> <span style="font-size:8;color:red" title="Créateur de valeur">?</span></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width=8%>&nbsp;</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 113,126 ****
  	<td><TMPL_VAR name="thesaurus_category"></td>
  	<td><TMPL_VAR name="value_builder"></td>
! 	<td><a href="<TMPL_VAR name="delete">">Supprimer</a></td>
  </tr>
  </TMPL_LOOP>
  </form></table>
- <TMPL_VAR name="edit">
  <table width=60%>
  	<tr>
! 		<td width=33%><TMPL_VAR name="previous"></td>
! 		<td width=33%><TMPL_VAR name="next"></td>
! 	<td width=33%><a href="marctagstructure.pl?searchfield=<TMPL_VAR name="tagfield">">Retour aux balises</a></td>
  	</tr>
  </table>
--- 113,126 ----
  	<td><TMPL_VAR name="thesaurus_category"></td>
  	<td><TMPL_VAR name="value_builder"></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0"></a></td>
  </tr>
  </TMPL_LOOP>
  </form></table>
  <table width=60%>
  	<tr>
! 		<td width="25%"><TMPL_VAR name="edit"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0></a></td>
! 		<td width="25%"><a href="marctagstructure.pl?searchfield=<TMPL_VAR name="tagfield">"><img src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/2uparrow.png" width=32 hspace=0 vspace=0 border=0></a></td>
! 		<td width="25%"><TMPL_IF name="previous"><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/1leftarrow.png" title="previous" ALT="previous" BORDER=0 ></a></TMPL_IF></td>
! 		<td width="25%"><TMPL_IF name="next"><TMPL_VAR name="next"><input type=image src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/1rightarrow.png" title="next" ALT="next" BORDER=0></a></TMPL_IF></td>
  	</tr>
  </table>

Index: marctagstructure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/marctagstructure.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** marctagstructure.tmpl	3 Feb 2003 12:33:05 -0000	1.1
--- marctagstructure.tmpl	4 Apr 2003 08:39:41 -0000	1.2
***************
*** 86,91 ****
  	<tr valign=top bgcolor=#99cc33>
  		
!     <td background="/images/background-mem.gif"><b>Balise</b></td>
! 		<td background="/images/background-mem.gif"><b><TMPL_VAR name="searchfield"></b></td>
  	</tr>
  	<tr><td>&nbsp;</td><td><TMPL_VAR name="liblibrarian"></td></tr>
--- 86,91 ----
  	<tr valign=top bgcolor=#99cc33>
  		
!     <td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Balise</b></td>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b><TMPL_VAR name="searchfield"></b></td>
  	</tr>
  	<tr><td>&nbsp;</td><td><TMPL_VAR name="liblibrarian"></td></tr>
***************
*** 117,128 ****
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="/images/background-mem.gif" width="5%"><b>Balise</b></td>
! 	<td background="/images/background-mem.gif" width="45%"><b>Libellé</b></td>
! 	<td background="/images/background-mem.gif" width="5%"><b>Répétable</b></td>
! 	<td background="/images/background-mem.gif" width="5%"><b>Obligatoire</b></td>
! 	<td background="/images/background-mem.gif" width="10%"><b>Valeurs<br /></b></td>
! 	<td background="/images/background-mem.gif" width="16%"><b>Sous champs</b></td>
! 	<td background="/images/background-mem.gif" width="7%">&nbsp;</td>
! 	<td background="/images/background-mem.gif" width="7%">&nbsp;</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 117,128 ----
  <table border=0 cellspacing=0 cellpadding=5>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="5%"><b>Balise</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="45%"><b>Libellé</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="5%"><b>Répétable</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="5%"><b>Obligatoire</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="10%"><b>Valeurs<br /></b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="16%"><b>Sous champs</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="7%">&nbsp;</td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="7%">&nbsp;</td>
  <TMPL_LOOP name="loop">
  <tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 133,138 ****
  	<td><TMPL_VAR name="authorised_value"></td>
  	<td><a href="<TMPL_VAR name="subfield_link">">Sous champs</a></td>
! 	<td><a href="<TMPL_VAR name="edit">">Modifier</a></td>
! 	<td><a href="<TMPL_VAR name="delete">">Supprimer</a></td>
  </tr>
  </TMPL_LOOP>
--- 133,138 ----
  	<td><TMPL_VAR name="authorised_value"></td>
  	<td><a href="<TMPL_VAR name="subfield_link">">Sous champs</a></td>
! 	<td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/fileopen.png" border="0" height="25"></a></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0" height="25"></a></td>
  </tr>
  </TMPL_LOOP>
***************
*** 148,152 ****
  	</tr>
  </table>
! <br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ><br>
  </form>
  </TMPL_IF>
--- 148,152 ----
  	</tr>
  </table>
! <br><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" border="0"><br>
  </form>
  </TMPL_IF>

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/systempreferences.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** systempreferences.tmpl	3 Feb 2003 12:33:05 -0000	1.1
--- systempreferences.tmpl	4 Apr 2003 08:39:41 -0000	1.2
***************
*** 1,9 ****
  <TMPL_INCLUDE NAME="parameters-top.inc">
- <TMPL_IF NAME="loggedinuser">
-     <p align=left>Connecté en tant que : <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/mainpage.pl?logout.x=1>Log Out</a>]</p>
- <TMPL_ELSE>
-     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Se connecter</a> à Koha</p>
- </TMPL_IF>
- 
  <script>
  	/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
--- 1,3 ----
***************
*** 86,91 ****
  <table border=0 cellspacing=0 cellpadding=2>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="/images/background-mem.gif"><b>Variable</b></td>
! 		<td background="/images/background-mem.gif"><b><TMPL_VAR name="searchfield"></b></td>
  	</tr>
  	<tr><td>Value</td><td><TMPL_VAR name="Tvalue"></td></tr>
--- 80,85 ----
  <table border=0 cellspacing=0 cellpadding=2>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Variable</b></td>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b><TMPL_VAR name="searchfield"></b></td>
  	</tr>
  	<tr><td>Value</td><td><TMPL_VAR name="Tvalue"></td></tr>
***************
*** 113,121 ****
  <table border=0 cellspacing=0 cellpadding=2>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="/images/background-mem.gif"><b>Paramètre</b></td>
! 	<td background="/images/background-mem.gif"><b>Valeur</b></td>
! 	<td background="/images/background-mem.gif"><b>Explication</b></td>
! 	<td background="/images/background-mem.gif">&nbsp;</td>
! 	<td background="/images/background-mem.gif">&nbsp;</td>
  <TMPL_LOOP name="loop">
  </tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
--- 107,115 ----
  <table border=0 cellspacing=0 cellpadding=2>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Paramètre</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Valeur</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Explication</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td>
  <TMPL_LOOP name="loop">
  </tr valign=top bgcolor='<TMPL_VAR name="bgcolor">'>
***************
*** 123,128 ****
  	<td><TMPL_VAR name="value"></td>
  	<td><TMPL_VAR name="explanation"></td>
! 	<td><a href="<TMPL_VAR name="edit">">Modifier</a></td>
! 	<td><a href="<TMPL_VAR name="delete">">Supprimer</a></td>
  </tr>
  </TMPL_LOOP>
--- 117,122 ----
  	<td><TMPL_VAR name="value"></td>
  	<td><TMPL_VAR name="explanation"></td>
! 	<td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/fileopen.png" border="0"></a></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0"></a></td>
  </tr>
  </TMPL_LOOP>
***************
*** 138,142 ****
  	</tr>
  </table>
! <br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Ajout paramètre" BORDER=0 ></a><br>
  </form>
  </TMPL_IF>
--- 132,136 ----
  	</tr>
  </table>
! <br><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" border="0"></a><br>
  </form>
  </TMPL_IF>

Index: thesaurus.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/thesaurus.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** thesaurus.tmpl	3 Feb 2003 12:33:05 -0000	1.1
--- thesaurus.tmpl	4 Apr 2003 08:39:41 -0000	1.2
***************
*** 6,10 ****
  	<table border=0 cellspacing=0 cellpadding=5>
  	<tr valign=top bgcolor=#99cc33>
! 		<td  background="/images/background-mem.gif"><b>Valeurs relatives &agrave;<TMPL_VAR name="stdlib">
  		(<TMPL_VAR name="category">)</b></td>
  	</tr>
--- 6,10 ----
  	<table border=0 cellspacing=0 cellpadding=5>
  	<tr valign=top bgcolor=#99cc33>
! 		<td  background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Valeurs relatives &agrave;<TMPL_VAR name="stdlib">
  		(<TMPL_VAR name="category">)</b></td>
  	</tr>
***************
*** 13,24 ****
  	<table border=0 cellspacing=0 cellpadding=5>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="/images/background-mem.gif"><b>Autres formes</b></td>
! 		<td background="/images/background-mem.gif">&nbsp;</td>
! 		<td background="/images/background-mem.gif">&nbsp;</td>
  	<TMPL_LOOP name="loop">
  	</tr valign=top bgcolor='><TMPL_VAR name="bgcolor">'>
  		<td><TMPL_VAR name="freelib"></td>
! 		<td><a href="<TMPL_VAR name="edit">">Modifier</a></td>
! 		<td><a href="<TMPL_VAR name="delete">">Supprimer</a></td>
  	</tr>
  	</TMPL_LOOP>
--- 13,24 ----
  	<table border=0 cellspacing=0 cellpadding=5>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Autres formes</b></td>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif">&nbsp;</td>
  	<TMPL_LOOP name="loop">
  	</tr valign=top bgcolor='><TMPL_VAR name="bgcolor">'>
  		<td><TMPL_VAR name="freelib"></td>
! 		<td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/fileopen.png" border="0"></a></td>
! 		<td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0"></a></td>
  	</tr>
  	</TMPL_LOOP>
***************
*** 30,34 ****
  	<input type="hidden" name="category" value="<TMPL_VAR name="category">">
  	<input type="hidden" name="stdlib" value="<TMPL_VAR name="stdlib">">
! 	<br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ><br>
  	</form>
  </TMPL_IF>
--- 30,34 ----
  	<input type="hidden" name="category" value="<TMPL_VAR name="category">">
  	<input type="hidden" name="stdlib" value="<TMPL_VAR name="stdlib">">
! 	<br><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" border="0"><br>
  	</form>
  </TMPL_IF>
***************
*** 73,78 ****
  <table border=0 cellspacing=0 cellpadding=5>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="/images/background-mem.gif"><b>lib</b></td>
! 		<td background="/images/background-mem.gif"><b><TMPL_VAR name="search_category"></b></td>
  	</tr>
  	<tr>
--- 73,78 ----
  <table border=0 cellspacing=0 cellpadding=5>
  	<tr valign=top bgcolor=#99cc33>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>lib</b></td>
! 		<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b><TMPL_VAR name="search_category"></b></td>
  	</tr>
  	<tr>
***************
*** 98,102 ****
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! <font SIZE=6><em>Thesaurus management</em></font>
  <p>Gère le thésaurus et les listes d'autorité.<br />
  <ul>
--- 98,102 ----
  <!-------------------------------------------------------------------------------------------------->
  <TMPL_IF name="else">
! <font SIZE=6><em>Gestion du thesaurus</em></font>
  <p>Gère le thésaurus et les listes d'autorité.<br />
  <ul>
***************
*** 116,126 ****
  <table border=0 cellspacing=0 cellpadding=0>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="/images/background-mem.gif" width="5%">&nbsp;</td>
! 	<td background="/images/background-mem.gif"><b>Forme libre</b></td>
! 	<td background="/images/background-mem.gif"><b>Autorité</b></td>
! 	<td background="/images/background-mem.gif" width="8%"><b>Creuser</b></td>
! 	<td background="/images/background-mem.gif" width="8%"><b>Exclues</b></td>
! 	<td background="/images/background-mem.gif" width="8%">&nbsp;</td>
! 	<td background="/images/background-mem.gif" width="8%">&nbsp;</td>
  <TMPL_LOOP name="loop">
  </tr valign=top bgcolor='><TMPL_VAR name="bgcolor">'>
--- 116,126 ----
  <table border=0 cellspacing=0 cellpadding=0>
  <tr valign=top bgcolor=#99cc33>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="5%">&nbsp;</td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Forme libre</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif"><b>Autorité</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="8%"><b>Creuser</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="8%"><b>Exclues</b></td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="8%">&nbsp;</td>
! 	<td background="<TMPL_VAR name="themelang">/images/background-mem.gif" width="8%">&nbsp;</td>
  <TMPL_LOOP name="loop">
  </tr valign=top bgcolor='><TMPL_VAR name="bgcolor">'>
***************
*** 130,135 ****
  	<td><TMPL_VAR name="dig">Creuser</td>
  	<td><TMPL_VAR name="related">Exclues</td>
! 	<td><a href="<TMPL_VAR name="edit">">Modifier</a></td>
! 	<td><a href="<TMPL_VAR name="delete">">Supprimer</a></td>
  </tr>
  </TMPL_LOOP>
--- 130,135 ----
  	<td><TMPL_VAR name="dig">Creuser</td>
  	<td><TMPL_VAR name="related">Exclues</td>
! 	<td><a href="<TMPL_VAR name="edit">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/fileopen.png" border="0" height="25"></a></td>
! 	<td><a href="<TMPL_VAR name="delete">"><img src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/edittrash.png" border="0" height="25"></a></td>
  </tr>
  </TMPL_LOOP>
***************
*** 148,152 ****
  <input type="hidden" name="branch" value="<TMPL_VAR name="branch">">
  <input type="hidden" name="father" value="<TMPL_VAR name="father">">
! <br><input type=image src="/images/button-add-new.gif"  WIDTH=188  HEIGHT=44  ALT="Add budget" BORDER=0 ><br>
  </form>
  </TMPL_IF>
--- 148,152 ----
  <input type="hidden" name="branch" value="<TMPL_VAR name="branch">">
  <input type="hidden" name="father" value="<TMPL_VAR name="father">">
! <br><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" border="0"><br>
  </form>
  </TMPL_IF>





More information about the Koha-cvs mailing list