Experimental rewrite of Stop Words administration screen. Feedback welcomed.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / reports / issues_by_borrower_category.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Reports --<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- Additions to enable Calendar system -->
3 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-system.css">
4 <!-- End of additions --><!-- Additions to enable Calendar system -->
5 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar.js"></script>
6 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-en.js"></script>
7 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-setup.js"></script>
8 <!-- End of additions -->
9
10 <!-- TMPL_IF NAME="do_it" -->
11 <!-- TMPL_LOOP NAME="mainloop" -->
12         <h1>Koha : Issues by borrower category <!--TMPL_IF NAME="borrower_category" --> for category = <!-- TMPL_VAR NAME="borrower_category" --><!-- /TMPL_IF --></h1>
13         <table>
14                 <tr>
15                         <th>&nbsp;</th>
16                         <!-- TMPL_LOOP NAME="categorycodeloop" -->
17                                 <th><!-- TMPL_VAR NAME="categorycode" --></th>
18                         <!-- /TMPL_LOOP -->
19                         <th>TOTAL</th>
20                 </tr>
21                         <!-- TMPL_LOOP NAME="loopborrowertype" -->
22                                 <tr>
23                                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
24                                         <!-- TMPL_VAR NAME="itemtype" --></td>
25                                         <!-- TMPL_LOOP NAME="loopitemtype" -->
26                                                 <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
27                                                         <!-- TMPL_VAR NAME="issues" -->
28                                                 </td>
29                                         <!-- /TMPL_LOOP -->
30                                         <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
31                                                 <!-- TMPL_VAR NAME="totalitemtype" -->
32                                         </td>
33                                 </tr>
34                         <!-- /TMPL_LOOP NAME="loopitemtype" -->
35                         <tr>
36                                 <th>TOTAL</th>
37                                 <!-- TMPL_LOOP NAME="loopborrowertotal" -->
38                                         <th>
39                                                 <!-- TMPL_VAR NAME="issues" -->
40                                         </th>
41                                 <!-- /TMPL_LOOP -->
42                                 <th><!-- TMPL_VAR NAME="grantotal" --></th>
43                         </tr>
44         </table>
45 <!-- /TMPL_LOOP -->
46 <!-- TMPL_ELSE -->
47         <h1>Issues by borrower category</h1>
48         <form method="post">
49                 <p>Select a borrower category (or don't if you want to see global status) <input type="text" name="value" /></p>
50                 <p>Select a branch : <!-- TMPL_VAR NAME="CGIbranch" --></p>
51                 <input type="submit" value="OK" />
52                 <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
53                 <input type="hidden" name="do_it" value="1" />
54         </form>
55 <!-- /TMPL_IF -->
56
57 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->