synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / reports / itemtypes.tmpl
1 <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
2 <div id="mainbloc">
3 <!-- TMPL_IF NAME="do_it" -->
4 <!-- TMPL_LOOP NAME="mainloop" -->
5         <h1>Koha : Statistiques sur les types de document <!--TMPL_IF NAME="branch" --> pour le site = <!-- TMPL_VAR NAME="branch" --><!-- /TMPL_IF --></h1>
6         <table>
7                 <tr>
8                         <th>Type de document</th>
9                         <th>nombre</th>
10                 </tr>
11                         <!-- TMPL_LOOP NAME="loopitemtype" -->
12                                 <tr>
13                                         <td><!-- TMPL_VAR NAME="itemtype" --></td>
14                                         <td><!-- TMPL_VAR NAME="count" --></td>
15                                 </tr>
16                         <!-- /TMPL_LOOP NAME="loopitemtype" -->
17                         <tr>
18                                 <th>TOTAL</th>
19                                 <th><!-- TMPL_VAR NAME="total" --></th>
20         </table>
21 <!-- /TMPL_LOOP -->
22 <!-- TMPL_ELSE -->
23         <h1>Voir le catalogue par type de document</h1>
24         <form method="post">
25                  Sélectionner une annexe (ou rien si vous souhaitez le rapport pour toutes les annexes) <!-- TMPL_VAR NAME="CGIbranch" -->
26                 <input type="submit" value="OK" class="button">
27                 <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->">
28                 <input type="hidden" name="do_it" value="1">
29         </form>
30 <!-- /TMPL_IF -->
31 </div>
32 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->