congratulatoryMssEmail.html
4 months ago
congratulatoryMssEmail.txt
4 months ago
index.php
3 years ago
newSubscriberNotification.html
4 months ago
newSubscriberNotification.txt
4 months ago
statsNotification.html
3 months ago
statsNotification.txt
3 months ago
statsNotificationAutomatedEmails.html
3 months ago
statsNotificationAutomatedEmails.txt
3 months ago
statsNotificationAutomatedEmailsGarden.html
3 months ago
statsNotificationGarden.html
3 months ago
statsNotificationLayout.html
3 months ago
statsNotificationLayout.txt
3 months ago
subscriberLimitThresholdNotification.html
2 months ago
subscriberLimitThresholdNotification.txt
2 months ago
statsNotificationAutomatedEmails.html
289 lines
| 1 | <% extends 'emails/statsNotificationLayout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | <% if is_garden() %> |
| 5 | <%- include 'emails/statsNotificationAutomatedEmailsGarden.html' -%> |
| 6 | <% else %> |
| 7 | <tr> |
| 8 | <td class="mailpoet_content" align="center" style="border-collapse:collapse"> |
| 9 | <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;border-collapse:collapse"> |
| 10 | <tbody> |
| 11 | <tr> |
| 12 | <td style="padding-left:0;padding-right:0;border-collapse:collapse"> |
| 13 | <table width="100%" border="0" cellpadding="0" cellspacing="0" class="mailpoet_cols-one" style="border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;table-layout:fixed;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0;border-collapse:collapse"> |
| 14 | <tbody> |
| 15 | <tr> |
| 16 | <td class="mailpoet_spacer" height="36" valign="top" style="border-collapse:collapse"></td> |
| 17 | </tr> |
| 18 | <% if not is_garden() %> |
| 19 | <tr> |
| 20 | <td class="mailpoet_image mailpoet_padded_vertical mailpoet_padded_side" align="center" valign="top" style="border-collapse:collapse;padding-bottom:20px;padding-left:20px;padding-right:20px"> |
| 21 | <img src="<%= cdn_url('logo-orange-400x122.png') %>" width="80" alt="new_logo_orange" style="height:auto;max-width:100%;-ms-interpolation-mode:bicubic;border:0;display:block;outline:none;text-align:center" /> |
| 22 | </td> |
| 23 | </tr> |
| 24 | <% endif %> |
| 25 | <tr> |
| 26 | <td class="mailpoet_spacer" height="26" valign="top" style="border-collapse:collapse"></td> |
| 27 | </tr> |
| 28 | <tr> |
| 29 | <td class="mailpoet_text mailpoet_padded_vertical mailpoet_padded_side" valign="top" style="word-break:break-word;word-wrap:break-word;padding-top:0;border-collapse:collapse;padding-bottom:20px;padding-left:20px;padding-right:20px"> |
| 30 | <h1 style="text-align:center;padding:0;font-style:normal;font-weight:normal;margin:0 0 12px;color:#111111;font-family:'Trebuchet MS','Lucida Grande','Lucida Sans Unicode','Lucida Sans',Tahoma,sans-serif;font-size:40px;line-height:64px"> |
| 31 | <strong><%= __('Your monthly stats are in!') %></strong> |
| 32 | </h1> |
| 33 | </td> |
| 34 | </tr> |
| 35 | <tr> |
| 36 | <td class="mailpoet_spacer" height="55" valign="top" style="border-collapse:collapse"></td> |
| 37 | </tr> |
| 38 | </tbody> |
| 39 | </table> |
| 40 | </td> |
| 41 | </tr> |
| 42 | </tbody> |
| 43 | </table> |
| 44 | </td> |
| 45 | </tr> |
| 46 | |
| 47 | <% for newsletter in newsletters %> |
| 48 | <tr> |
| 49 | <td class="mailpoet_content" align="center" style="border-collapse:collapse"> |
| 50 | <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0"> |
| 51 | <tbody> |
| 52 | <tr> |
| 53 | <td style="border-collapse:collapse;padding-left:0;padding-right:0"> |
| 54 | <table width="100%" border="0" cellpadding="0" cellspacing="0" class="mailpoet_cols-one" style="border-collapse:collapse;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;table-layout:fixed;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0"> |
| 55 | <tbody> |
| 56 | <tr> |
| 57 | <td class="mailpoet_divider" valign="top" style="border-collapse:collapse;padding:29.5px 20px 29.5px 20px"> |
| 58 | <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0"> |
| 59 | <tr> |
| 60 | <td class="mailpoet_divider-cell" style="border-collapse:collapse;border-top-width:1px;border-top-style:solid;border-top-color:#e8e8e8"> |
| 61 | </td> |
| 62 | </tr> |
| 63 | </table> |
| 64 | </td> |
| 65 | </tr> |
| 66 | <tr> |
| 67 | <td class="mailpoet_text mailpoet_padded_vertical mailpoet_padded_side" valign="top" style="border-collapse:collapse;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;word-break:break-word;word-wrap:break-word"> |
| 68 | <h2 class="title" style="margin:0 0 7.8px;color:#222222;font-family:lato,'helvetica neue',helvetica,arial,sans-serif;font-size:26px;line-height:31.2px;margin-bottom:0;text-align:center;padding:0;font-style:normal;font-weight:normal"> |
| 69 | <strong> |
| 70 | <a href="<%= newsletter.linkStats %>" style="color:#0074a2;text-decoration:underline"> |
| 71 | <%= newsletter.subject %> |
| 72 | </a> |
| 73 | </strong> |
| 74 | </h2> |
| 75 | </td> |
| 76 | </tr> |
| 77 | <tr> |
| 78 | <td class="mailpoet_spacer" height="28" valign="top" style="border-collapse:collapse"></td> |
| 79 | </tr> |
| 80 | </tbody> |
| 81 | </table> |
| 82 | </td> |
| 83 | </tr> |
| 84 | </tbody> |
| 85 | </table> |
| 86 | </td> |
| 87 | </tr> |
| 88 | |
| 89 | <tr> |
| 90 | <td class="mailpoet_content-cols-two" align="left" style="border-collapse:collapse"> |
| 91 | <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0"> |
| 92 | <tbody> |
| 93 | <tr> |
| 94 | <td align="center" style="border-collapse:collapse;font-size:0"> |
| 95 | <!--[if mso]> |
| 96 | <table border="0" width="100%" cellpadding="0" cellspacing="0"> |
| 97 | <tbody> |
| 98 | <tr> |
| 99 | <td width="330" valign="top"> |
| 100 | <![endif]--> |
| 101 | <div style="display:inline-block; max-width:330px; vertical-align:top; width:100%;"> |
| 102 | <table width="330" class="mailpoet_cols-two" border="0" cellpadding="0" cellspacing="0" align="left" style="border-collapse:collapse;width:100%;max-width:330px;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;table-layout:fixed;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0"> |
| 103 | <tbody> |
| 104 | <tr> |
| 105 | <td class="mailpoet_padded_vertical mailpoet_padded_side" valign="top" style="border-collapse:collapse;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px"> |
| 106 | <div> |
| 107 | <table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0"> |
| 108 | <tr> |
| 109 | <td class="mailpoet_button-container" style="border-collapse:collapse;text-align:center"> |
| 110 | <!--[if mso]> |
| 111 | <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" |
| 112 | href="<%= newsletter.linkStats %>" |
| 113 | style="height:20px; |
| 114 | width:50px; |
| 115 | v-text-anchor:middle;" |
| 116 | arcsize="15%" |
| 117 | strokeweight="0px" |
| 118 | strokecolor="#0074a2" |
| 119 | fillcolor="<%= stats_color(newsletter.clicked) %>"> |
| 120 | <w:anchorlock/> |
| 121 | <center style="color:#ffffff; font-family:Arial; font-size:10px; font-weight:bold;"> |
| 122 | <%= clicked_stats_text(newsletter.clicked) %> |
| 123 | </center> |
| 124 | </v:roundrect> |
| 125 | <![endif]--> |
| 126 | <a class="mailpoet_button" href="<%= newsletter.linkStats %>" style="color:#ffffff;text-decoration:none !important;display:inline-block;-webkit-text-size-adjust:none;mso-hide:all;text-align:center;background-color:<%= stats_color(newsletter.clicked) %>;border-color:#0074a2;border-width:0px;border-radius:3px;border-style:solid;width:80px;line-height:20px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-size:10px;font-weight:normal"> |
| 127 | <%= clicked_stats_text(newsletter.clicked) %> |
| 128 | </a> |
| 129 | </td> |
| 130 | </tr> |
| 131 | </table> |
| 132 | </div> |
| 133 | </td> |
| 134 | </tr> |
| 135 | <tr> |
| 136 | <td class="mailpoet_text mailpoet_padded_vertical mailpoet_padded_side" valign="top" style="border-collapse:collapse;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;word-break:break-word;word-wrap:break-word"> |
| 137 | <h3 style="margin:0 0 5.4px;color:#333333;font-family:'Courier New',Courier,'Lucida Sans Typewriter','Lucida Typewriter',monospace;font-size:18px;line-height:21.6px;margin-bottom:0;text-align:center;padding:0;font-style:normal;font-weight:normal"> |
| 138 | <span style="color: <%= stats_color(newsletter.clicked) %>;"> |
| 139 | <strong> |
| 140 | <span style="color: <%= stats_color(newsletter.clicked) %>;"><%= stats_number_format_i18n(newsletter.clicked) %>%</span> |
| 141 | </strong> |
| 142 | <span style="color: #000000;"> |
| 143 | <%= __('clicked') %> |
| 144 | </span> |
| 145 | </span> |
| 146 | </h3> |
| 147 | </td> |
| 148 | </tr> |
| 149 | </tbody> |
| 150 | </table> |
| 151 | </div> |
| 152 | <!--[if mso]> |
| 153 | </td> |
| 154 | </tr> |
| 155 | </tbody> |
| 156 | </table> |
| 157 | <![endif]--> |
| 158 | </td> |
| 159 | </tr> |
| 160 | </tbody> |
| 161 | </table> |
| 162 | </td> |
| 163 | </tr> |
| 164 | |
| 165 | <tr> |
| 166 | <td class="mailpoet_content-cols-two" align="left" style="border-collapse:collapse"> |
| 167 | <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0"> |
| 168 | <tbody> |
| 169 | <tr> |
| 170 | <td align="center" style="border-collapse:collapse;font-size:0"> |
| 171 | <!--[if mso]> |
| 172 | <table border="0" width="100%" cellpadding="0" cellspacing="0"> |
| 173 | <tbody> |
| 174 | <tr> |
| 175 | <td width="330" valign="top"> |
| 176 | <![endif]--> |
| 177 | <div style="display:inline-block; max-width:330px; vertical-align:top; width:100%;"> |
| 178 | <table width="330" class="mailpoet_cols-two" border="0" cellpadding="0" cellspacing="0" align="left" style="border-collapse:collapse;width:100%;max-width:330px;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;table-layout:fixed;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0"> |
| 179 | <tbody> |
| 180 | <tr> |
| 181 | <td class="mailpoet_text mailpoet_padded_vertical mailpoet_padded_side" valign="top" style="border-collapse:collapse;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;word-break:break-word;word-wrap:break-word"> |
| 182 | <h3 style="margin:0 0 5.4px;color:#333333;font-family:'Courier New',Courier,'Lucida Sans Typewriter','Lucida Typewriter',monospace;font-size:18px;line-height:21.6px;margin-bottom:0;text-align:center;padding:0;font-style:normal;font-weight:normal"> |
| 183 | <span> |
| 184 | <strong><%= stats_number_format_i18n(newsletter.opened) %>%</strong> <%= __('opened') %> |
| 185 | </span> |
| 186 | </h3> |
| 187 | </td> |
| 188 | </tr> |
| 189 | </tbody> |
| 190 | </table> |
| 191 | </div> |
| 192 | <!--[if mso]> |
| 193 | </td> |
| 194 | <td width="330" valign="top"> |
| 195 | <![endif]--> |
| 196 | <div style="display:inline-block; max-width:330px; vertical-align:top; width:100%;"> |
| 197 | <table width="330" class="mailpoet_cols-two" border="0" cellpadding="0" cellspacing="0" align="left" style="border-collapse:collapse;width:100%;max-width:330px;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;table-layout:fixed;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0"> |
| 198 | <tbody> |
| 199 | <tr> |
| 200 | <td class="mailpoet_text mailpoet_padded_vertical mailpoet_padded_side" valign="top" style="border-collapse:collapse;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;word-break:break-word;word-wrap:break-word"> |
| 201 | <h3 style="margin:0 0 5.4px;color:#333333;font-family:'Courier New',Courier,'Lucida Sans Typewriter','Lucida Typewriter',monospace;font-size:18px;line-height:21.6px;margin-bottom:0;text-align:center;padding:0;font-style:normal;font-weight:normal"> |
| 202 | <span> |
| 203 | <strong><%= stats_number_format_i18n(newsletter.machineOpened) %>%</strong> <%= __('machine-opened') %> |
| 204 | </span> |
| 205 | </h3> |
| 206 | </td> |
| 207 | </tr> |
| 208 | </tbody> |
| 209 | </table> |
| 210 | </div> |
| 211 | <!--[if mso]> |
| 212 | </td> |
| 213 | </tr> |
| 214 | </tbody> |
| 215 | </table> |
| 216 | <![endif]--> |
| 217 | </td> |
| 218 | </tr> |
| 219 | </tbody> |
| 220 | </table> |
| 221 | </td> |
| 222 | </tr> |
| 223 | |
| 224 | <tr> |
| 225 | <td class="mailpoet_content-cols-two" align="left" style="border-collapse:collapse"> |
| 226 | <table width="100%" border="0" cellpadding="0" cellspacing="0" style="border-collapse:collapse;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0"> |
| 227 | <tbody> |
| 228 | <tr> |
| 229 | <td align="center" style="border-collapse:collapse;font-size:0"> |
| 230 | <!--[if mso]> |
| 231 | <table border="0" width="100%" cellpadding="0" cellspacing="0"> |
| 232 | <tbody> |
| 233 | <tr> |
| 234 | <td width="330" valign="top"> |
| 235 | <![endif]--> |
| 236 | <div style="display:inline-block; max-width:330px; vertical-align:top; width:100%;"> |
| 237 | <table width="330" class="mailpoet_cols-two" border="0" cellpadding="0" cellspacing="0" align="left" style="border-collapse:collapse;width:100%;max-width:330px;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;table-layout:fixed;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0"> |
| 238 | <tbody> |
| 239 | <tr> |
| 240 | <td class="mailpoet_text mailpoet_padded_vertical mailpoet_padded_side" valign="top" style="border-collapse:collapse;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;word-break:break-word;word-wrap:break-word"> |
| 241 | <h3 style="margin:0 0 5.4px;color:#333333;font-family:'Courier New',Courier,'Lucida Sans Typewriter','Lucida Typewriter',monospace;font-size:18px;line-height:21.6px;margin-bottom:0;text-align:center;padding:0;font-style:normal;font-weight:normal"> |
| 242 | <span> |
| 243 | <strong><%= stats_number_format_i18n(newsletter.unsubscribed) %>%</strong> <%= __('unsubscribed') %> |
| 244 | </span> |
| 245 | </h3> |
| 246 | </td> |
| 247 | </tr> |
| 248 | </tbody> |
| 249 | </table> |
| 250 | </div> |
| 251 | <!--[if mso]> |
| 252 | </td> |
| 253 | <td width="330" valign="top"> |
| 254 | <![endif]--> |
| 255 | <div style="display:inline-block; max-width:330px; vertical-align:top; width:100%;"> |
| 256 | <table width="330" class="mailpoet_cols-two" border="0" cellpadding="0" cellspacing="0" align="left" style="border-collapse:collapse;width:100%;max-width:330px;border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;table-layout:fixed;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0"> |
| 257 | <tbody> |
| 258 | <tr> |
| 259 | <td class="mailpoet_text mailpoet_padded_vertical mailpoet_padded_side" valign="top" style="border-collapse:collapse;padding-top:10px;padding-bottom:10px;padding-left:20px;padding-right:20px;word-break:break-word;word-wrap:break-word"> |
| 260 | <h3 style="margin:0 0 5.4px;color:#333333;font-family:'Courier New',Courier,'Lucida Sans Typewriter','Lucida Typewriter',monospace;font-size:18px;line-height:21.6px;margin-bottom:0;text-align:center;padding:0;font-style:normal;font-weight:normal"> |
| 261 | <span> |
| 262 | <strong><%= stats_number_format_i18n(newsletter.bounced) %>%</strong> <%= __('bounced') %> |
| 263 | </span> |
| 264 | </h3> |
| 265 | </td> |
| 266 | </tr> |
| 267 | </tbody> |
| 268 | </table> |
| 269 | </div> |
| 270 | <!--[if mso]> |
| 271 | </td> |
| 272 | </tr> |
| 273 | </tbody> |
| 274 | </table> |
| 275 | <![endif]--> |
| 276 | </td> |
| 277 | </tr> |
| 278 | </tbody> |
| 279 | </table> |
| 280 | </td> |
| 281 | </tr> |
| 282 | <% endfor %> |
| 283 | |
| 284 | <tr> |
| 285 | <td class="mailpoet_spacer" height="55" valign="top" style="border-collapse:collapse"></td> |
| 286 | </tr> |
| 287 | <% endif %> |
| 288 | <% endblock %> |
| 289 |