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/reports issues_b


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/reports issues_by_borrower_category.tmpl,NONE,1.1 itemtypes.tmpl,NONE,1.1 inventory.tmpl,1.1,1.2 reports-home.tmpl,1.4,1.5
Date: Wed, 24 Nov 2004 08:19:03 -0800

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

Modified Files:
        inventory.tmpl reports-home.tmpl 
Added Files:
        issues_by_borrower_category.tmpl itemtypes.tmpl 
Log Message:
french translation of librarian interface

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
<div id="mainbloc">
<!-- TMPL_IF NAME="do_it" -->
<!-- TMPL_LOOP NAME="mainloop" -->
        <h1>Koha : Emprunts par catégorie de lecteur <!--TMPL_IF 
NAME="borrower_category" --> pour la catégorie = <!-- TMPL_VAR 
NAME="borrower_category" --><!-- /TMPL_IF --></h1>
        <table>
                <tr>
                        <th>&nbsp;</th>
                        <!-- TMPL_LOOP NAME="categorycodeloop" -->
                                <th><!-- TMPL_VAR NAME="categorycode" --></th>
                        <!-- /TMPL_LOOP -->
                        <th>TOTAL</th>
                </tr>
                        <!-- TMPL_LOOP NAME="loopborrowertype" -->
                                <tr>
                                        <!-- TMPL_IF NAME="hilighted" --><td 
class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
                                        <!-- TMPL_VAR NAME="itemtype" --></td>
                                        <!-- TMPL_LOOP NAME="loopitemtype" -->
                                                <!-- TMPL_IF NAME="hilighted" 
--><td class="numberhilighted"><!-- TMPL_ELSE --><td class="number"><!-- 
/TMPL_IF -->
                                                        <!-- TMPL_VAR 
NAME="issues" -->
                                                </td>
                                        <!-- /TMPL_LOOP -->
                                        <!-- TMPL_IF NAME="hilighted" --><td 
class="numberhilighted"><!-- TMPL_ELSE --><td class="number"><!-- /TMPL_IF -->
                                                <!-- TMPL_VAR 
NAME="totalitemtype" -->
                                        </td>
                                </tr>
                        <!-- /TMPL_LOOP NAME="loopitemtype" -->
                        <tr>
                                <th>TOTAL</th>
                                <!-- TMPL_LOOP NAME="loopborrowertotal" -->
                                        <th>
                                                <!-- TMPL_VAR NAME="issues" -->
                                        </th>
                                <!-- /TMPL_LOOP -->
                                <th>&nbsp;</th>
                        </tr>
        </table>
<!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
        <h1>Prêts par catégories de lecteurs</h1>
        <form method="post">
                <p>Select a borrower category (or don't if you want to see 
global status) <input type="text" name="value"></p>
                <p>Sélectionnez une annexe : <!-- TMPL_VAR NAME="CGIbranch" 
--></p>
                <input type="submit" value="OK" class="button">
                <input type="hidden" name="report_name" value="<!--TMPL_VAR 
NAME="report_name" -->">
                <input type="hidden" name="do_it" value="1">
        </form>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->

--- NEW FILE ---
<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
<div id="mainbloc">
<!-- TMPL_IF NAME="do_it" -->
<!-- TMPL_LOOP NAME="mainloop" -->
        <h1>Koha : Statistiques sur les types de document <!--TMPL_IF 
NAME="branch" --> pour le site = <!-- TMPL_VAR NAME="branch" --><!-- /TMPL_IF 
--></h1>
        <table>
                <tr>
                        <th>Type de document</th>
                        <th>nombre</th>
                </tr>
                        <!-- TMPL_LOOP NAME="loopitemtype" -->
                                <tr>
                                        <td><!-- TMPL_VAR NAME="itemtype" 
--></td>
                                        <td><!-- TMPL_VAR NAME="count" --></td>
                                </tr>
                        <!-- /TMPL_LOOP NAME="loopitemtype" -->
                        <tr>
                                <th>TOTAL</th>
                                <th><!-- TMPL_VAR NAME="total" --></th>
        </table>
