diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-24 17:44:51 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-24 17:44:51 +0000 |
commit | eedad02e621755aa269a6728364fa2ef07f6bca9 (patch) | |
tree | e56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Service-statement.html | |
parent | 1eb75f0d6e9074d96445c810267aebe415b1b2d7 (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/Service-statement.html')
-rwxr-xr-x | templates/Service-statement.html | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/templates/Service-statement.html b/templates/Service-statement.html index d40979c6..1c0eb8b9 100755 --- a/templates/Service-statement.html +++ b/templates/Service-statement.html @@ -1,23 +1,23 @@ <body bgcolor=ffffff> -<table width=100%> +<table width=100 ?> <tr> <td width=10> </td> <td> - <table width=100%> + <table width=100 ?> <tr> <td> <h4> - <%company%> - <br><%address%> + <?lsmb company ?> + <br><?lsmb address ?> </h4> </td> <th><img src=http://www.ledger-smb.org/images/ledger-smb.png border=0 width=80 height=58></th> <td align=right> <h4> - Tel: <%tel%> - <br>Fax: <%fax%> + Tel: <?lsmb tel ?> + <br>Fax: <?lsmb fax ?> </h4> </td> </tr> @@ -25,7 +25,7 @@ <th colspan=3><h4>S T A T E M E N T</h4></th> </tr> <tr> - <td colspan=3 align=right><%statementdate%></td> + <td colspan=3 align=right><?lsmb statementdate ?></td> </tr> </table> </td> @@ -33,27 +33,27 @@ <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%> <%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 state ?> <?lsmb zipcode ?> + <?lsmb if country ?> + <br><?lsmb country ?> + <?lsmb end country ?> <br> - <%if customerphone%> - <br>Tel: <%customerphone%> - <%end customerphone%> - <%if customerfax%> - <br>Fax: <%customerfax%> - <%end customerfax%> - <%if email%> - <br><%email%> - <%end email%> + <?lsmb if customerphone ?> + <br>Tel: <?lsmb customerphone ?> + <?lsmb end customerphone ?> + <?lsmb if customerfax ?> + <br>Fax: <?lsmb customerfax ?> + <?lsmb end customerfax ?> + <?lsmb if email ?> + <br><?lsmb email ?> + <?lsmb end email ?> </td> </tr> </table> @@ -63,31 +63,31 @@ <tr> <td> </td> <td> - <table width=100%> + <table width=100 ?> <tr> <th align=left>Invoice #</th> <th align=left>Order #</th> <!-- <th align=left>Notes</th> --> - <th width=10%>Date</th> - <th width=10%>Due</th> - <th width=10%>Current</th> - <th width=10%>30</th> - <th width=10%>60</th> - <th width=10%>90+</th> + <th width=10 ?>Date</th> + <th width=10 ?>Due</th> + <th width=10 ?>Current</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><%notes%></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 notes ?></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> </tr> @@ -96,10 +96,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 @@ <tr> <td> </td> <td align=right> - <table width=50%> + <table width=50 ?> <tr> <th>Total Outstanding</th> - <th align=right><%total%></th> + <th align=right><?lsmb total ?></th> </tr> </table> </td> @@ -122,7 +122,7 @@ </tr> <tr> <td> </td> - <td>Please make check payable to <b><%company%></b>. + <td>Please make check payable to <b><?lsmb company ?></b>. </td> </tr> <tr height=20></tr> |