diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-12-02 17:04:49 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-12-02 17:49:18 +0100 |
commit | 3673c917e5634db7838b93ac308419ca89b9d709 (patch) | |
tree | f68b7eaf12c4c5ffc2c4ec0c900aa239d9d7230d /templates/spiff-en/letterhead.html | |
parent | 534811efaeead497f00cc976861af8512a7e6859 (diff) |
Add custom templates.
Diffstat (limited to 'templates/spiff-en/letterhead.html')
-rw-r--r-- | templates/spiff-en/letterhead.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/templates/spiff-en/letterhead.html b/templates/spiff-en/letterhead.html new file mode 100644 index 00000000..c8bc20db --- /dev/null +++ b/templates/spiff-en/letterhead.html @@ -0,0 +1,32 @@ + <tr> + <td width=10> </td> + + <td> + <table width="100%"> + <tr> + <td> + <h4> + <?lsmb company ?><br> + <?lsmb address ?> + </h4> + </td> + + <th><img src=<?lsmb templates ?>/logo.png border=0 width=84 height=58></th> + + <td align=right> + <h4> + Tel: <?lsmb tel ?><br> + Fax: <?lsmb fax ?> + </h4> + </td> + </tr> + + <tr> + <td colspan=3> + <hr noshade> + </td> + </tr> + </table> + </td> + </tr> + |