the template file to go with the opac-account.pl

This commit is contained in:
finlayt 2002-10-14 22:51:22 +00:00
parent 66d14dc1ee
commit 015c0b76aa

View file

@ -0,0 +1,38 @@
<TMPL_INCLUDE NAME="members-top.inc">
<TMPL_LOOP NAME="BORROWER_INFO">
<FONT SIZE=6><em>Account for <TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"></em></FONT><P>
</TMPL_LOOP>
<center>
<p>
<TABLE CELLSPACING=0 CELLPADDING=5 border=1>
<TR VALIGN=TOP>
<td bgcolor="#99cccc" background='<TMPL_VAR NAME="themelang">/images/background-opac.gif' colspan=2><B>FINES & CHARGES</TD>
<td bgcolor="#99cccc" background='<TMPL_VAR NAME="themelang">/images/background-opac.gif' colspan=1><B>AMOUNT</TD>
<td bgcolor="#99cccc" background='<TMPL_VAR NAME="themelang">/images/background-opac.gif' colspan=1><B>STILL OWING</TD>
</TR>
<TMPL_LOOP NAME="ACCOUNT_LINES">
<tr VALIGN=TOP >
<td><TMPL_VAR NAME="date"></td>
<TD><TMPL_VAR NAME="description">
<TMPL_IF NAME="print_title"><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> &nbsp; </p>
<TMPL_INCLUDE NAME="opac-bottom.inc">