Modifications to ensure XHTML compliance; Adding breadcrumbs and global search
[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 <!-- Additions to enable Calendar system -->
5 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-system.css" />
6 <!-- End of additions --><!-- Additions to enable Calendar system -->
7 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar.js"></script>
8 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-en.js"></script>
9 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-setup.js"></script>
10 <!-- End of additions -->
11 </head>
12 <body>
13 <!-- TMPL_INCLUDE NAME="header.inc" -->
14 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
15
16 <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>
17
18 <div id="doc3" class="yui-t2">
19    
20    <div id="bd">
21         <div id="yui-main">
22         <div class="yui-b">
23
24 <!-- TMPL_IF NAME="do_it" -->
25 <!-- TMPL_LOOP NAME="mainloop" -->
26         <h1>Checkouts by patron category <!--TMPL_IF NAME="borrower_category" --> for category = <!-- TMPL_VAR NAME="borrower_category" --><!-- /TMPL_IF --></h1>
27         <table>
28                 <tr>
29                         <th>&nbsp;</th>
30                         <!-- TMPL_LOOP NAME="categorycodeloop" -->
31                                 <th><!-- TMPL_VAR NAME="categorycode" --></th>
32                         <!-- /TMPL_LOOP -->
33                         <th>TOTAL</th>
34                 </tr>
35                         <!-- TMPL_LOOP NAME="loopborrowertype" -->
36                                 <tr>
37                                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
38                                         <!-- TMPL_VAR NAME="itemtype" --></td>
39                                         <!-- TMPL_LOOP NAME="loopitemtype" -->
40                                                 <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
41                                                         <!-- TMPL_VAR NAME="issues" -->
42                                                 </td>
43                                         <!-- /TMPL_LOOP -->
44                                         <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
45                                                 <!-- TMPL_VAR NAME="totalitemtype" -->
46                                         </td>
47                                 </tr>
48                         <!-- /TMPL_LOOP -->
49                         <tr>
50                                 <th>TOTAL</th>
51                                 <!-- TMPL_LOOP NAME="loopborrowertotal" -->
52                                         <th>
53                                                 <!-- TMPL_VAR NAME="issues" -->
54                                         </th>
55                                 <!-- /TMPL_LOOP -->
56                                 <th><!-- TMPL_VAR NAME="grantotal" --></th>
57                         </tr>
58         </table>
59 <!-- /TMPL_LOOP -->
60 <!-- TMPL_ELSE -->
61         <h1>Checkouts by patron category</h1>
62         <form method="post" action="/cgi-bin/koha/reports/manager.pl">
63                 <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>
64                 <p><label for="branch">Select a branch:</label> <!-- TMPL_VAR NAME="CGIbranch" --></p>
65                 <input type="submit" value="OK" />
66                 <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
67                 <input type="hidden" name="do_it" value="1" />
68         </form>
69 <!-- /TMPL_IF -->
70
71 </div>
72 </div>
73 <div class="yui-b">
74 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
75 </div>
76 </div>
77 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->