Fixing table layout on step 4 of 6
[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> &rsaquo; Checkouts by patron category</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         <h1>Checkouts by patron category</h1>
56         <form method="post" action="/cgi-bin/koha/reports/manager.pl">
57                 <p><label for="borrowercategory">Select a borrower category</label> (or don't if you want to see global status) <input type="text" name="value" id="borrowercategory" /></p>
58                 <p><label for="branch">Select a branch:</label> <!-- TMPL_VAR NAME="CGIbranch" --></p>
59                 <input type="submit" value="OK" />
60                 <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
61                 <input type="hidden" name="do_it" value="1" />
62         </form>
63 <!-- /TMPL_IF -->
64
65 </div>
66 </div>
67 <div class="yui-b">
68 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
69 </div>
70 </div>
71 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->