Adding Bookcount template

This commit is contained in:
hdl 2002-11-13 17:55:21 +00:00
parent 6c50c3c838
commit 55482b6841

View file

@ -0,0 +1,41 @@
<TMPL_INCLUDE Name="reports-top.inc">
<CENTER>
<br>
<FONT SIZE=6><em>
<a href=/cgi-bin/koha/detail.pl?bib=<TMPL_VAR Name="bib">&type="intra"> <TMPL_VAR Name="title"> (<TMPL_VAR Name="author">)</a></em></FONT><P>
<p>
<img src="/images/holder.gif" width=16 height=200 align=left>
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 width=440 >
<TR VALIGN=TOP>
<TD bgcolor="99cc33" background="/images/background-mem.gif">
<B>BARCODE <TMPL_VAR Name="barcode"></B>
</TD>
</TR>
<TR VALIGN=TOP >
<TD width=440 >
<b>Home Branch: </b> <TMPL_VAR Name="homebranch"> <br>
<b>Current Branch: </b> <TMPL_VAR Name="holdingbranch"><br>
<b>Date arrived at current branch: </b> <TMPL_VAR Name="lastdate"> <br>
<b>Number of issues since since the above date :</b> <TMPL_VAR Name="count"> <br>
<table cellspacing =0 cellpadding=5 border=1 width = 440>
<TR>
<TD> <b>Branch</b></td>
<TD> <b>No. of Issues</b></td>
<TD> <b>Last seen at branch</b></td>
</TR>
<TMPL_LOOP Name="branchloop">
<TR>
<TD> <b> <TMPL_VAR Name="branchname"> </b></td>
<TD> <b> <TMPL_VAR Name="issues"> </b></td>
<TD> <b> <TMPL_VAR Name="seen"> </b></td>
</TR>
</TMPL_LOOP>
</table>
</TD>
</TR>
</table>
<TMPL_INCLUDE Name="reports-bottom.inc">