-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtms-email.html
421 lines (387 loc) · 20.3 KB
/
htms-email.html
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<style>
body, li {
background-color: #FFFFFF;
/* font-size: 12px; */
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
line-height:15pt;
}
a {
text-decoration: none;
color: #0099FF;
}
#emailGreeting {
margin-bottom: 10px;
}
.thumbnail table {
width: 100%;
}
.thumbnail img {
width:100px;
height:75px;
}
#thumbnailContainer {
background-color: #ECECEC;
border: solid 1px #686868;
padding: 10px;
width: 550px;
text-align: center;
}
#thumbnailContainer td {
vertical-align: top;
}
.itemTitle {
color: #686868;
font-size: 10px;
font-weight: bold;
}
.itemStatistics {
color: #2C2C2C;
font-size: 10px;
font-weight: bold;
}
.itemDescription {
color: #686868;
font-size: 10px;
width: 150px;
}
.discussionDescription {
color: #686868;
font-size: 10px;
width: 100%;
}
.cgpicture {
border: 1px solid #CCCCCC;
padding: 3px;
}
.iconCell {
width:16px;
}
.hot {
font-weight: bold;
color: #FF0000;
font-style: italic;
}
.sectionHeader {
color:#E26200;
font-family:Arial,Helvetica,sans-serif;
font-size:11pt;
margin-left:15px;
margin-top:2px;
text-align:center;
}
.smallSectionHeader {
color:#E26200;
font-family:Arial,Helvetica,sans-serif;
font-size:8pt;
margin-top:20px;
margin-bottom: 10px;
}
.carIQLinksSection {
border: solid 1px #686868;
padding: 3px;
width: 100px;
}
.carIQLinksSection a {
font-family:Arial,Helvetica,sans-serif;
font-size:8pt;
}
.emailHeader {
color:#E26200;
font-family:Arial,Helvetica,sans-serif;
font-size:20pt;
font-weight:bold;
margin-left:200px;
margin-top:2px;
}
#header {
margin-bottom: 20px;
}
.date {
font-size: 8pt;
}
.autoClubStats {
font-size:8pt;
color: #686868;
font-style: italic;
}
#aboutCarGurus {
font-size: 8pt;
color: #D2D2D2;
height:100%;
vertical-align:bottom;
line-height: 10pt;
margin-top: 20px;
}
#aboutCarGurus a {
color: #D2D2D2;
}
#brandTitle {
font-family:Arial,Helvetica,san-serif;
font-size:22px;
font-weight:bold;
color: #3B5998;
}
#brandSubTitle {
font-family:Arial,Helvetica,san-serif;
font-size:10px;
}
</style>
<body>
<div id="header">
<table>
<tr>
<td>
<div id="brandTitle">Car IQ</div> <!-- width:85px;height:15px; -->
<div id="brandSubtitle"> by <img align="middle" style="width:56px;height:10px;" src="http://www.cargurus.com/gfx/logos/car_iq_cargurus_logo.gif?v2"/></div>
</td>
<td style="vertical-align:middle;"><div class="emailHeader">Auto Clubs Weekly Digest</div></td>
</tr>
</table>
</div>
<!--
<div id="emailGreeting">Kyle,</div>
<div>
For this week, this is what has been <span class="hot">hot</span> in your auto clubs:
</div>
-->
<table>
<tr>
<!-- left column -->
<td style="width:120px;height:100%;vertical-align:top;">
<div class="date">February 2nd, 2009</div>
<div class="smallSectionHeader">Car IQ Destinations</div>
<div class="carIQLinksSection">
<table>
<tr>
<td><img style="width:9px;height:9px;" src="http://www.cargurus.com/gfx/bullet.jpg"/></td>
<td><a href="http://apps.facebook.com/cgchallenge/new/play.action">Play Car IQ</a></td>
</tr>
<tr>
<td><img style="width:9px;height:9px;" src="http://www.cargurus.com/gfx/bullet.jpg"/></td>
<td><a href="http://apps.facebook.com/cgchallenge/myCars.action">Your Garage</a></td>
</tr>
<tr>
<td><img style="width:9px;height:9px;" src="http://www.cargurus.com/gfx/bullet.jpg"/></td>
<td><a href="http://apps.facebook.com/cgchallenge/autoclub/viewAutoClubHome.action">Auto Clubs</a></td>
</tr>
<tr>
<td><img style="width:9px;height:9px;" src="http://www.cargurus.com/gfx/bullet.jpg"/></td>
<td><a href="http://apps.facebook.com/cgchallenge/local/findMechanic.action">Repairs</a></td>
</tr>
<tr>
<td><img style="width:9px;height:9px;" src="http://www.cargurus.com/gfx/bullet.jpg"/></td>
<td><a href="http://apps.facebook.com/cgchallenge/settingsPROFILE.action">Settings</a></td>
</tr>
</table>
</div>
<div class="smallSectionHeader">More Actions...</div>
<div class="carIQLinksSection">
<table>
<tr>
<td><img style="width:9px;height:9px;" src="http://www.cargurus.com/gfx/bullet.jpg"/></td>
<td><a href="http://apps.facebook.com/cgchallenge/settingsCOMMUNICATION.action">Change Settings</a></td>
</tr>
<tr>
<td><img style="width:9px;height:9px;" src="http://www.cargurus.com/gfx/bullet.jpg"/></td>
<td><a href="http://apps.facebook.com/cgchallenge/autoclub/viewAutoClubBulkJoin.action">Join More Clubs</a></td>
</tr>
</table>
</div>
</td>
<!-- right column -->
<td style="width:500px;border-left: solid 1px #CCCCCC;">
<div class="sectionHeader">Hottest Activity in Your Auto Clubs</div>
<div style="padding:20px;">
<div id="thumbnailContainer">
<table border="0" style="width:100%;">
<tbody>
<tr>
<td>
<!-- picture -->
<div class="thumbnail">
<table border="0">
<tbody>
<tr>
<td colspan="2">
<table>
<tr>
<td class="iconCell">
<img style="height:16px; width:16px;" src="http://www.cargurus.com/gfx/mini/picture_add.gif"/>
</td>
<td>
<div class="itemTitle">
2006 Ford Mustang RX
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div class="cgpicture">
<img title="Click here to view!" src="http://www.cargurus.com/images/2008/09/24/17/12/pic-25641.jpeg"/>
</div>
</td>
<td>
<div class="itemStatistics">
10 comments
</div>
<div class="itemDescription" title="This is a relatively modest description that will be truncated to a specific number of characters. The hover will have the fuller text. This should be ok!">
This is a relatively modest description that will be truncated to a specific number of characters. The hover will ...
</div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
<td>
<!-- video -->
<div class="thumbnail">
<table border="0">
<tbody>
<tr>
<td colspan="2">
<table>
<tr>
<td class="iconCell">
<img style="height:16px; width:16px;" src="http://www.cargurus.com/gfx/mini/film_add.gif"/>
</td>
<td>
<div class="itemTitle">My Friend's Speed Racing</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div class="cgpicture">
<img title="Click here to view!" src="http://www.cargurus.com/images/2008/09/24/17/12/pic-25641.jpeg"/>
</div>
</td>
<td>
<div class="itemStatistics">
4 comments
</div>
<div class="itemDescription" title="This is a relatively modest description that will be truncated to a specific number of characters. The hover will have the fuller text. This should be ok!">
This is a relatively modest description that will be truncated to a specific number of characters. The hover will ...
</div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
<tr>
<td>
<!-- news item -->
<div class="thumbnail">
<table border="0">
<tbody>
<tr>
<td colspan="2">
<table>
<tr>
<td>
<img style="height:16px; width:16px;" src="http://www.cargurus.com/gfx/mini/newspaper.gif"/>
</td>
<td>
<div class="itemTitle">Ford unveils the newest addition to the Ford family</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div class="cgpicture">
<img title="Click here to view!" src="http://www.cargurus.com/images/2008/09/24/17/12/pic-25641.jpeg"/>
</div>
</td>
<td>
<div class="itemStatistics">
10 comments
</div>
<div class="itemDescription" title="This is a relatively modest description that will be truncated to a specific number of characters. The hover will have the fuller text. This should be ok!">
This is a relatively modest description that will be truncated to a specific number of characters. The hover will ...
</div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
<td>
<!-- discussion -->
<div class="thumbnail">
<table border="0">
<tbody>
<tr>
<td>
<table>
<tr>
<td>
<img style="width:16px;height:16px;" src="http://www.cargurus.com/gfx/mini/comments.gif" />
</td>
<td>
<div class="itemTitle">
What is the average torque for a '65 Mustang that does not have a drive shaft?
</div>
</td>
</tr>
</table>
<div class="itemStatistics">
4 comments
</div>
</td>
</tr>
<tr>
<td>
<div class="discussionDescription" title="This is a relatively modest description that will be truncated to a specific number of characters. The hover will have the fuller text. This should be ok!">
This is a relatively modest description that will be truncated to a specific number of characters. This is additional text that is part of the description and keeps on going on and on and on and on and on and on and on and on and on and on and on and on and on and on ...
</div>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="sectionHeader">Your Current Auto Clubs</div>
<div>
<ul>
<li><a href="#">Ford Mustang</a> - <span class="autoClubStats">15000 members, 7 pictures, 10 videos</span></li>
<li><a href="#">Alfa Romeo</a> - <span class="autoClubStats">15000 members, 7 pictures, 10 videos</span></li>
<li><a href="#">Toyota Camry</a> - <span class="autoClubStats">15000 members, 7 pictures, 10 videos</span></li>
<li><a href="#">Chevrolet Corvette</a> - <span class="autoClubStats">15000 members, 7 pictures, 10 videos</span></li>
</ul>
</div>
</td> <!-- right column -->
</tr>
</table>
<div id="aboutCarGurus">
<div><a href="http://www.cargurus.com/Cars/enterFeedback.action?feedbackType=GENERAL">Contact Us</a> - <a href="http://www.cargurus.com/Cars/privacyPolicy.html">Privacy Policy</a></div>
<div>Copyright © 2006-2009 CarGurus ® LLC</div>
<div>All Rights Reserved.</div>
</div>
</body>
</html>