the template file to go with the opac-account.pl
authorfinlayt <finlayt>
Mon, 14 Oct 2002 22:51:22 +0000 (22:51 +0000)
committerfinlayt <finlayt>
Mon, 14 Oct 2002 22:51:22 +0000 (22:51 +0000)
koha-tmpl/opac-tmpl/default/en/opac-account.tmpl [new file with mode: 0644]

diff --git a/koha-tmpl/opac-tmpl/default/en/opac-account.tmpl b/koha-tmpl/opac-tmpl/default/en/opac-account.tmpl
new file mode 100644 (file)
index 0000000..ad1c037
--- /dev/null
@@ -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">