OPAC update
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-account.tmpl
1 <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalog -- Account for <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP -->
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!-- TMPL_INCLUDE name="masthead.inc" -->
6
7 <div id="doc3" class="yui-t1">
8    <div id="bd">
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11
12 <!--CONTENT-->
13     <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
14         <h3><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->'s account</a> <img src="<!-- TMPL_VAR NAME="themelang" -->../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Fines and Charges</h3>
15     <!-- /TMPL_LOOP -->
16     
17     <!-- TMPL_IF NAME="ACCOUNT_LINES" -->
18         <table>
19             <thead>
20                 <tr>
21                     <th>Date</th>
22                     <th>Description</th>
23                     <th>Fine Amount</th>
24                     <th>Amount Outstanding</th>
25                 </tr>
26             </thead>
27             
28             <tfoot>
29             <tr>
30                 <th class="sum" colspan="3">Total Due</th>
31                 <td class="sum">$<!-- TMPL_VAR NAME="total" --></td>
32             </tr>
33             </tfoot>
34             
35             <tbody>
36                 <!-- TMPL_LOOP NAME="ACCOUNT_LINES" -->
37                     <!-- TMPL_IF NAME="odd" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
38                         <td><!-- TMPL_VAR NAME="date" --></td>
39                         <td><!-- TMPL_VAR NAME="description" -->
40                         <!-- TMPL_IF NAME="print_title" --><!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></td>
41                         <!-- TMPL_IF NAME="amountcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF -->$<!-- TMPL_VAR NAME="amount" --></td>
42                         <!-- TMPL_IF NAME="amountoutstandingcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF -->$<!-- TMPL_VAR NAME="amountoutstanding" --></td>
43                     </tr>
44                 <!-- /TMPL_LOOP -->
45             </tbody>
46         
47         </table>
48     <!-- TMPL_ELSE -->
49         <h4>You have no Fines or Charges</h4>
50     <!-- /TMPL_IF -->
51     
52 </div>
53 </div>
54 </div>
55 <div class="yui-b">
56 <!--TMPL_INCLUDE NAME="navigation.inc" -->
57 <!-- TMPL_INCLUDE name="usermenu.inc" -->
58 </div>
59 </div>
60 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->