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:11:56 +0100 |
commit | c89d5ee9922cafa39f50b65080995bc51dda0536 (patch) | |
tree | ec92549b6fea41ffefca8bf99de268e1a1266753 /templates/spiff-en/letterhead.html | |
parent | 3e8b794284b716e46d5ed59f5ae4425e8b764351 (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> + |