Road to 1.3.2
[koha.git] / koha-tmpl / intranet-tmpl / default / en / boraccount.tmpl
1 <HTML>
2
3 <!-- startmenu (member)
4      this  includes the head-container and <body>
5      including this via var contradicts the separation of code and design
6      a solution via tmpl_include would be better -->
7
8 <TMPL_VAR NAME=startmenumember>
9
10 <!-- The manual invoice and credit buttons -->
11
12 <FONT SIZE=6><em>Account for <TMPL_VAR NAME=firstname> <TMPL_VAR NAME=surname></em></FONT><P>
13 <a href="/cgi-bin/koha/maninvoice.pl?bornum=<TMPL_VAR NAME=bornum>"><image src=/images/create-man-invoice.gif border=0></a>
14 &nbsp;
15 <a href="/cgi-bin/koha/mancredit.pl?bornum=<TMPL_VAR NAME=bornum>"><image src=/images/create-man-credit.gif border=0></a>
16 <center>
17 <p>
18
19 <!-- The table with the account items -->
20
21 <TABLE  CELLSPACING=0  CELLPADDING=5 border=1 >
22
23   <TR VALIGN=TOP>
24     <td  bgcolor="99cc33" background="/images/background-mem.gif" colspan=2><B>FINES & CHARGES</TD>
25     <td  bgcolor="99cc33" background="/images/background-mem.gif" colspan=1><B>AMOUNT</TD>
26     <td  bgcolor="99cc33" background="/images/background-mem.gif" colspan=1><B>STILL OWING</TD>
27   </TR>
28
29   <TMPL_LOOP NAME=accounts>
30
31     <tr VALIGN=TOP>
32       <td><TMPL_VAR NAME=date></td>
33       <td><TMPL_VAR NAME=description><TMPL_IF NAME=printtitle> <TMPL_VAR NAME=title></TMPL_IF></td>
34       <td><TMPL_VAR NAME=amount></td>
35       <td><TMPL_VAR NAME=amountoutstanding></td>
36     </tr>
37
38   </TMPL_LOOP>
39
40   <tr VALIGN=TOP  >
41     <td></td>
42     <td colspan=2><b>Total Due</b></td>
43     <td><b><TMPL_VAR NAME=total></b></td>
44   </tr>
45
46 </table>
47
48 <br clear=all>
49 <p> &nbsp; </p>
50
51 <!-- endmenu (member) -->
52
53 <TMPL_VAR NAME=member>
54
55 </body>
56 </HTML>
57