Revision 05c6840d
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
templates/French-statement.html | ||
---|---|---|
<head>
|
||
|
||
<title>Extrait de compte pour <%name%></title>
|
||
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
|
||
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
|
||
|
||
</head>
|
||
|
||
... | ... | |
<th></th>
|
||
<td align=right>
|
||
<h4>
|
||
T?l : <%tel%>
|
||
Tél : <%tel%>
|
||
<br>Fax : <%fax%>
|
||
</h4>
|
||
</td>
|
||
... | ... | |
<br><%country%>
|
||
<br>
|
||
<%if customerphone%>
|
||
<br>T?l : <%customerphone%>
|
||
<br>Tél : <%customerphone%>
|
||
<%end customerphone%>
|
||
<%if customerfax%>
|
||
<br>Fax : <%customerfax%>
|
||
... | ... | |
<td>
|
||
<table width=100%>
|
||
<tr>
|
||
<th align=left>Facture n?</th>
|
||
<th align=left>Facture n°</th>
|
||
<th width=15%>Date</th>
|
||
<th width=15%>Echeance</th>
|
||
<th width=10%>Actuel</th>
|
||
... | ... | |
<td align=right>
|
||
<table width=50%>
|
||
<tr>
|
||
<th>Solde impay?</th>
|
||
<th>Solde impayé</th>
|
||
<th align=right><%total%></th>
|
||
</tr>
|
||
</table>
|
Auch abrufbar als: Unified diff
Dateiencodings auf UTF-8 geändert
Fix für Bug 1375.