<!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
        <h1>Voir le catalogue par type de document</h1>
        <form method="post">
                 Sélectionner une annexe (ou rien si vous souhaitez le rapport 
pour toutes les annexes) <!-- TMPL_VAR NAME="CGIbranch" -->
                <input type="submit" value="OK" class="button">
                <input type="hidden" name="report_name" value="<!--TMPL_VAR 
NAME="report_name" -->">
                <input type="hidden" name="do_it" value="1">
        </form>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->

Index: inventory.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports/inventory.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** inventory.tmpl      12 Feb 2004 09:16:18 -0000      1.1
--- inventory.tmpl      24 Nov 2004 16:19:00 -0000      1.2
***************
*** 1,112 ****
  <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
! <h1>Récolement</h1>
! <form method="post">
        <table>
                <tr>
!                       <th colspan=2>
!                               Sélectionnez les ouvrages que vous voulez 
récoler
!                       </th>
                </tr>
                <tr>
                        <td>
!                                       Ouvrage (champ items.bulk) localisé 
entre
                        </td>
                        <td>
!                                <input type="text" name="minlocation" 
value="<!-- TMPL_VAR name="minlocation" -->"> et <input type="text" 
name="maxlocation" value="<!-- TMPL_VAR name="maxlocation" -->">
                        </td>
-               </tr>
-               <tr>
                        <td>
!                                       pas vu depuis le (AAAA-MM-JJ)
                        </td>
                        <td>
!                               <input type="text" name="datelastseen" 
value="<!-- TMPL_VAR name="datelastseen" -->">
                        </td>
-               </tr>
-               <tr>
-                       <td>
-                                       Voir
-                       </td>
-                       <td>
-                               <input type="text" name="pagesize" value="<!-- 
TMPL_VAR name="pagesize" -->">
-                               <i> ouvrage à partir du</i>
-                                <input type="text" name="offset" value="<!-- 
TMPL_VAR name="offset" -->">
-                       </td>
-               </tr>
-               <tr colspan=2>
                        <td>
!                               <input type="submit" value="OK" class="button">
                        </td>
                </tr>
        </table>
! </form>
! 
! <form method="post">
! <input type="hidden" name="markseen" value="1">
! <input type="hidden" name="minlocation" value="<!-- TMPL_VAR 
name="minlocation" -->">
! <input type="hidden" name="maxlocation" value="<!-- TMPL_VAR 
name="maxlocation" -->">
! <input type="hidden" name="datelastseen" value="<!-- TMPL_VAR 
name="datelastseen" -->">
! <input type="hidden" name="pagesize" value="<!-- TMPL_VAR name="pagesize" 
-->">
! <input type="hidden" name="offset" value="<!-- TMPL_VAR name="offset" -->">
! <!-- TMPL_IF name="loop" -->
! <table width="100%">
!       <tr>
!               <th>Vu</th>
!               <th>Code barre</th>
!               <th>en gros</th>
!               <th>Titre</th>
!               <th>Auteur</th>
!       </tr>
! <!-- TMPL_LOOP name="loop" -->
!       <tr>
!               <td>
!                       <input type="checkbox" name="SEEN-<!-- TMPL_VAR 
name="itemnumber" -->" value="1">
!               </td>
!               <td>
!                       <!-- TMPL_VAR name="barcode" -->
!               </td>
!               <td>
!                       <!-- TMPL_VAR name="bulk" -->
!               </td>
!               <td>
!                       <!-- TMPL_VAR name="title" -->
!               </td>
!               <td>
!                       <!-- TMPL_VAR name="author" -->
!               </td>
!       </tr>
! <!-- /TMPL_LOOP -->
! </table>
! <input type="submit" value="Noté vu" class="button">
! </form>
! <!-- /TMPL_IF -->
! 
! <table>
! <tr>
!       <td>
!               <!-- TMPL_IF name="offset" -->
!               <form method="post">
!                       <input type="hidden" name="minlocation" value="<!-- 
TMPL_VAR name="minlocation" -->">
!                       <input type="hidden" name="maxlocation" value="<!-- 
TMPL_VAR name="maxlocation" -->">
!                       <input type="hidden" name="datelastseen" value="<!-- 
TMPL_VAR name="datelastseen" -->">
!                       <input type="hidden" name="pagesize" value="<!-- 
TMPL_VAR name="pagesize" -->">
!                       <input type="hidden" name="offset" value="<!-- TMPL_VAR 
name="prevoffset" -->">
!                       <input type="submit" value="&lt;&lt;&lt;" 
class="button">
!               </form>
!               <!-- /TMPL_IF -->
!       </td>
!       <td>
!               <!-- TMPL_IF name="nextoffset" -->
!               <form method="post">
!                       <input type="hidden" name="minlocation" value="<!-- 
TMPL_VAR name="minlocation" -->">
!                       <input type="hidden" name="maxlocation" value="<!-- 
TMPL_VAR name="maxlocation" -->">
!                       <input type="hidden" name="datelastseen" value="<!-- 
TMPL_VAR name="datelastseen" -->">
!                       <input type="hidden" name="pagesize" value="<!-- 
TMPL_VAR name="pagesize" -->">
!                       <input type="hidden" name="offset" value="<!-- TMPL_VAR 
name="nextoffset" -->">
!                       <input type="submit" value="&gt;&gt;&gt;" 
class="button">
!               </form>
!               <!-- /TMPL_IF -->
!       </td>
! </tr>
! </table>
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
--- 1,80 ----
  <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
