| 1 |
|
<html> |
| 2 |
|
<head> |
| 3 |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 4 |
|
<style type="text/css" media="screen"> |
| 5 |
|
body, table.htmlmail-background { |
| 6 |
|
background-color: #162f45; |
| 7 |
|
} |
| 8 |
|
|
| 9 |
|
a { |
| 10 |
|
color:#386690 |
| 11 |
|
} |
| 12 |
|
|
| 13 |
|
h1, h2, h3, h4, h5, h6 { |
| 14 |
|
color:#f4793a; |
| 15 |
|
} |
| 16 |
|
|
| 17 |
|
table.htmlmail-main { |
| 18 |
|
background-color: #ffffff; |
| 19 |
|
} |
| 20 |
|
|
| 21 |
|
td.htmlmail-header { |
| 22 |
|
background-color:#5f707f; |
| 23 |
|
font-family:Arial, Helvetica, sans-serif; |
| 24 |
|
color: #ffffff; |
| 25 |
|
font-size: 14px; |
| 26 |
|
padding: 10px 20px 10px 20px; |
| 27 |
|
} |
| 28 |
|
|
| 29 |
|
td.htmlmail-header a, |
| 30 |
|
td.htmlmail-footer a { |
| 31 |
|
color: #aebac5; |
| 32 |
|
} |
| 33 |
|
|
| 34 |
|
td.htmlmail-body { |
| 35 |
|
font-family:Arial, Helvetica, sans-serif; |
| 36 |
|
font-size: 12px; |
| 37 |
|
padding: 10px 20px 10px 20px; |
| 38 |
|
background-color: #ffffff; |
| 39 |
|
} |
| 40 |
|
|
| 41 |
|
td.htmlmail-footer { |
| 42 |
|
font-family:Arial, Helvetica, sans-serif; |
| 43 |
|
font-size: 11px; |
| 44 |
|
color: #ffffff; |
| 45 |
|
line-height: 16px; |
| 46 |
|
padding: 10px 20px 10px 20px; |
| 47 |
|
background-color: #5f707f; |
| 48 |
|
vertical-align: middle; |
| 49 |
|
} |
| 50 |
|
<?php print $css; ?> |
| 51 |
|
</style> |
| 52 |
|
</head> |
| 53 |
|
|
| 54 |
|
<body> |
| 55 |
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="htmlmail-background"> |
| 56 |
|
<tr> |
| 57 |
|
<td align="center"> |
| 58 |
|
<table width="600" border="0" cellspacing="0" cellpadding="0" class="htmlmail-main"> |
| 59 |
|
<tr> |
| 60 |
|
<td valign="top" align="left"> |
| 61 |
|
<img src="<?php print $path; ?>/htmlmail_images/htmlmail-header.png" height="76px" width="600px"> |
| 62 |
|
</td> |
| 63 |
|
</tr> |
| 64 |
|
<?php if ($header): ?> |
| 65 |
|
<tr> |
| 66 |
|
<td valign="top" align="left" class="htmlmail-header"> |
| 67 |
|
<?php print $header; ?> |
| 68 |
|
</td> |
| 69 |
|
</tr> |
| 70 |
|
<?php endif; ?> |
| 71 |
|
|
| 72 |
|
<tr> |
| 73 |
|
<td valign="top" align="left" class="htmlmail-body"> |
| 74 |
|
<?php print $body; ?> |
| 75 |
|
|
| 76 |
|
</td> |
| 77 |
|
</tr> |
| 78 |
|
|
| 79 |
|
<tr> |
| 80 |
|
<td valign="middle" align="left" class="htmlmail-footer"> |
| 81 |
|
<?php print $footer; ?> |
| 82 |
|
</td> |
| 83 |
|
</tr> |
| 84 |
|
</table> |
| 85 |
|
</td> |
| 86 |
|
</tr> |
| 87 |
|
</table> |
| 88 |
|
</body> |
| 89 |
|
</html> |