diff options
Diffstat (limited to 'templates/Estonian_UTF8-statement.html')
-rwxr-xr-x | templates/Estonian_UTF8-statement.html | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/templates/Estonian_UTF8-statement.html b/templates/Estonian_UTF8-statement.html index 8ee77c9a..d687f64a 100755 --- a/templates/Estonian_UTF8-statement.html +++ b/templates/Estonian_UTF8-statement.html @@ -1,9 +1,9 @@ <body bgcolor=ffffff> -<table width=100%> +<table width=100 ?> - <%include letterhead.html%> + <?lsmb include letterhead.html ?> <tr> <td width=10> </td> @@ -15,38 +15,38 @@ <tr> <td> </td> - <td colspan=3 align=right><%statementdate%></td> + <td colspan=3 align=right><?lsmb statementdate ?></td> </tr> <tr> <td> </td> <td> - <table width=100%> + <table width=100 ?> <tr valign=top> - <td><%name%> - <br><%address1%> - <%if address2%> - <br><%address2%> - <%end address2%> - <br><%city%> - <%if state%> - , <%state%> - <%end state%> - <%zipcode%> - <%if country%> - <br><%country%> - <%end country%> + <td><?lsmb name ?> + <br><?lsmb address1 ?> + <?lsmb if address2 ?> + <br><?lsmb address2 ?> + <?lsmb end address2 ?> + <br><?lsmb city ?> + <?lsmb if state ?> + , <?lsmb state ?> + <?lsmb end state ?> + <?lsmb zipcode ?> + <?lsmb if country ?> + <br><?lsmb country ?> + <?lsmb end country ?> <br> - <%if customerphone%> - <br>Tel: <%customerphone%> - <%end customerphone%> - <%if customerfax%> - <br>Faks: <%customerfax%> - <%end customerfax%> - <%if email%> - <br><%email%> - <%end email%> + <?lsmb if customerphone ?> + <br>Tel: <?lsmb customerphone ?> + <?lsmb end customerphone ?> + <?lsmb if customerfax ?> + <br>Faks: <?lsmb customerfax ?> + <?lsmb end customerfax ?> + <?lsmb if email ?> + <br><?lsmb email ?> + <?lsmb end email ?> </td> </tr> </table> @@ -59,30 +59,30 @@ <td> </td> <td> - <table width=100%> + <table width=100 ?> <tr> <th align=left>Arve NR. #</th> <th align=left>Tellimus NR.#</th> - <th width=10%>Kuupäev</th> - <th width=10%>Võlg</th> - <th width=10%>Hetkeseis</th> - <th width=10%>30</th> - <th width=10%>60</th> - <th width=10%>90</th> + <th width=10 ?>Kuupäev</th> + <th width=10 ?>Võlg</th> + <th width=10 ?>Hetkeseis</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><%ordnumber%></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 ordnumber ?></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=8><hr size=1></td> @@ -93,10 +93,10 @@ <td> </td> <td> </td> <td> </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> @@ -108,10 +108,10 @@ <td> </td> <td align=right> - <table width=50%> + <table width=50 ?> <tr> <th>Kokku Laekumata</th> - <th align=right><%total%></th> + <th align=right><?lsmb total ?></th> </tr> </table> </td> @@ -125,8 +125,8 @@ <tr> <td> </td> - <td>Kõik summad toodud <b><%currency%></b> vääringus. - <br>Palume tasuda <b><%company%></b>. + <td>Kõik summad toodud <b><?lsmb currency ?></b> vääringus. + <br>Palume tasuda <b><?lsmb company ?></b>. </td> </tr> |