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/value_builder un


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/value_builder unimarc_field_225a.tmpl,1.3,1.4 unimarc_field_60X.tmpl,1.4,1.5 unimarc_field_700-4.tmpl,1.3,1.4 unimarc_field_700_701_702.tmpl,1.3,1.4
Date: Wed, 05 Jan 2005 06:35:25 -0800

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

Modified Files:
        unimarc_field_225a.tmpl unimarc_field_60X.tmpl 
        unimarc_field_700-4.tmpl unimarc_field_700_701_702.tmpl 
Log Message:
french version for 2.2.0

Index: unimarc_field_225a.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_225a.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** unimarc_field_225a.tmpl     24 Nov 2004 16:21:17 -0000      1.3
--- unimarc_field_225a.tmpl     5 Jan 2005 14:35:23 -0000       1.4
***************
*** 1,16 ****
! <html>
! <head>
! <title>Constructeur de champ UNIMARC 225a</title>
  </head>
  <body>
! <form name="f_pop" onSubmit="javascript:report()">
! <table>
!       <tr>
!               <td>Selectionnez une collection</td>
!               <td><!-- TMPL_VAR name="collection" --></td>
!       </tr>
!       <tr><td colspan=2><input type="submit" value="OK"></td></tr>
! </table>
! </form>
  <script>
        function report() {
--- 1,13 ----
! <!-- TMPL_INCLUDE name="auth-search-top.inc" -->
! <title>UNIMARC Field 225a builder</title>
  </head>
  <body>
! <div id="mainbloc">
!       <form name="f_pop" onSubmit="javascript:report()">
!               <h2 class="authority">Collection</h2>
!               <p><label>Select a collection</label><!-- TMPL_VAR 
name="collection" --></p>
!               <input type="submit" value="OK" class="button authority"></p>
!       </form>
! </div>
  <script>
        function report() {
***************
*** 20,23 ****
        }
  </script>
! </body>
! </html>
--- 17,19 ----
        }
  </script>
! <!-- TMPL_INCLUDE name="auth-search-bottom.inc" -->

Index: unimarc_field_60X.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_60X.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** unimarc_field_60X.tmpl      24 Nov 2004 16:21:17 -0000      1.4
--- unimarc_field_60X.tmpl      5 Jan 2005 14:35:23 -0000       1.5
***************
*** 1,5 ****
  <html>
  <head>
!       <title>Recherche Thésaurus</title>
  </head>
  <body>
--- 1,5 ----
  <html>
  <head>
!       <title>Thesaurus search</title>
  </head>
  <body>
***************
*** 38,42 ****
        <tr>
                <td valign="top">
!               <h2>Réponses</h2>
                        <table>
                                <!-- TMPL_LOOP name="results" -->
--- 38,42 ----
        <tr>
                <td valign="top">
!               <h2>Results</h2>
                        <table>
                                <!-- TMPL_LOOP name="results" -->
***************
*** 57,61 ****
                <!-- TMPL_IF name=deeper -->
                <td valign="top">
!                       <h2>Dépendances</h2>
                        <!-- /TMPL_IF -->
                        <table>
--- 57,61 ----
                <!-- TMPL_IF name=deeper -->
                <td valign="top">
!                       <h2>Dependancies</h2>
                        <!-- /TMPL_IF -->
                        <table>
***************
*** 73,82 ****
        </tr>
        </table>
! <h2>Ajout en cours</h2>
  <form name="f3_pop"  action="thesaurus_popup.pl" method="post">
        <input type="hidden" name="index" value="<!-- TMPL_VAR name="index" 
-->">
        <input type="hidden" name="op" value="add">
        <input type="hidden" name="category" value="<!-- TMPL_VAR 
name="category" -->">
!       Créer une nouvelle autorité/entrée au thésaurus : <input type="text" 
name="insert" value="<!-- TMPL_VAR name="search_string" -->">
        <input type="submit" name="NEW" value="Ajouter">
        </form>
--- 73,82 ----
        </tr>
        </table>
! <h2>Adding</h2>
  <form name="f3_pop"  action="thesaurus_popup.pl" method="post">
        <input type="hidden" name="index" value="<!-- TMPL_VAR name="index" 
