summaryrefslogtreecommitdiff
path: root/templates/French-statement.html
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/French-statement.html
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff)
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/French-statement.html')
-rwxr-xr-xtemplates/French-statement.html100
1 files changed, 50 insertions, 50 deletions
diff --git a/templates/French-statement.html b/templates/French-statement.html
index 015a8de5..cb29b1f2 100755
--- a/templates/French-statement.html
+++ b/templates/French-statement.html
@@ -4,7 +4,7 @@
<head>
-<title>Extrait de compte pour <%name%></title>
+<title>Extrait de compte pour <?lsmb name ?></title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-15">
</head>
@@ -12,23 +12,23 @@
<body bgcolor=ffffff>
-<table width=100%>
+<table width=100 ?>
<tr>
<td width=10>&nbsp;</td>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr>
<td>
<h4>
- <%company%>
- <br><%address%>
+ <?lsmb company ?>
+ <br><?lsmb address ?>
</h4>
</td>
<th></th>
<td align=right>
<h4>
- Tél&nbsp;: <%tel%>
- <br>Fax&nbsp;: <%fax%>
+ Tél&nbsp;: <?lsmb tel ?>
+ <br>Fax&nbsp;: <?lsmb fax ?>
</h4>
</td>
</tr>
@@ -36,7 +36,7 @@
<th colspan=3><h4>E X T R A I T&nbsp;&nbsp;D E&nbsp;&nbsp;C O M P T E</h4></th>
</tr>
<tr>
- <td colspan=3 align=right><%statementdate%></td>
+ <td colspan=3 align=right><?lsmb statementdate ?></td>
</tr>
</table>
</td>
@@ -44,27 +44,27 @@
<tr>
<td>&nbsp;</td>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr valign=top>
- <td><%name%>
- <br><%address1%>
- <%if address2%>
-<br><%address2%>
-<%end address2%>
- <br><%city%> <%state%> <%zipcode%>
- <%if country%>
-<%country%>
-<%end country%>
+ <td><?lsmb name ?>
+ <br><?lsmb address1 ?>
+ <?lsmb if address2 ?>
+<br><?lsmb address2 ?>
+<?lsmb end address2 ?>
+ <br><?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?>
+ <?lsmb if country ?>
+<?lsmb country ?>
+<?lsmb end country ?>
<br>
-<%if customerphone%>
- <br>Tél&nbsp;: <%customerphone%>
-<%end customerphone%>
-<%if customerfax%>
- <br>Fax&nbsp;: <%customerfax%>
-<%end customerfax%>
-<%if email%>
- <br><%email%>
-<%end email%>
+<?lsmb if customerphone ?>
+ <br>Tél&nbsp;: <?lsmb customerphone ?>
+<?lsmb end customerphone ?>
+<?lsmb if customerfax ?>
+ <br>Fax&nbsp;: <?lsmb customerfax ?>
+<?lsmb end customerfax ?>
+<?lsmb if email ?>
+ <br><?lsmb email ?>
+<?lsmb end email ?>
</td>
</tr>
</table>
@@ -74,27 +74,27 @@
<tr>
<td>&nbsp;</td>
<td>
- <table width=100%>
+ <table width=100 ?>
<tr>
<th align=left>Facture n°</th>
- <th width=15%>Date</th>
- <th width=15%>Echeance</th>
- <th width=10%>Actuel</th>
- <th width=10%>30</th>
- <th width=10%>60</th>
- <th width=10%>90+</th>
+ <th width=15 ?>Date</th>
+ <th width=15 ?>Echeance</th>
+ <th width=10 ?>Actuel</th>
+ <th width=10 ?>30</th>
+ <th width=10 ?>60</th>
+ <th width=10 ?>90+</th>
</tr>
-<%foreach invnumber%>
+<?lsmb foreach invnumber ?>
<tr>
- <td><%invnumber%></td>
- <td><%invdate%></td>
- <td><%duedate%></td>
- <td align=right><%c0%></td>
- <td align=right><%c30%></td>
- <td align=right><%c60%></td>
- <td align=right><%c90%></td>
+ <td><?lsmb invnumber ?></td>
+ <td><?lsmb invdate ?></td>
+ <td><?lsmb duedate ?></td>
+ <td align=right><?lsmb c0 ?></td>
+ <td align=right><?lsmb c30 ?></td>
+ <td align=right><?lsmb c60 ?></td>
+ <td align=right><?lsmb c90 ?></td>
</tr>
-<%end invnumber%>
+<?lsmb end invnumber ?>
<tr>
<td colspan=7><hr size=1></td>
</tr>
@@ -102,10 +102,10 @@
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
- <th align=right><%c0total%></td>
- <th align=right><%c30total%></td>
- <th align=right><%c60total%></td>
- <th align=right><%c90total%></td>
+ <th align=right><?lsmb c0total ?></td>
+ <th align=right><?lsmb c30total ?></td>
+ <th align=right><?lsmb c60total ?></td>
+ <th align=right><?lsmb c90total ?></td>
</tr>
</table>
</td>
@@ -114,10 +114,10 @@
<tr>
<td>&nbsp;</td>
<td align=right>
- <table width=50%>
+ <table width=50 ?>
<tr>
<th>Solde impayé</th>
- <th align=right><%total%></th>
+ <th align=right><?lsmb total ?></th>
</tr>
</table>
</td>
@@ -128,7 +128,7 @@
</tr>
<tr>
<td>&nbsp;</td>
- <td>Tout paiement au nom de <b><%company%></b>
+ <td>Tout paiement au nom de <b><?lsmb company ?></b>
</td>
</tr>
<tr height=20></tr>