! <div id="mainbloc">
!       <h1 class="reports">Inventaire/récolement</h1>
!       <form method="post">
!               <h2 class="reports">Sélectionnez les exemplaires que vous 
souhaitez vérifier</h2>
!               <p>
!                       Localisation de l'exemplaire (items.itemcallnumber) 
entre <input type="text" name="minlocation" value="<!-- TMPL_VAR 
NAME="minlocation" -->"> et <input type="text" name="maxlocation" value="<!-- 
TMPL_VAR NAME="maxlocation" -->">
!               </p>
!               <p><label>pas vu depuis</label>
!                       <input type="text" name="datelastseen" value="<!-- 
TMPL_VAR NAME="datelastseen" -->">
!               </p>
!               <p><label>voir</label>
!                       <input type="text" name="pagesize" value="<!-- TMPL_VAR 
NAME="pagesize" -->" maxlength="5" size="5"><i> exemplaires commençant au </i> 
<input type="text" name="offset" value="<!-- TMPL_VAR NAME="offset" -->" 
size="5" maxlength="5">
!               </p>
!               <p>
!                       <input type="submit" value="OK" class="button reports">
!               </p>
!       </form>
!       
!       <form method="post">
!       <input type="hidden" name="markseen" value="1">
!       <input type="hidden" name="minlocation" value="<!-- TMPL_VAR 
NAME="minlocation" -->">
!       <input type="hidden" name="maxlocation" value="<!-- TMPL_VAR 
NAME="maxlocation" -->">
!       <input type="hidden" name="datelastseen" value="<!-- TMPL_VAR 
NAME="datelastseen" -->">
!       <input type="hidden" name="pagesize" value="<!-- TMPL_VAR 
NAME="pagesize" -->">
!       <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="offset" 
-->">
!       <!-- TMPL_IF NAME="loop" -->
        <table>
                <tr>
!                       <th class="reports">Vu</th>
!                       <th class="reports">Code Barre</th>
!                       <th class="reports">Cote</th>
!                       <th class="reports">Titre</th>
!                       <th class="reports">Auteur</th>
                </tr>
+       <!-- TMPL_LOOP NAME="loop" -->
                <tr>
                        <td>
!                               <input type="checkbox" name="SEEN-<!-- TMPL_VAR 
NAME="itemnumber" -->" value="1">
                        </td>
                        <td>
