Keeping up with updates to default
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / boraccount.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Account for  <!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --><!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="members-topmenu.inc" -->
4 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
5
6 <!-- The table with the account items -->
7 <div id="main">
8 <div class="table"><table>
9 <caption>Account for <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></caption>
10   <tr>
11     <th colspan="2">Fines &amp; Charges</th>
12     <th>Amount</th>
13     <th>Still Owed</th>
14   </tr>
15
16   <!-- TMPL_LOOP NAME="accounts" -->
17
18     <tr>
19       <td><!-- TMPL_VAR NAME="date" --></td>
20       <td><!-- TMPL_VAR NAME="description" --><!-- TMPL_IF NAME="printtitle" --> <!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></td>
21       <td><!-- TMPL_VAR NAME="amount" --></td>
22       <td><!-- TMPL_VAR NAME="amountoutstanding" --></td>
23     </tr>
24
25   <!-- /TMPL_LOOP -->
26
27   <tr>
28     <td colspan="3"><b>Total Due</b></td>
29     <td><b><!-- TMPL_VAR NAME="total" --></b></td>
30   </tr>
31 </table></div>
32 <!-- The manual invoice and credit buttons -->
33 <div class="tabitem">
34 <form action="/cgi-bin/koha/maninvoice.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /><input type="submit" class="submit" value="Create Manual Invoice" /></form> <form action="/cgi-bin/koha/mancredit.pl" method="get"> <input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input type="submit" class="submit" value="Create Manual Credit" /></form> <form action="moremember.pl" method="get"><input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->" /> <input type="submit" value="Return to Patron Record" class="submit" /></form>
35 </div>
36 </div>
37 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->