Koha/koha-tmpl/intranet-tmpl/default/zh-TW/bookcount.tmpl

39 lines
1.2 KiB
Cheetah

<!-- TMPL_INCLUDE Name="reports-top.inc" -->
<CENTER>
<br>
<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>
<p>
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 width=440 >
<TR VALIGN=TOP>
<TD bgcolor="99cc33" background="/images/background-mem.gif">
<B>條碼 <!-- TMPL_VAR Name="barcode" --></B>
</TD>
</TR>
<TR VALIGN=TOP >
<TD width=440 >
<b>所屬分館:</b><!-- TMPL_VAR Name="homebranch" --> <br>
<b>目前館別:</b><!-- TMPL_VAR Name="holdingbranch" --><br>
<b>送抵本館日期:</b><!-- TMPL_VAR Name="lastdate" --> <br>
<b>上列日期起計總借出:</b><!-- TMPL_VAR Name="count" --> <br>
<table cellspacing =0 cellpadding=5 border=1 width = 440>
<TR>
<TD> <b>分館</b></td>
<TD> <b>借出次數</b></td>
<TD> <b>最近出現在</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" -->