koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-account.tmpl,NO


From: Finlay Thompson
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-account.tmpl,NONE,1.1
Date: Mon, 14 Oct 2002 15:51:25 -0700

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory usw-pr-cvs1:/tmp/cvs-serv7716

Added Files:
        opac-account.tmpl 
Log Message:

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



--- NEW FILE ---
<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">




reply via email to

[Prev in Thread] Current Thread [Next in Thread]