fixes for #395
[koha.git] / koha-tmpl / intranet-tmpl / default / en / bookcount.tmpl
1 <TMPL_INCLUDE Name="reports-top.inc">
2 <CENTER>
3 <br>
4 <h1>
5 <a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="bib">&type="intra"> <TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</a></h1><P>
6 <p>
7
8 <TABLE  CELLSPACING=0  CELLPADDING=5 border=1 width=440 >
9         <TR VALIGN=TOP>
10                 <TD  bgcolor="99cc33" background="/images/background-mem.gif">
11                         <B>BARCODE <TMPL_VAR Name="barcode"></B>
12                 </TD>
13         </TR>
14         <TR VALIGN=TOP  >
15                 <TD width=440 >
16
17                 <b>Home Branch: </b> <TMPL_VAR Name="homebranch"> <br>
18                 <b>Current Branch: </b> <TMPL_VAR Name="holdingbranch"><br>
19                 <b>Date arrived at current branch: </b> <TMPL_VAR Name="lastdate"> <br>
20                 <b>Number of issues since the above date:</b> <TMPL_VAR Name="count"> <br>
21
22                 <table cellspacing =0 cellpadding=5 border=1 width = 440>
23                         <TR>
24                                 <TD> <b>Branch</b></td>
25                                 <TD> <b>No. of Issues</b></td>
26                                 <TD> <b>Last seen at branch</b></td>
27                         </TR>
28                         <TMPL_LOOP Name="branchloop">
29                                 <TR>
30                                         <TD> <b> <TMPL_VAR Name="branchname"> </b></td>
31                                         <TD> <b> <TMPL_VAR Name="issues"> </b></td>
32                                         <TD> <b> <TMPL_VAR Name="seen"> </b></td>
33                                 </TR>
34                         </TMPL_LOOP>
35                 </table>
36                 </TD>
37         </TR>
38 </table>
39
40 <TMPL_INCLUDE Name="reports-bottom.inc">