-->">
        <input type="hidden" name="op" value="add">
        <input type="hidden" name="category" value="<!-- TMPL_VAR 
name="category" -->">
!       Create a new authority/thesaurus entry : <input type="text" 
name="insert" value="<!-- TMPL_VAR name="search_string" -->">
        <input type="submit" name="NEW" value="Ajouter">
        </form>

Index: unimarc_field_700-4.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_700-4.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** unimarc_field_700-4.tmpl    24 Nov 2004 16:21:17 -0000      1.3
--- unimarc_field_700-4.tmpl    5 Jan 2005 14:35:23 -0000       1.4
***************
*** 11,15 ****
                <option value="075 - postface" <!-- TMPL_IF name="f1_075" 
-->SELECTED<!-- /TMPL_IF -->>postface</option>
                        <option value="651 - dir. de publication" <!-- TMPL_IF 
name="f1_651" -->SELECTED<!-- /TMPL_IF -->>dir. de publication</option>
!                       <option value="440 - illustrateur" <!-- TMPL_IF 
name="f1_440" -->SELECTED<!-- /TMPL_IF -->>Illustrateur</option>
                        <option value="080 - préface, notes" <!-- TMPL_IF 
name="f1_080" -->SELECTED<!-- /TMPL_IF -->>préface, notes</option>
                        <option value="730 - traducteur" <!-- TMPL_IF 
name="f1_730" -->SELECTED<!-- /TMPL_IF -->>traducteur</option>
--- 11,15 ----
                <option value="075 - postface" <!-- TMPL_IF name="f1_075" 
-->SELECTED<!-- /TMPL_IF -->>postface</option>
                        <option value="651 - dir. de publication" <!-- TMPL_IF 
name="f1_651" -->SELECTED<!-- /TMPL_IF -->>dir. de publication</option>
!                       <option value="440 - illustrateur" <!-- TMPL_IF 
name="f1_440" -->SELECTED<!-- /TMPL_IF -->>illustrateur</option>
                        <option value="080 - préface, notes" <!-- TMPL_IF 
name="f1_080" -->SELECTED<!-- /TMPL_IF -->>préface, notes</option>
                        <option value="730 - traducteur" <!-- TMPL_IF 
name="f1_730" -->SELECTED<!-- /TMPL_IF -->>traducteur</option>

Index: unimarc_field_700_701_702.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/value_builder/unimarc_field_700_701_702.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** unimarc_field_700_701_702.tmpl      24 Nov 2004 16:21:17 -0000      1.3
--- unimarc_field_700_701_702.tmpl      5 Jan 2005 14:35:23 -0000       1.4
***************
*** 1,5 ****
  <html>
  <head>
! <title>Constructeur d'autorité nom de personne</title>
  </head>
  <body>
--- 1,5 ----
  <html>
  <head>
! <title>Personal Authorities builder</title>
  </head>
  <body>
***************
*** 14,18 ****
        <input type="hidden" name="c" value="<!-- TMPL_VAR name="c" -->">
        <input type="hidden" name="f" value="<!-- TMPL_VAR name="f" -->">
!       <input type="submit" value="Recherche"><input type="button" value="FIN" 
onclick="javascript:report()">
        </form>
  <!-- TMPL_IF name="search_string" -->
--- 14,18 ----
        <input type="hidden" name="c" value="<!-- TMPL_VAR name="c" -->">
        <input type="hidden" name="f" value="<!-- TMPL_VAR name="f" -->">
!       <input type="submit" value="Recherche"><input type="button" value="END" 
onClick="javascript:report()">
        </form>
  <!-- TMPL_IF name="search_string" -->
***************
*** 30,34 ****
        <input type="hidden" name="index" value="<!-- TMPL_VAR name="index" 
-->">
        <input type="hidden" name="op" value="add">
!       Ajouter une nouvelle autorité
        <input type="submit" name="NEW" value="NOUVEAU">
        </form>
--- 30,34 ----
        <input type="hidden" name="index" value="<!-- TMPL_VAR name="index" 
-->">
        <input type="hidden" name="op" value="add">
!       Ajouter une nouvelle autorité: <input type="text" name="insert" 
value="<!-- TMPL_VAR name="search_string" -->">
        <input type="submit" name="NEW" value="NOUVEAU">
        </form>




reply via email to

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