blob: 44babbbe607f57eda9df68a9d491213435eceeb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
SUBJECT: Hey $nick$, Welcome to dump.fm!
<html>
<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>
</html>
|