Koha/koha-tmpl/opac-tmpl/prog/fr/opac-account.tmpl
2007-05-23 16:16:55 +00:00

48 lines
2.2 KiB
Cheetah
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalogue -- Compte de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP -->
<!-- TMPL_INCLUDE name="doc-head-close.inc" -->
<!-- TMPL_INCLUDE name="masthead.inc" -->
<!-- TMPL_INCLUDE name="navigation.inc" -->
<!--CONTENT-->
<!-- TMPL_LOOP NAME="BORROWER_INFO" -->
<!-- TMPL_INCLUDE name="usermenu.inc" -->
<h1>Relevé de compte de <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h1>
<!-- /TMPL_LOOP -->
<!-- TMPL_IF NAME="ACCOUNT_LINES" -->
<h3>Amendes et frais</h3>
<table>
<thead>
<tr>
<th>Date</th>
<th>Description</th>
<th>Montant de l'amende</th>
<th>Montant exeptionnel</th>
</tr>
</thead>
<tfoot>
<tr>
<th colspan="3">Somme due</th>
<td class="sum"><!-- TMPL_VAR NAME="total" --> €</td>
</tr>
</tfoot>
<tbody>
<!-- TMPL_LOOP NAME="ACCOUNT_LINES" -->
<!-- TMPL_IF NAME="odd" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
<td><!-- TMPL_VAR NAME="date" --></td>
<td><!-- TMPL_VAR NAME="description" -->
<!-- TMPL_IF NAME="print_title" --><!-- TMPL_VAR NAME="title" --><!-- /TMPL_IF --></td>
<!-- TMPL_IF NAME="amountcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="amount" --> €</td>
<!-- TMPL_IF NAME="amountoutstandingcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="amountoutstanding" --> €</td>
</tr>
<!-- /TMPL_LOOP -->
</tbody>
</table>
<!-- TMPL_ELSE -->
<h4>Vous n'avez pas d'amendes ou de frais</h4>
<!-- /TMPL_IF -->
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->