[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/search.marc result.tmpl,1.3.2.2,1.3.2.3 search.tmpl,1.4.2.4,1.4.2.5

Paul POULAIN tipaul at users.sourceforge.net
Fri Mar 19 09:20:01 CET 2004


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

Modified Files:
      Tag: rel_2_0
	result.tmpl search.tmpl 
Log Message:
french update

Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/search.marc/result.tmpl,v
retrieving revision 1.3.2.2
retrieving revision 1.3.2.3
diff -C2 -r1.3.2.2 -r1.3.2.3
*** result.tmpl	26 Jan 2004 10:48:53 -0000	1.3.2.2
--- result.tmpl	19 Mar 2004 08:19:29 -0000	1.3.2.3
***************
*** 9,13 ****
  
  <center>
! <table align=middle border=0 cellpadding=0 cellspacing=0 width=80%">
  <tr>
  	</tr>
--- 9,13 ----
  
  <center>
! <table align=middle border=0 cellpadding=0 cellspacing=0 width="80%">
  <tr>
  	</tr>
***************
*** 42,50 ****
  <table border=0 cellspacing=0 cellpadding=2 width="90%">
  <thead>
- 	<tr
  	<!-- TMPL_IF NAME="opac" -->
! 			bgcolor=#99cccc background=/images/background-opac.gif>
  		<!-- TMPL_ELSE -->
! 			bgcolor="#ad11ad">
  		<!-- /TMPL_IF -->
  	<th align="left"><span style="color:#FFFFFF;">N° Biblio</span></th>
--- 42,49 ----
  <table border=0 cellspacing=0 cellpadding=2 width="90%">
  <thead>
  	<!-- TMPL_IF NAME="opac" -->
! 	<tr bgcolor=#99cccc background=/images/background-opac.gif>
  		<!-- TMPL_ELSE -->
! 	<tr bgcolor="#ad11ad">
  		<!-- /TMPL_IF -->
  	<th align="left"><span style="color:#FFFFFF;">N° Biblio</span></th>
***************
*** 62,66 ****
  </table>
  
! <table align=middle border=0 cellpadding=0 cellspacing=0 width=80%">
  <tr>
  	</tr>
--- 61,65 ----
  </table>
  
! <table align=middle border=0 cellpadding=0 cellspacing=0 width="80%">
  <tr>
  	</tr>

Index: search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/search.marc/search.tmpl,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -C2 -r1.4.2.4 -r1.4.2.5
*** search.tmpl	10 Feb 2004 14:06:52 -0000	1.4.2.4
--- search.tmpl	19 Mar 2004 08:19:29 -0000	1.4.2.5
***************
*** 51,61 ****
  			<td>
  				<select name="operator" size="1" onchange="sql_update()">
! 					<option <!-- TMPL_IF NAME="contains" -->selected<!-- /TMPL_IF --> value="contains">Contains</option>
! 					<option <!-- TMPL_IF NAME="eq" -->selected<!-- /TMPL_IF --> value="=">Is equal to</option>
! 					<option <!-- TMPL_IF NAME="start" -->selected<!-- /TMPL_IF --> value="start">Starts with</option>
! 					<option <!-- TMPL_IF NAME="gt" -->selected<!-- /TMPL_IF --> value=">">Is greater than</option>
! 					<option <!-- TMPL_IF NAME="ge" -->selected<!-- /TMPL_IF --> value=">=">Is greater ou equal to</option>
! 					<option <!-- TMPL_IF NAME="lt" -->selected<!-- /TMPL_IF --> value="<">Is lower than</option>
! 					<option <!-- TMPL_IF NAME="le" -->selected<!-- /TMPL_IF --> value="<=">Is lower ou equal to</option>
  				</select>
  			</td>
--- 51,89 ----
  			<td>
  				<select name="operator" size="1" onchange="sql_update()">
! 					<!-- TMPL_IF NAME="contains" -->
! 						<option selected value="contains">Contient</option>
! 					<!-- TMPL_ELSE -->
! 						<option value="contains">Contient</option>
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF NAME="eq" -->
! 						<option selected value="=">Egal à</option>
! 					<!-- TMPL_ELSE -->
! 						<option value="=">Egal à</option>
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF NAME="start" -->
! 						<option selected value="start">Commence par</option>
! 					<!-- TMPL_ELSE -->
! 						<option value="start">Commence par</option>
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF NAME="gt" -->
! 						<option selected value=">">Supérieur à</option>
! 					<!-- TMPL_ELSE -->
! 						<option value=">">Supérieur à</option>
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF NAME="ge" -->
! 						<option selected value=">=">Supérieur ou égal à</option>
! 					<!-- TMPL_ELSE -->
! 						<option value=">=">Supérieur ou égal à</option>
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF NAME="lt" -->
! 						<option selected value="<">Inférieur à</option>
! 					<!-- TMPL_ELSE -->
! 						<option value="<">Inférieur à</option>
! 					<!-- /TMPL_IF -->
! 					<!-- TMPL_IF NAME="le" -->
! 						<option selected value="<=">Inférieur ou égal à</option>
! 					<!-- TMPL_ELSE -->
! 						<option value="<=">Inférieur ou égal à</option>
! 					<!-- /TMPL_IF -->
  				</select>
  			</td>





More information about the Koha-cvs mailing list