UNPKG

fog-controller

Version:

Fog Controller project @ iotracks.com

127 lines (119 loc) • 3.14 kB
"use strict"; var emailActivationTemplate = { p1: "\ <div>\ <table \ bgcolor='#f6f6f6' \ style = 'width:100%'>\ <tbody>\ <tr>\ <td></td>\ <td \ width = '600px'>\ <div \ style = 'margin: 20px 0 0 0'>\ <table \ cellspacing ='0' \ style ='border:1px solid #e9e9e9' \ bgcolor ='#fff'>\ <tbody>\ <tr>\ <td \ style = 'font-family: sans-serif; \ font-size: 14px; \ vertical-align: top; \ padding: 20px 20px 0;'>\ Welcome to IOTRACKS!\ </td>\ </tr>\ <tr>\ <td style='padding: 0 0 20px 0;'>\ <table>\ <tbody>\ <tr \ style = 'line-height:1.6em; \ font-family: sans-serif; \ font-size:14px;'>\ <td \ style = 'padding:20px 20px'>\ Before we can get started, you need to click this button to activate your account. If clicking the button doesn't work, copy and paste copy and paste this link into your web browser address bar.<br>\ </td>\ </tr>\ <tr \ style = 'line-height: 60px; \ font-family: sans-serif; \ font-size:14px;'>\ <td style = 'padding:0 20px'>\ <a href=", p2: "/account/activate/code/", p3: ">", p4: "/account/activate/code/", p5: "</a> \ </td>\ </tr>\ <tr>\ <td \ style = 'padding:0 20px 10px; \ font-family: sans-serif; \ font-size:14px;'>\ <a href =", p6: "/account/activate/code/", p7: " class = 'btn' style='\ font-size: 14px;\ color: #fff;\ background: #348eda;\ border: none;\ padding: 10px 20px;\ border-radius: 6px;\ text-decoration: none; margin-left: 20px;'>\ Confirm Email Address\ </a>\ </td>\ </tr>\ <tr>\ <td \ style ='font-family: sans-serif; \ font-size:14px; \ padding: 20px 0 20px 20px;'>\ — the IOTRACKS team\ </td>\ </tr>\ <tr></tr>\ </tbody>\ </table>\ </td>\ </tr>\ </tbody>\ </table>\ <div>\ <table width='100%'>\ <tbody>\ <tr>\ <td \ style='font-family: sans-serif; \ font-size:12px; \ vertical-align:top;color:#999;\ text-align:center;\ padding:20px 0 20px'>\ Follow \ <a \ style = 'color:#999;' \ href='https://twitter.com/iotracks'>\ @iotracks\ </a> \ on Twitter.\ </td>\ </tr>\ </tbody>\ </table>\ </div>\ </div>\ </td>\ <td>\ </td>\ </tr>\ </tbody>\ </table>\ </div>" }; module.exports = emailActivationTemplate;