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 inventor


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/reports inventory.tmpl,NONE,1.1.2.1 reports-home.tmpl,1.2.2.2,1.2.2.3
Date: Thu, 26 Feb 2004 02:23:05 -0800

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

Modified Files:
      Tag: rel_2_0
        reports-home.tmpl 
Added Files:
      Tag: rel_2_0
        inventory.tmpl 
Log Message:
porting inventory feature to rel_2_0, from HEAD

--- NEW FILE ---
<!-- 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" -->

Index: reports-home.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/reports/reports-home.tmpl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -C2 -r1.2.2.2 -r1.2.2.3
*** reports-home.tmpl   10 Feb 2004 14:06:52 -0000      1.2.2.2
--- reports-home.tmpl   26 Feb 2004 10:23:03 -0000      1.2.2.3
***************
*** 2,15 ****
  <!-------------------------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><a href=/cgi-bin/koha/stats.pl?time=today>Jusqu'à la réconciliation:</a> 
Rapport quotidien (aujourd'hui)
! <li><a href=/cgi-bin/koha/overdue.pl>Ouvrages en retard</a>
! 
! 
  </ul>
  <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->
--- 2,11 ----
  <!-------------------------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" -->




reply via email to

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