Modifications to enable YUI-Grids layout structure. Unfinished.
[koha_gimpoz] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / itemtypes.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Reports</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="header.inc" -->
5
6 <!-- 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>Koha : Reports on itemtypes <!--TMPL_IF NAME="branch" --> for branch = <!-- TMPL_VAR NAME="branch" --><!-- /TMPL_IF --></h1>
24         <table>
25                 <tr>
26                         <th>Item type</th>
27                         <th>count</th>
28                 </tr>
29                         <!-- TMPL_LOOP NAME="loopitemtype" -->
30                                 <tr>
31                                         <td><!-- TMPL_VAR NAME="itemtype" --></td>
32                                         <td><!-- TMPL_VAR NAME="count" --></td>
33                                 </tr>
34                         <!-- /TMPL_LOOP -->
35                         <tr>
36                                 <th>TOTAL</th>
37                                 <th><!-- TMPL_VAR NAME="total" --></th>
38         </table>
39 <!-- /TMPL_LOOP -->
40 <!-- TMPL_ELSE -->
41         <h1>View catalogue group by itemtypes</h1>
42         <form method="post">
43                 Select a branch (or don't if you want the report for all branches) <!-- TMPL_VAR NAME="CGIbranch" -->
44                 <input type="submit" value="OK" />
45                 <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
46                 <input type="hidden" name="do_it" value="1" />
47         </form>
48 <!-- /TMPL_IF -->
49 </div>
50 </div>
51 </div>
52
53 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
54 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->