synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / members / pay.tmpl
1 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
2 <div id="mainbloc">
3 <h1>Payer les Amendes pour <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h1>
4
5 <form action="/cgi-bin/koha/pay.pl" method="post">
6 <table>
7 <tr>
8         <th colspan="3">FRAIS & CHARGES</th>
9         <th colspan="2">Montant restant dû</th>
10 </tr>
11         
12 <!-- TMPL_LOOP NAME="loop_pay" -->
13 <tr>
14         <td>
15                 <input type="hidden" name="bornum" value="<!-- TMPL_VAR NAME="bornum" -->">
16                 <input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="no" checked="checked">Impayé <input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="yes">Payé <input type="radio" name="payfine<!-- TMPL_VAR NAME="i" -->" value="wo">Pertes et profits
17                 <input type="hidden" name="itemnumber<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="itemnumber" -->">
18                 <input type="hidden" name="accounttype<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="accounttype" -->">
19                 <input type="hidden" name="amount<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="amount'}" -->">
20                 <input type="hidden" name="out<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="amountoutstanding" -->">
21                 <input type="hidden" name="bornum<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="bornum" -->">
22                 <input type="hidden" name="accountno<!-- TMPL_VAR NAME="i" -->" value="<!-- TMPL_VAR NAME="accountno" -->">
23         </td>
24         <td><!-- TMPL_VAR NAME="description" --> <!-- TMPL_VAR NAME="title" --></td>
25         <td><!-- TMPL_VAR NAME="accounttype" --></td>
26         <td><!-- TMPL_VAR NAME="amount" --></td>
27         <td><!-- TMPL_VAR NAME="amountoutstanding" --></td>
28 </tr>
29 <!-- /TMPL_LOOP -->
30 <tr valign="top">
31         <th colspan="4" align="right">Total dû</th>
32         <th><!-- TMPL_VAR NAME="total" --></th>
33 </tr>
34 <tr>
35         <td colspan="5" align="right">
36         <input type="submit" name="submit" value="Payer" class="button"></td>
37 </tr>
38 </table>
39 </form>
40
41 <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->" class="button member">Retour à la fiche lecteur </a>
42 </div>
43 <!-- TMPL_INCLUDE NAME="members-bottom.inc" -->
44