Moving </head><body> into body of templates so that js and css can be embedded per...
[koha_ffzg] / 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</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" --><!-- TMPL_INCLUDE NAME="menu-reports.inc"-->
7 <!-- Additions to enable Calendar system -->
8 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-system.css" />
9 <!-- End of additions --><!-- Additions to enable Calendar system -->
10 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar.js"></script>
11 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-en.js"></script>
12 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-setup.js"></script>
13 <!-- End of additions -->
14
15 <div id="doc3" class="yui-t2">
16    
17    <div id="bd">
18         <div id="yui-main">
19         <div class="yui-b"><div class="yui-g">
20
21 <!-- TMPL_IF NAME="do_it" -->
22 <!-- TMPL_LOOP NAME="mainloop" -->
23         <h1>Checkouts by patron category <!--TMPL_IF NAME="borrower_category" --> for category = <!-- TMPL_VAR NAME="borrower_category" --><!-- /TMPL_IF --></h1>
24         <table>
25                 <tr>
26                         <th>&nbsp;</th>
27                         <!-- TMPL_LOOP NAME="categorycodeloop" -->
28                                 <th><!-- TMPL_VAR NAME="categorycode" --></th>
29                         <!-- /TMPL_LOOP -->
30                         <th>TOTAL</th>
31                 </tr>
32                         <!-- TMPL_LOOP NAME="loopborrowertype" -->
33                                 <tr>
34                                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
35                                         <!-- TMPL_VAR NAME="itemtype" --></td>
36                                         <!-- TMPL_LOOP NAME="loopitemtype" -->
37                                                 <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
38                                                         <!-- TMPL_VAR NAME="issues" -->
39                                                 </td>
40                                         <!-- /TMPL_LOOP -->
41                                         <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
42                                                 <!-- TMPL_VAR NAME="totalitemtype" -->
43                                         </td>
44                                 </tr>
45                         <!-- /TMPL_LOOP NAME="loopitemtype" -->
46                         <tr>
47                                 <th>TOTAL</th>
48                                 <!-- TMPL_LOOP NAME="loopborrowertotal" -->
49                                         <th>
50                                                 <!-- TMPL_VAR NAME="issues" -->
51                                         </th>
52                                 <!-- /TMPL_LOOP -->
53                                 <th><!-- TMPL_VAR NAME="grantotal" --></th>
54                         </tr>
55         </table>
56 <!-- /TMPL_LOOP -->
57 <!-- TMPL_ELSE -->
58         <h1>Checkouts by patron category</h1>
59         <form method="post">
60                 <p>Select a borrower category (or don't if you want to see global status) <input type="text" name="value" /></p>
61                 <p>Select a branch : <!-- TMPL_VAR NAME="CGIbranch" --></p>
62                 <input type="submit" value="OK" />
63                 <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
64                 <input type="hidden" name="do_it" value="1" />
65         </form>
66 <!-- /TMPL_IF -->
67 </div>
68 </div>
69 </div>
70
71 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
72 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->