Added some terms
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / bookcount.tmpl
1 <TMPL_INCLUDE Name="reports-top.inc">
2 <CENTER>
3 <br>
4 <FONT SIZE=6><em>
5 <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>
6 <p>
7 <img src="/images/holder.gif" width=16 height=200 align=left>
8
9 <TABLE  CELLSPACING=0  CELLPADDING=5 border=1 width=440 >
10         <TR VALIGN=TOP>
11                 <TD  bgcolor="99cc33" background="/images/background-mem.gif">
12                         <B>BARCODE <TMPL_VAR Name="barcode"></B>
13                 </TD>
14         </TR>
15         <TR VALIGN=TOP  >
16                 <TD width=440 >
17
18                 <b>Home Branch: </b> <TMPL_VAR Name="homebranch"> <br>
19                 <b>Current Branch: </b> <TMPL_VAR Name="holdingbranch"><br>
20                 <b>Date arrived at current branch: </b> <TMPL_VAR Name="lastdate"> <br>
21                 <b>Number of issues since since the above date :</b> <TMPL_VAR Name="count"> <br>
22
23                 <table cellspacing =0 cellpadding=5 border=1 width = 440>
24                         <TR>
25                                 <TD> <b>Branch</b></td>
26                                 <TD> <b>No. of Issues</b></td>
27                                 <TD> <b>Last seen at branch</b></td>
28                         </TR>
29                         <TMPL_LOOP Name="branchloop">
30                                 <TR>
31                                         <TD> <b> <TMPL_VAR Name="branchname"> </b></td>
32                                         <TD> <b> <TMPL_VAR Name="issues"> </b></td>
33                                         <TD> <b> <TMPL_VAR Name="seen"> </b></td>
34                                 </TR>
35                         </TMPL_LOOP>
36                 </table>
37                 </TD>
38         </TR>
39 </table>
40
41 <TMPL_INCLUDE Name="reports-bottom.inc">