Koha/koha-tmpl/intranet-tmpl/default/zh-TW/boraccount.tmpl
acli 765730e2b1 Applied most of Arthur's corrections, some with editorial changes.
Some other corrections.
Copied graphics from en directory.
2004-02-29 00:54:50 +00:00

45 lines
1.6 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="members-top.inc" -->
<!-- The manual invoice and credit buttons -->
<h1><a href="moremember.pl?bornum=<!-- TMPL_VAR name="bornum" -->"><!-- TMPL_VAR NAME=firstname --> <!-- TMPL_VAR NAME=surname --></a> 之賬戶</h1><P>
<a class="button" href="/cgi-bin/koha/maninvoice.pl?bornum=<!-- TMPL_VAR NAME=bornum -->">Create Manual Invoice</a> &nbsp; <a class="button" href="/cgi-bin/koha/mancredit.pl?bornum=<!-- TMPL_VAR NAME=bornum -->">Create Manual Credit</a>
<center>
<p>
<!-- The table with the account items -->
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 >
<TR VALIGN=TOP>
<td bgcolor="#99cc33" background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif" colspan=2><B>罰款及費用</TD>
<td bgcolor="#99cc33" background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif" colspan=1><B>金額</TD>
<td bgcolor="#99cc33" background="<!-- TMPL_VAR name="themelang" -->/images/background-mem.gif" colspan=1><B>尚欠</TD>
</TR>
<!-- TMPL_LOOP NAME=accounts -->
<tr VALIGN=TOP>
<td><!-- TMPL_VAR NAME=date --></td>
<td><!-- TMPL_VAR NAME=description --><!-- TMPL_IF NAME=printtitle --> <!-- TMPL_VAR NAME=title --><!-- /TMPL_IF --></td>
<td><!-- TMPL_VAR NAME=amount --></td>
<td><!-- TMPL_VAR NAME=amountoutstanding --></td>
</tr>
<!-- /TMPL_LOOP -->
<tr VALIGN=TOP >
<td></td>
<td colspan=2><b>共欠</b></td>
<td><b><!-- TMPL_VAR NAME=total --></b></td>
</tr>
</table>
<br clear=all>
<p> &nbsp; </p>
<!-- endmenu (member) -->
<!-- TMPL_INCLUDE NAME="members-bottom.inc" -->