9773b0bec1
Corrected wrong method to include page header and footer
50 lines
1.4 KiB
Cheetah
50 lines
1.4 KiB
Cheetah
<TMPL_INCLUDE NAME="members-top.inc">
|
|
|
|
<!-- The manual invoice and credit buttons -->
|
|
|
|
<FONT SIZE=6><em>Account for <TMPL_VAR NAME=firstname> <TMPL_VAR NAME=surname></em></FONT><P>
|
|
<a href="/cgi-bin/koha/maninvoice.pl?bornum=<TMPL_VAR NAME=bornum>"><image src=/images/create-man-invoice.gif border=0></a>
|
|
|
|
<a href="/cgi-bin/koha/mancredit.pl?bornum=<TMPL_VAR NAME=bornum>"><image src=/images/create-man-credit.gif border=0></a>
|
|
<center>
|
|
<p>
|
|
|
|
<!-- The table with the account items -->
|
|
|
|
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 >
|
|
|
|
<TR VALIGN=TOP>
|
|
<td bgcolor="#99cc33" background="/images/background-mem.gif" colspan=2><B>FINES & CHARGES</TD>
|
|
<td bgcolor="#99cc33" background="/images/background-mem.gif" colspan=1><B>AMOUNT</TD>
|
|
<td bgcolor="#99cc33" background="/images/background-mem.gif" colspan=1><B>STILL OWING</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>Total Due</b></td>
|
|
<td><b><TMPL_VAR NAME=total></b></td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<br clear=all>
|
|
<p> </p>
|
|
|
|
<!-- endmenu (member) -->
|
|
|
|
<TMPL_INCLUDE NAME="members-bottom.inc">
|
|
|
|
</body>
|
|
</HTML>
|
|
|