diff options
Diffstat (limited to 'template/mail/html.st')
| -rw-r--r-- | template/mail/html.st | 146 |
1 files changed, 124 insertions, 22 deletions
diff --git a/template/mail/html.st b/template/mail/html.st index 33d4c1e..44babbb 100644 --- a/template/mail/html.st +++ b/template/mail/html.st @@ -1,27 +1,129 @@ SUBJECT: Hey $nick$, Welcome to dump.fm! <html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> -</head> -<body style="font-family: Helvetica,Arial,Sans-Serif; font-size: -36px;" leftmargin="0" topmargin="0" link="#6996b2" vlink="#6996b2" -alink="#6996b2" bgcolor="#eef2ff" marginheight="0" marginwidth="0" -text="#ffffff"> -<center> - <p> </p> - <table width="625" height="359" border="50" bordercolor="#0072f9"> - <tr> - <td width="517" height="53" background="http://dump.fm/static/img/dblue2.png" bgcolor="#0072f9"><font size="+7"><center><strong>dump.fm</strong></center></font></td> - </tr> - <tr> - <td><img src="http://dump.fm/static/mail/welcome.gif" /><img src="http://dump.fm/static/mail/welcome3.gif" /><img src="http://dump.fm/static/mail/welcome.gif" /> </td> - </tr> - <tr> - <td><font color="#666666"><center>Welcome to dump.fm $nick$!</center></font></td> - </tr> - </table> -</center> +<table width="100%" cellspacing="10" cellpadding="0"> + <tr> + <td align="center" valign="top"> + + <table width="580" border="0" cellspacing="0" cellpadding="0" class="main"> + <tr> + <td align="center" class="permission"> + <p>You're receiving this newsletter because you bought widgets from us.</p> + <p>Having trouble reading this email? <webversion>View it on your browser</webversion>. Not interested anymore? <unsubscribe>Unsubscribe Instantly</unsubscribe>.</p> + </td> + </tr> + <tr> + <td height="90" valign="bottom" align="left" class="header"> + <img src="header.gif" width="580" height="90" alt="ABC Widgets" /> + </td> + </tr> + <tr> + <td align="center"> + + <table width="550" cellspacing="0" cellpadding="0"> + <tr> + <td width="192"></td> + <td></td> + <td class="date"><p><$currentdayname$> <$currentday$> <$currentmonthname$></p></td> + </tr> + <tr align="left" rowspan="3" valign="top"> + + <td width="192" valign="top" class="sidebar" align="left"> + + <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#eeeeee"> + <tr> + <td bgcolor="#000000" class="sideHeader"> + <h3>In this issue</h3> + </td> + </tr> + <tr> + <td> + <ul> + <tableofcontents> + <li><$repeatertitle$></li> + </tableofcontents> + </ul> + </td> + </tr> + </table> + + <img src="smallspacer.gif" width="192" height="25" /> + + <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000"> + <tr> + <td class="sideTitle"> + <h3>In other news</h3> + </td> + </tr> + </table> + + <repeater> + <h4><$title link='true' default='Enter your title'$></h4> + <$description default='<p>Enter your description</p>'$> + <img src="smallhr.gif" width="190" height="19" /> + </repeater> + + <img src="smallspacer.gif" width="192" height="25" /> + + <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000"> + <tr> + <td class="sideTitle"> + <h3>Forward to a friend</h3> + </td> + </tr> + </table> + <p>Know someone who might be interested in the email? Why not <forwardtoafriend>forward this email</forwardtoafriend> to them.</p> + + <img src="smallhr.gif" width="190" height="19" /> + + <img src="smallspacer.gif" width="192" height="25" /> + + <table width="100%" cellspacing="0" cellpadding="4" bgcolor="#000000"> + <tr> + <td class="sideTitle"> + <h3>Unsubscribe</h3> + </td> + </tr> + </table> + <p>Don't want to receive these emails any more. Please <unsubscribe>unsubscribe instantly</unsubscribe>.</p> + + <img src="smallhr.gif" width="190" height="19" /> + </td> + + <td width="28"></td> + + <td width="330" valign="top" class="mainbar" align="left"> + + <repeater toc='true'> + <table cellspacing="0" cellpadding="4" bgcolor="#000000"> + <tr> + <td> + <h2><$title link='true' default='Enter your title'$></h2> + </td> + </tr> + </table> + <p><img src="<$imagesrc link='true'$>" alt="Alt" width="329" height="164" /></p> + <$description default='<p>Enter your description</p>'$> + <img src="hr.gif" width="329" height="27" /> + </repeater> + + </td> + </tr> + </table> + + </td> + </tr> + <tr> + <td align="center" class="footer"> + <p>abcWidgets and the abcWidgets Logo are registered trademarks of <span style="font-weight: bold;">abcWidgets Corp</span>.</p> + <p>ABCWidgets Corp — 123 Some Street, City, ST 99999. Ph +1 4 1477 89 745</p> + </td> + </tr> + </table> + + </td> + </tr> +</table> + -</body> </html> |
