Synching with default template
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / reports / issues_by_borrower_category.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reports<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5 <div id="main">
6 <!-- TMPL_IF name="do_it" -->
7 <!-- TMPL_LOOP name="mainloop" -->
8         <h1>Koha : Issues by borrower category <!--TMPL_IF name="borrower_category" --> for category = <!-- TMPL_VAR name="borrower_category" --><!-- /TMPL_IF --></h1>
9         <table>
10                 <tr>
11                         <th>&nbsp;</th>
12                         <!-- TMPL_LOOP name="categorycodeloop" -->
13                                 <th><!-- TMPL_VAR name="categorycode" --></th>
14                         <!-- /TMPL_LOOP -->
15                         <th>TOTAL</th>
16                 </tr>
17                         <!-- TMPL_LOOP name="loopborrowertype" -->
18                                 <tr>
19                                         <td>
20                                         <!-- TMPL_VAR name="itemtype" --></td>
21                                         <!-- TMPL_LOOP name="loopitemtype" -->
22                                                 <td>
23                                                         <!-- TMPL_VAR name="issues" -->
24                                                 </td>
25                                         <!-- /TMPL_LOOP -->
26                                         <td>
27                                                 <!-- TMPL_VAR name="totalitemtype" -->
28                                         </td>
29                                 </tr>
30                         <!-- /TMPL_LOOP name="loopitemtype" -->
31                         <tr>
32                                 <th>TOTAL</th>
33                                 <!-- TMPL_LOOP name="loopborrowertotal" -->
34                                         <th>
35                                                 <!-- TMPL_VAR name="issues" -->
36                                         </th>
37                                 <!-- /TMPL_LOOP -->
38                                 <th><!-- TMPL_VAR NAME="grantotal" --></th>
39                         </tr>
40         </table>
41 <!-- /TMPL_LOOP -->
42 <!-- TMPL_ELSE -->
43         <h1>Issues by patron category</h1>
44         <form method="post">
45                 <p>Select a patron category (leave blank to select all) <input type="text" name="value" /></p>
46                 <p>Select a branch : <!-- TMPL_VAR name="CGIbranch" --></p>
47                 <input type="submit" value="Submit" class="submit" />
48                 <input type="hidden" name="report_name" value="<!--TMPL_VAR name="report_name" -->" />
49                 <input type="hidden" name="do_it" value="1" />
50         </form>
51 <!-- /TMPL_IF -->
52 </div>
53 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->