Final fix for 2008: Daily reconciliation report broken
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / issues_by_borrower_category.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Reports &rsaquo; Checkouts by patron category</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="calendar.inc" -->
5 </head>
6 <body>
7 <!-- TMPL_INCLUDE NAME="header.inc" -->
8 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
9
10 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> <!-- TMPL_IF NAME="do_it" -->&rsaquo; <a href="/cgi-bin/koha/reports/manager.pl?report_name=issues_by_borrower_category">Checkouts by patron category</a> &rsaquo; Results<!-- TMPL_ELSE -->&rsaquo; Checkouts by patron category<!-- /TMPL_IF --></div>
11
12 <div id="doc3" class="yui-t2">
13    
14    <div id="bd">
15         <div id="yui-main">
16         <div class="yui-b">
17
18 <!-- TMPL_IF NAME="do_it" -->
19 <!-- TMPL_LOOP NAME="mainloop" -->
20         <h1>Checkouts by patron category <!--TMPL_IF NAME="borrower_category" --> for category = <!-- TMPL_VAR NAME="borrower_category" --><!-- /TMPL_IF --></h1>
21         <table>
22                 <tr>
23                         <th>&nbsp;</th>
24                         <!-- TMPL_LOOP NAME="categorycodeloop" -->
25                                 <th><!-- TMPL_VAR NAME="categorycode" --></th>
26                         <!-- /TMPL_LOOP -->
27                         <th>TOTAL</th>
28                 </tr>
29                         <!-- TMPL_LOOP NAME="loopborrowertype" -->
30                                 <tr>
31                                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
32                                         <!-- TMPL_VAR NAME="itemtype" --></td>
33                                         <!-- TMPL_LOOP NAME="loopitemtype" -->
34                                                 <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
35                                                         <!-- TMPL_VAR NAME="issues" -->
36                                                 </td>
37                                         <!-- /TMPL_LOOP -->
38                                         <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
39                                                 <!-- TMPL_VAR NAME="totalitemtype" -->
40                                         </td>
41                                 </tr>
42                         <!-- /TMPL_LOOP -->
43                         <tr>
44                                 <th>TOTAL</th>
45                                 <!-- TMPL_LOOP NAME="loopborrowertotal" -->
46                                         <th>
47                                                 <!-- TMPL_VAR NAME="issues" -->
48                                         </th>
49                                 <!-- /TMPL_LOOP -->
50                                 <th><!-- TMPL_VAR NAME="grantotal" --></th>
51                         </tr>
52         </table>
53 <!-- /TMPL_LOOP -->
54 <!-- TMPL_ELSE -->
55         <form method="post" action="/cgi-bin/koha/reports/manager.pl">
56                 <fieldset class="rows">
57                 <legend>Checkouts by patron category</legend>
58                 <ol><li><label for="borrowercategory">Select a borrower category</label><select name="value" id="borrowercategory"><option value="" > Any Category code</option>
59     <!--TMPL_LOOP Name="loopcategories"-->
60         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="description"--> </option>  
61      <!--/TMPL_LOOP --> 
62     </select></li>
63                 <li><label for="branch">Select a branch:</label> <!-- TMPL_VAR NAME="CGIbranch" --></li></ol></fieldset>
64                 <fieldset class="action"><input type="submit" value="Submit" />
65                 <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
66                 <input type="hidden" name="do_it" value="1" /></fieldset>
67         </form>
68 <!-- /TMPL_IF -->
69
70 </div>
71 </div>
72 <div class="yui-b">
73 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
74 </div>
75 </div>
76 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->