koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui newbiblio.tmpl,1.5.2.4,1.5.2.5
Date: Thu, 19 Feb 2004 02:26:10 -0800

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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]