Permalink
Cannot retrieve contributors at this time
64 lines (59 sloc)
4.28 KB
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>{{t "Firefox Account Activation"}}</title> | |
| </head> | |
| <body style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; margin: 0; padding: 0;"> | |
| <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="body-table" style="-webkit-text-size-adjust: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt;"> | |
| <tr> | |
| <td align="center" valign="top"> | |
| <table align="center" border="0" cellpadding="0" cellspacing="0" width="310" id="email-container" style="-webkit-text-size-adjust: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 310px; margin: 0 auto;"> | |
| <!--Logo--> | |
| <tr> | |
| <td align="center" id="firefox-logo" style="padding: 20px 0;"> | |
| <img src="http://image.e.mozilla.org/lib/fe9915707361037e75/m/2/fxlogojg.gif" height="95" width="88" alt="Firefox" style="-ms-interpolation-mode: bicubic;" /> | |
| </td> | |
| </tr> | |
| <!--Header Area--> | |
| <tr> | |
| <td valign="top"> | |
| <h1 style="font-family: sans-serif; font-weight: normal; margin: 0 0 24px 0; text-align: center;">{{t "Welcome!"}}</h1> | |
| <p class="primary" style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0 0 24px 0; text-align: center; width: 310px;">{{{t "Please activate your account by confirming this email address." }}}</p> | |
| </td> | |
| </tr> | |
| <!--Button Area--> | |
| <tr height="50"> | |
| <td align="center" valign="top"> | |
| <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="email-button" style="-webkit-text-size-adjust: 100%; border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; background-color: #0095dd; border-radius: 4px; height: 50px; width: 310px !important;"> | |
| <tr> | |
| <td align="center" valign="middle" id="button-content" style="font-family: sans-serif; font-weight: normal; text-align: center; margin: 0; color: #ffffff; font-size: 20px; line-height: 100%; width: 310px;"> | |
| <!--[if mso]> | |
| <v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="{{{link}}}" style="width:280px;height:40px;v-text-anchor:middle;" arcsize="10%" stroke="f" fillcolor="#0095DD"> | |
| <w:anchorlock/> | |
| <center> | |
| <![endif]--> | |
| <a href="{{{link}}}" id="button-link" style="color: #fff; display: block; padding: 15px; text-decoration: none; width: 280px;">{{t "Activate now"}}</a> | |
| <!--[if mso]> | |
| </center> | |
| </v:roundrect> | |
| <![endif]--> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| <!--Button Area--> | |
| <tr> | |
| <td border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"> | |
| <br/> | |
| <p width="310" class="secondary" style="font-family: sans-serif; font-weight: normal; margin: 0 0 24px 0; text-align: center; color: #8A9BA8; font-size: 11px; line-height: 13px; width: 310px !important; word-wrap: break-word">{{t "Alternatively:"}}<a href="{{{link}}}" style="color: #0095dd; text-decoration: none; width: 310px !important; display:block;"><br/>{{{link}}}</a></p> | |
| <p class="secondary" style="font-family: sans-serif; font-weight: normal; margin: 0; text-align: center; color: #8A9BA8; font-size: 11px; line-height: 13px; width: 310px !important; word-wrap:break-word">{{t "This is an automated email; if you received it in error, no action is required."}} {{{t "For more information, please visit <a href='https://support.mozilla.org' style='color: #0095dd; text-decoration: none;'>Mozilla Support</a>"}}}</p> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </body> | |
| </html> |