Koha/koha-tmpl/intranet-tmpl/default/fr/boraccount.tmpl
tipaul 323642f5a1 all those fixes are related to translation improvement.
A few minor bugfixes too in perl code.

NOTE TO ENGLISH "TEMPLATORS" : you should look at this commits, as some ideas are really nice.  Thanks to Carole, Wesford School, new Koha user in France :-)
2003-09-18 10:19:28 +00:00

47 lines
1.4 KiB
Cheetah

<TMPL_INCLUDE NAME="members-top.inc">
<FONT SIZE=6><em>Compte de<TMPL_VAR NAME=firstname>
<TMPL_VAR NAME=surname></em></FONT>
<P>
<a class="button" href="/cgi-bin/koha/maninvoice.pl?bornum=<TMPL_VAR NAME=bornum>">Ajouter une dette</a>
&nbsp;
<a class="button" href="/cgi-bin/koha/mancredit.pl?bornum=<TMPL_VAR NAME=bornum>">Encaisser</a>
<center>
<p>
<!-- The table with the account items -->
<TABLE CELLSPACING=0 CELLPADDING=5 border=1 >
<TR VALIGN=TOP>
<td bgcolor="99cc33" background="<TMPL_VAR name="themelang">/images/background-mem.gif" colspan=2><B>AMENDES
&amp; FRAIS</b></TD>
<td bgcolor="99cc33" background="<TMPL_VAR name="themelang">/images/background-mem.gif" colspan=1><B>MONTANT</b></TD>
<td bgcolor="99cc33" background="<TMPL_VAR name="themelang">/images/background-mem.gif" colspan=1><B>SOLDE
</b></TD>
</TR>
<TMPL_LOOP NAME=accounts>
<tr VALIGN=TOP>
<td><TMPL_VAR NAME=date></td>
<td><TMPL_VAR NAME=description><TMPL_IF NAME=printtitle> <TMPL_VAR NAME=title></TMPL_IF></td>
<td><TMPL_VAR NAME=amount></td>
<td><TMPL_VAR NAME=amountoutstanding></td>
</tr>
</TMPL_LOOP>
<tr VALIGN=TOP >
<td></td>
<td colspan=2><b>Total d&ucirc;</b></td>
<td><b><TMPL_VAR NAME=total></b></td>
</tr>
</table>
<br clear=all>
<p>&nbsp; </p>
<!-- endmenu (member) -->
<TMPL_INCLUDE NAME="members-bottom.inc">