More fixes for Bug 2600, enabling the appearance of HTML tags in item titles. Resubmi...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / bookcount.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation &rsaquo; Circulation Statistics for <!-- TMPL_VAR Name="title" escape="html" --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="circ-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo; Circulation Statistics for <!-- TMPL_VAR Name="title" escape="html" --></div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <h2>
18 <!-- TMPL_VAR Name="title" escape="html" --> <!-- TMPL_IF NAME="author" --> by <!-- TMPL_VAR Name="author" --><!-- /TMPL_IF --></h2>
19 <h3>Barcode <!-- TMPL_VAR Name="barcode" --></h3>
20 <table>
21                 <tr><th>Home Library</th><th>Current Library</th><th>Date arrived at current library </th><th>Number of issues since since last transfer</th></tr>
22                 
23                 <tr><td> <!-- TMPL_VAR Name="homebranch" --> </td><td> <!-- TMPL_VAR Name="holdingbranch" --></td><td> <!-- TMPL_VAR Name="lastdate" --> </td><td> <!-- TMPL_VAR Name="count" --> </td></tr>
24 </table>
25 <table>
26                         <tr>
27                                 <th>Library</th>
28                                 <th>No. of times checked out</th>
29                                 <th>Last Seen</th>
30                         </tr>
31                         <!-- TMPL_LOOP Name="branchloop" -->
32                                 <tr>
33                                         <td><!-- TMPL_VAR Name="branchname" --> </td>
34                                         <td><!-- TMPL_VAR Name="issues" --> </td>
35                                         <td><!-- TMPL_VAR Name="seen" --> </td>
36                                 </tr>
37                         <!-- /TMPL_LOOP -->
38                 </table>
39
40 </div>
41 </div>
42 <div class="yui-b">
43 <!-- TMPL_INCLUDE NAME="biblio-view-menu.inc" -->
44 </div>
45 </div>
46 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->