| 1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?> |
| 2 |
<!doctype html> |
| 3 |
<html <?php language_attributes(); ?>> |
| 4 |
<head> |
| 5 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 6 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 |
<meta name="viewport" content="width=device-width"> |
| 8 |
<style type="text/css"> |
| 9 |
body { |
| 10 |
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; |
| 11 |
} |
| 12 |
p { |
| 13 |
-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #444; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-weight: normal; padding: 0; mso-line-height-rule: exactly; line-height: 140%; font-size: 16px; margin: 0 0 15px 0; |
| 14 |
} |
| 15 |
.conf_section { |
| 16 |
margin-bottom: 15px; |
| 17 |
} |
| 18 |
ul li { |
| 19 |
font-size: 16px; |
| 20 |
} |
| 21 |
h5 { |
| 22 |
font-size: 18px; |
| 23 |
font-weight: bold; |
| 24 |
margin: 0 0 7px; |
| 25 |
} |
| 26 |
@media only screen and (max-width: 599px) {table.body .container {width: 95% !important;}.header {padding: 15px 15px 12px 15px !important;}.header img {width: 200px !important;height: auto !important;}.content, .aside {padding: 30px 40px 20px 40px !important;}} |
| 27 |
</style> |
| 28 |
</head> |
| 29 |
<body> |
| 30 |
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%" class="body"> |
| 31 |
<tr style="padding: 0; vertical-align: top; text-align: left;"> |
| 32 |
<td align="center" valign="top" class="body-inner"> |
| 33 |
<!-- Container --> |
| 34 |
<table border="0" cellpadding="0" cellspacing="0" class="container" style="border-collapse: collapse; border-spacing: 0; padding: 0; vertical-align: top; mso-table-lspace: 0pt; mso-table-rspace: 0pt; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; width: 100%; margin: 0 auto 30px auto; margin: 0 auto; text-align: inherit;"> |
| 35 |
<!-- Content --> |
| 36 |
<tr style="padding: 0; vertical-align: top; text-align: left;"> |
| 37 |
<td align="left" valign="top" class="content"> |
| 38 |
<div class="success"> |
| 39 |
<?php echo wp_kses_post($email_body); ?> |
| 40 |
</div> |
| 41 |
</td> |
| 42 |
</tr> |
| 43 |
</table> |
| 44 |
</td> |
| 45 |
</tr> |
| 46 |
</table> |
| 47 |
</body> |
| 48 |
</html> |
| 49 |
|