Synching with rel_2_2.
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / reports / itemtypes.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reports<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4 <div id="main">
5 <!-- TMPL_IF name="do_it" -->
6 <!-- TMPL_LOOP name="mainloop" -->
7         <table>
8         <caption>Item Counts <!--TMPL_IF name="branch" --> for <!-- TMPL_VAR name="branch" --><!-- /TMPL_IF --></caption>
9                 <tr>
10                         <th>Item Type</th>
11                         <th>Count</th>
12                 </tr>
13                         <!-- TMPL_LOOP name="loopitemtype" -->
14                                 <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
15                                         <td><!-- TMPL_VAR name="itemtype" --></td>
16                                         <td class="credit"><!-- TMPL_VAR name="count" --></td>
17                                 </tr>
18                         <!-- /TMPL_LOOP name="loopitemtype" -->
19                         <tfoot><tr>
20                                 <td>TOTAL</td>
21                                 <td class="credit"><!-- TMPL_VAR name="total" --></td>
22                                 </tr></tfoot>
23         </table>
24 <!-- /TMPL_LOOP -->
25 <!-- TMPL_ELSE -->
26         <h1>Item Type Report</h1>
27         <div class="form">
28         <h3>View a count of items with each item type</h3>
29         <form method="post">
30                 Select a branch (leave blank to show all branches) <!-- TMPL_VAR name="CGIbranch" -->
31                 <input type="submit" value="Submit" class="submit" />
32                 <input type="hidden" name="report_name" value="<!--TMPL_VAR name="report_name" -->" />
33                 <input type="hidden" name="do_it" value="1" />
34         </form>
35 <!-- /TMPL_IF -->
36 </div>
37 </div>
38 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->