!                               <!-- TMPL_VAR NAME="barcode" -->
                        </td>
                        <td>
!                               <!-- TMPL_VAR NAME="itemcallnumber" -->
                        </td>
                        <td>
!                               <!-- TMPL_VAR NAME="title" -->
                        </td>
                        <td>
!                               <!-- TMPL_VAR NAME="author" -->
                        </td>
                </tr>
+       <!-- /TMPL_LOOP -->
        </table>
!       <input type="submit" value="Cocher vu" class="button reports">
!       </form>
!       <!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="offset" -->
!       <form method="post">
!               <input type="hidden" name="minlocation" value="<!-- TMPL_VAR 
NAME="minlocation" -->">
!               <input type="hidden" name="maxlocation" value="<!-- TMPL_VAR 
NAME="maxlocation" -->">
!               <input type="hidden" name="datelastseen" value="<!-- TMPL_VAR 
NAME="datelastseen" -->">
!               <input type="hidden" name="pagesize" value="<!-- TMPL_VAR 
NAME="pagesize" -->">
!               <input type="hidden" name="offset" value="<!-- TMPL_VAR 
NAME="prevoffset" -->">
!               <input type="submit" value="<<<" class="button reports">
!       </form>
!       <!-- /TMPL_IF -->
!       <!-- TMPL_IF NAME="nextoffset" -->
!       <form method="post">
!               <input type="hidden" name="minlocation" value="<!-- TMPL_VAR 
NAME="minlocation" -->">
!               <input type="hidden" name="maxlocation" value="<!-- TMPL_VAR 
NAME="maxlocation" -->">
!               <input type="hidden" name="datelastseen" value="<!-- TMPL_VAR 
NAME="datelastseen" -->">
!               <input type="hidden" name="pagesize" value="<!-- TMPL_VAR 
NAME="pagesize" -->">
!               <input type="hidden" name="offset" value="<!-- TMPL_VAR 
NAME="nextoffset" -->">
!               <input type="submit" value=">>>" class="button reports">
!       </form>
!       <!-- /TMPL_IF -->
! </div>
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->

Index: reports-home.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports/reports-home.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** reports-home.tmpl   12 Feb 2004 09:16:18 -0000      1.4
--- reports-home.tmpl   24 Nov 2004 16:19:00 -0000      1.5
***************
*** 1,12 ****
  <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
! <!-------------------------MAIN BODY OF PAGE-------------------------->
! 
! <h1>Rapports</h1><br/>
  <ul>
!       <li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Jusqu'à la 
réconciliation:</a> Rapport quotidien (hier)</li>
!       <li><a href="/cgi-bin/koha/stats.pl?time=today">Jusqu'à la 
réconciliation:</a> Rapport quotidien (aujourd'hui)</li>
        <li><a href="/cgi-bin/koha/overdue.pl">Ouvrages en retard</a></li>
!       <li><a href="/cgi-bin/koha/reports/inventory.pl">Récolement</a></li>
  </ul>
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
  
--- 1,16 ----
  <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
! <!-- ------------------------MAIN BODY OF PAGE------------------------ -->
! <div id="mainbloc">
! <h1>Rapports</h1>
  <ul>
!       <li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Cas réglés:</a> 
Rapport quotidien (hier)</li>
!       <li><a href="/cgi-bin/koha/stats.pl?time=today">Cas réglés:</a> Rapport 
quotidien (aujourd'hui)</li>
        <li><a href="/cgi-bin/koha/overdue.pl">Ouvrages en retard</a></li>
!       <li><a 
href="/cgi-bin/koha/reports/inventory.pl">Inventaire/récolement</a></li>
!       <li><a 
href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Recherche par 
Type de document</a></li>
!       <li><a 
href="/cgi-bin/koha/reports/manager.pl?report_name=issues_by_borrower_category">Prêts
 par catégories de lecteurs</a></li>
!       
  </ul>
+ </div>
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
  




reply via email to

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