synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / boraccount.tmpl
1 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
2 <div id="mainbloc">
3         <!-- The manual invoice and credit buttons -->
4         
5         <h1>Compte pour <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" -->">Créer une facture manuelle</a>
7         <!-- The table with the account items -->
8         
9         <table>
10         
11         <tr>
12                 <th>FRAIS & CHARGES</th>
13                 <th>MONTANT</th>
14                 <th>ENCORE DU</th>
15         </tr>
16         
17         <!-- TMPL_LOOP NAME="accounts" -->
18         
19                 <tr>
20                 <td><!-- TMPL_VAR NAME="date" --> <!-- 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                 <th>Total dû</th>
29                 <th colspan="2"><!-- TMPL_VAR NAME="total" --></th>
30         </tr>
31         
32         </table>
33         
34         <!-- endmenu (member) -->
35 </div>
36 <!-- TMPL_INCLUDE NAME="members-bottom.inc" -->
37