[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui newbiblio.tmpl,1.5.2.4,1.5.2.5

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 19 11:26:10 CET 2004


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

Modified Files:
      Tag: rel_2_0
	newbiblio.tmpl 
Log Message:
french version of previous commits

Index: newbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui/newbiblio.tmpl,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -C2 -r1.5.2.4 -r1.5.2.5
*** newbiblio.tmpl	10 Feb 2004 14:05:39 -0000	1.5.2.4
--- newbiblio.tmpl	19 Feb 2004 10:26:07 -0000	1.5.2.5
***************
*** 3,7 ****
  
  <!--
! function mettre à jour(f){
    //collect values
    quantity=f.quantity.value
--- 3,7 ----
  
  <!--
! function update(f){
    //collect values
    quantity=f.quantity.value
***************
*** 94,98 ****
  	</tr>
  	<TR VALIGN=TOP>
! 		<TD>Format</td>
  		<td><!-- TMPL_VAR name="CGIitemtype" --></td>
  	</tr>
--- 94,98 ----
  	</tr>
  	<TR VALIGN=TOP>
! 		<TD>Catég ouvrage</td>
  		<td><!-- TMPL_VAR name="CGIitemtype" --></td>
  	</tr>
***************
*** 115,119 ****
  	<TR VALIGN=TOP>
  		<TD>Quantité</td>
! 		<td><input type=text size=20 name=quantity value="<!-- TMPL_VAR name="quantity" -->" onchange='mettre à jour(this.form)' ></td>
  	</tr>
  	<TR VALIGN=TOP>
--- 115,119 ----
  	<TR VALIGN=TOP>
  		<TD>Quantité</td>
! 		<td><input type=text size=20 name=quantity value="<!-- TMPL_VAR name="quantity" -->" onchange='update(this.form)' ></td>
  	</tr>
  	<TR VALIGN=TOP>
***************
*** 123,143 ****
  	<TR VALIGN=TOP>
  		<TD>Prix catalogue du fournisseur</td>
! 		<td><input type=text size=20 name=list_price value="<!-- TMPL_VAR name="listprice" -->" onchange='mettre à jour(this.form)'></td>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD>Frais Remplacement <br><FONT SIZE=2></td>
! 		<td><input type=text size=20 name=rrp value="<!-- TMPL_VAR name="rrp" -->" onchange='mettre à jour(this.form)'>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD>Coûts budgetés<BR><FONT SIZE=2>(ex TVA, remise)</FONT> </td>
! 		<td><input type=text size=20 name=ecost value="<!-- TMPL_VAR name="ecost" -->" onchange='mettre à jour(this.form)'></td>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD>GST budgeté</td>
! 		<td><input type=text size=20 name=GST value="" onchange='mettre à jour(this.form)'></td>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD><B>TOTAL BUDGETE</B></td>
! 		<td><input type=text size=20 name=total value="" onchange='mettre à jour(this.form)'></td>
  	</tr>
  	<TR VALIGN=TOP  bgcolor=#ffffcc>
--- 123,143 ----
  	<TR VALIGN=TOP>
  		<TD>Prix catalogue du fournisseur</td>
! 		<td><input type=text size=20 name=list_price value="<!-- TMPL_VAR name="listprice" -->" onchange='update(this.form)'></td>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD>Frais Remplacement <br><FONT SIZE=2></td>
! 		<td><input type=text size=20 name=rrp value="<!-- TMPL_VAR name="rrp" -->" onchange='update(this.form)'>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD>Coûts budgetés<BR><FONT SIZE=2>(ex TVA, remise)</FONT> </td>
! 		<td><input type=text size=20 name=ecost value="<!-- TMPL_VAR name="ecost" -->" onchange='update(this.form)'></td>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD>GST budgeté</td>
! 		<td><input type=text size=20 name=GST value="" onchange='update(this.form)'></td>
  	</tr>
  	<TR VALIGN=TOP>
  		<TD><B>TOTAL BUDGETE</B></td>
! 		<td><input type=text size=20 name=total value="" onchange='update(this.form)'></td>
  	</tr>
  	<TR VALIGN=TOP  bgcolor=#ffffcc>





More information about the Koha-cvs mailing list