Adding Bookcount template
authorhdl <hdl>
Wed, 13 Nov 2002 17:55:21 +0000 (17:55 +0000)
committerhdl <hdl>
Wed, 13 Nov 2002 17:55:21 +0000 (17:55 +0000)
koha-tmpl/intranet-tmpl/default/en/bookcount.tmpl [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/default/en/bookcount.tmpl b/koha-tmpl/intranet-tmpl/default/en/bookcount.tmpl
new file mode 100644 (file)
index 0000000..5cf9845
--- /dev/null
@@ -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">
\ No newline at end of file