Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / bookcount.tmpl
1 <!-- TMPL_INCLUDE Name="reports-top.inc" -->
2 <CENTER>
3 <br>
4 <h1> <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>
5 <p>
6
7 <TABLE  CELLSPACING=0  CELLPADDING=5 border=1 width=440 >
8         <TR VALIGN=TOP>
9                 <TD  bgcolor="99cc33" background="/images/background-mem.gif">
10                         <B>條碼 <!-- TMPL_VAR Name="barcode" --></B>
11                 </TD>
12         </TR>
13         <TR VALIGN=TOP  >
14                 <TD width=440 >
15
16                 <b>所屬分館:</b><!-- TMPL_VAR Name="homebranch" --> <br>
17                 <b>目前館別:</b><!-- TMPL_VAR Name="holdingbranch" --><br>
18                 <b>送抵本館日期:</b><!-- TMPL_VAR Name="lastdate" --> <br>
19                 <b>上列日期起計總借出:</b><!-- TMPL_VAR Name="count" --> <br>
20
21                 <table cellspacing =0 cellpadding=5 border=1 width = 440>
22                         <TR>
23                                 <TD> <b>分館</b></td>
24                                 <TD> <b>借出次數</b></td>
25                                 <TD> <b>最近出現在</b></td>
26                         </TR>
27                         <!-- TMPL_LOOP Name="branchloop" -->
28                                 <TR>
29                                         <TD> <b> <!-- TMPL_VAR Name="branchname" --> </b></td>
30                                         <TD> <b> <!-- TMPL_VAR Name="issues" --> </b></td>
31                                         <TD> <b> <!-- TMPL_VAR Name="seen" --> </b></td>
32                                 </TR>
33                         <!-- /TMPL_LOOP -->
34                 </table>
35                 </TD>
36         </TR>
37 </table>
38
39 <!-- TMPL_INCLUDE Name="reports-bottom.inc" -->