Online Help on Scrolling_list building for sort1 and sort2.
[koha.git] / koha-tmpl / intranet-tmpl / default / en / boraccount.tmpl
1 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
2 <div id="mainbloc">
3         <!-- The manual invoice and credit buttons -->
4         
5         <h1>Account for <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a></h1><P>
6         <a class="button" href="/cgi-bin/koha/maninvoice.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->">Create Manual Invoice</a>
7         &nbsp;
8         <a class="button" href="/cgi-bin/koha/mancredit.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->">Create Manual Credit</a>
9         <!-- The table with the account items -->
10         
11         <table>
12         
13         <tr>
14                 <th>FINES &amp; CHARGES</th>
15                 <th>AMOUNT</th>
16                 <th>STILL OWING</th>
17         </tr>
18         
19         <!-- TMPL_LOOP NAME="accounts" -->
20         
21                 <tr>
22                 <td><!-- TMPL_VAR NAME="date" --> <!-- TMPL_VAR NAME="description" --><!-- TMPL_IF NAME="printtitle" --> <!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></td>
23                 <td><!-- TMPL_VAR NAME="amount" --></td>
24                 <td><!-- TMPL_VAR NAME="amountoutstanding" --></td>
25                 </tr>
26         
27         <!-- /TMPL_LOOP -->
28         
29         <tr>
30                 <th>Total Due</th>
31                 <th colspan="2"><!-- TMPL_VAR NAME="total" --></th>
32         </tr>
33         
34         </table>
35         
36         <!-- endmenu (member) -->
37 </div>
38 <!-- TMPL_INCLUDE NAME="members-bottom.inc" -->
39