Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.23 KB | None | 0 0
  1. @model Econo.Backend.Models.Emails.UpdateEmail
  2. To: @Model.To
  3. From: @Model.From
  4. Subject: @Model.Subject
  5. Content-Type: text/html; charset=utf-8
  6.  
  7. @{
  8. ViewBag.Title = "Features Email";
  9. }
  10.  
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  15. <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  16. <title>Econo ToGo</title>
  17.  
  18. <style type="text/css">
  19. /* Client-specific Styles */
  20. .header-curve {
  21. position: absolute;
  22. left: 39%;
  23. top: 75px;
  24. border-radius: 50%;
  25. background-color: #eb2027;
  26. height: 50px;
  27. width: 22%;
  28. z-index: 0;
  29. }
  30. .shadow {
  31. -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  32. -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  33. box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  34. }
  35. #outlook a {padding:0;} /* Force Outlook to provide a "view in browser" menu link. */
  36. body{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;}
  37. /* Prevent Webkit and Windows Mobile platforms from changing default font sizes, while not breaking desktop design. */
  38. .ExternalClass {width:100%;} /* Force Hotmail to display emails at full width */
  39. .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing.*/
  40. #backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;}
  41. img {outline:none; text-decoration:none;border:none; -ms-interpolation-mode: bicubic;}
  42. a img {border:none;}
  43. .image_fix {display:block;}
  44. p {margin: 0px 0px !important;}
  45. table td {border-collapse: collapse;}
  46. table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; }
  47. a {color: #0a8cce;text-decoration: none;text-decoration:none!important;}
  48. /*STYLES*/
  49. table[class=full] { width: 100%; clear: both; }
  50. /*IPAD STYLES*/
  51. @media only screen and (max-width: 640px) {
  52. a[href^="tel"], a[href^="sms"] {
  53. text-decoration: none;
  54. color: #0a8cce; /* or whatever your want */
  55. pointer-events: none;
  56. cursor: default;
  57. }
  58. .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
  59. text-decoration: default;
  60. color: #0a8cce !important;
  61. pointer-events: auto;
  62. cursor: default;
  63. }
  64. table[class=devicewidth] {width: 440px!important;text-align:center!important;}
  65. table[class=devicewidthinner] {width: 420px!important;text-align:center!important;}
  66. img[class=banner] {width: 440px!important;height:220px!important;}
  67. img[class=colimg2] {width: 440px!important;height:220px!important;}
  68.  
  69.  
  70. }
  71. /*IPHONE STYLES*/
  72. @media only screen and (max-width: 480px) {
  73. a[href^="tel"], a[href^="sms"] {
  74. text-decoration: none;
  75. color: #0a8cce; /* or whatever your want */
  76. pointer-events: none;
  77. cursor: default;
  78. }
  79. .mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {
  80. text-decoration: default;
  81. color: #0a8cce !important;
  82. pointer-events: auto;
  83. cursor: default;
  84. }
  85. table[class=devicewidth] {width: 280px!important;text-align:center!important;}
  86. table[class=devicewidthinner] {width: 260px!important;text-align:center!important;}
  87. img[class=banner] {width: 280px!important;height:140px!important;}
  88. img[class=colimg2] {width: 280px!important;height:140px!important;}
  89. td[class=mobile-hide]{display:none!important;}
  90. td[class="padding-bottom25"]{padding-bottom:25px!important;}
  91.  
  92. }
  93. </style>
  94. </head>
  95. <body>
  96. <!-- Start of preheader -->
  97. <table width="100%" bgcolor="#eb2027" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="preheader" >
  98. <tbody>
  99. <tr>
  100. <td>
  101. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  102. <tbody>
  103. <tr>
  104. <td width="100%">
  105. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  106. <tbody>
  107. <!-- Spacing -->
  108. <tr>
  109. <td width="100%" height="10"></td>
  110. </tr>
  111. <!-- Spacing -->
  112. <tr>
  113. <td width="100%" height="50px" style="z-index: 1;">
  114. <img class="" src="img/logo.png" style="height:50px; margin:auto; display: block; z-index: 1; position: relative;" alt="Logo">
  115. </td>
  116. <td class="header-curve"></td>
  117. </tr>
  118. <!-- Spacing -->
  119. <tr>
  120. <td width="100%" height="10"></td>
  121. </tr>
  122. <!-- Spacing -->
  123. </tbody>
  124. </table>
  125. </td>
  126. </tr>
  127. </tbody>
  128. </table>
  129. </td>
  130. </tr>
  131. </tbody>
  132. </table>
  133. <!-- End of preheader -->
  134. <!-- Start of header -->
  135. <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="header">
  136. <tbody>
  137. <tr>
  138. <td>
  139. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  140. <tbody>
  141. <tr>
  142. <td width="100%">
  143. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  144. <tbody>
  145. <!-- Spacing -->
  146. <tr>
  147. <td height="40" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  148. </tr>
  149. <!-- Spacing -->
  150. <tr>
  151. <td>
  152. <!-- logo -->
  153. <table width="140" align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth">
  154. <tbody>
  155. <tr>
  156. <td width="150" height="169" align="center">
  157. <div class="imgpop">
  158. <a href="">
  159. <img src="@Model.BagLogo" alt="" border="0" width="150" height="169" style="display:block; border:none; outline:none; text-decoration:none;">
  160. </a>
  161. </div>
  162. </td>
  163. </tr>
  164. </tbody>
  165. </table>
  166. <!-- end of logo -->
  167. </td>
  168. </tr>
  169. <!-- Spacing -->
  170. <tr>
  171. <td height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  172. </tr>
  173. <!-- Spacing -->
  174. </tbody>
  175. </table>
  176. </td>
  177. </tr>
  178. </tbody>
  179. </table>
  180. </td>
  181. </tr>
  182. </tbody>
  183. </table>
  184. <!-- End of Header -->
  185. <!-- Start Full Text -->
  186. <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="full-text">
  187. <tbody>
  188. <tr>
  189. <td>
  190. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  191. <tbody>
  192. <tr>
  193. <td width="100%">
  194. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  195. <tbody>
  196. <!-- Spacing -->
  197. <tr>
  198. <td height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  199. </tr>
  200. <!-- Spacing -->
  201. <tr>
  202. <td>
  203. <table width="560" align="center" cellpadding="0" cellspacing="0" border="0" class="devicewidthinner">
  204. <tbody>
  205. <!-- Title -->
  206. <tr>
  207. <td style="font-family: Helvetica, arial, sans-serif; font-size: 30px; color: #333333; text-align:center; line-height: 30px;" st-title="fulltext-heading">
  208. @Model.Header
  209. </td>
  210. </tr>
  211. <!-- End of Title -->
  212. </tbody>
  213. </table>
  214. </td>
  215. </tr>
  216. <!-- Spacing -->
  217. <tr>
  218. <td height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  219. </tr>
  220. <!-- Spacing -->
  221. </tbody>
  222. </table>
  223. </td>
  224. </tr>
  225. </tbody>
  226. </table>
  227. </td>
  228. </tr>
  229. </tbody>
  230. </table>
  231. <!-- end of full text -->
  232. <!-- Start of main-banner -->
  233. <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="banner">
  234. <tbody>
  235. <tr>
  236. <td>
  237. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  238. <tbody>
  239. <tr>
  240. <td width="100%">
  241. <table width="600" align="center" cellspacing="0" cellpadding="0" border="0" class="devicewidth">
  242. <tbody>
  243. <tr>
  244. <!-- start of image -->
  245. <td align="center" st-image="banner-image">
  246. <div class="imgpop">
  247. <a href=""><img width="600" border="0" height="300" alt="" border="0" style="display:block; border:none; outline:none; text-decoration:none;" src="@Model.Image" class="banner"></a>
  248. </div>
  249. </td>
  250. </tr>
  251. </tbody>
  252. </table>
  253. <!-- end of image -->
  254. </td>
  255. </tr>
  256. </tbody>
  257. </table>
  258. </td>
  259. </tr>
  260. </tbody>
  261. </table>
  262. <!-- End of main-banner -->
  263. <!-- Start of seperator -->
  264. <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="seperator">
  265. <tbody>
  266. <tr>
  267. <td>
  268. <table width="600" align="center" cellspacing="0" cellpadding="0" border="0" class="devicewidth">
  269. <tbody>
  270. <tr>
  271. <td align="center" height="20" style="font-size:1px; line-height:1px;">&nbsp;</td>
  272. </tr>
  273. </tbody>
  274. </table>
  275. </td>
  276. </tr>
  277. </tbody>
  278. </table>
  279. <!-- End of seperator -->
  280. <!-- Start Full Text -->
  281. <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="full-text">
  282. <tbody>
  283. <tr>
  284. <td>
  285. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  286. <tbody>
  287. <tr>
  288. <td width="100%">
  289. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  290. <tbody>
  291. <!-- Spacing -->
  292. <tr>
  293. <td height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  294. </tr>
  295. <!-- Spacing -->
  296. <tr>
  297. <td>
  298. <table width="560" align="center" cellpadding="0" cellspacing="0" border="0" class="devicewidthinner">
  299. <tbody>
  300. <!-- spacing -->
  301. <tr>
  302. <td width="100%" height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  303. </tr>
  304. <!-- End of spacing -->
  305. <!-- content -->
  306. <tr>
  307. <td style="font-family: Helvetica, arial, sans-serif; font-size: 16px; color: #666666; text-align:center; line-height: 30px;" st-content="fulltext-content">
  308. @Econo.Backend.Resources.AppResources.WordHello @Model.Name, <br/> <br/>
  309. @Model.TopBody1 <br />
  310. @Model.TopBody2 <br />
  311. @Model.TopBody3 <br />
  312.  
  313. </td>
  314. </tr>
  315. <!-- End of content -->
  316. </tbody>
  317. </table>
  318. </td>
  319. </tr>
  320. <!-- Spacing -->
  321. <tr>
  322. <td height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  323. </tr>
  324. <!-- Spacing -->
  325. </tbody>
  326. </table>
  327. </td>
  328. </tr>
  329. </tbody>
  330. </table>
  331. </td>
  332. </tr>
  333. </tbody>
  334. </table>
  335. <!-- end of full text -->
  336.  
  337. <!-- Start Full Text -->
  338. <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="full-text">
  339. <tbody>
  340. <tr>
  341. <td>
  342. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  343. <tbody>
  344. <tr>
  345. <td width="100%">
  346. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  347. <tbody>
  348. <!-- Spacing -->
  349. <tr>
  350. <td height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  351. </tr>
  352. <!-- Spacing -->
  353. <tr>
  354. <td>
  355. <table width="560" align="center" cellpadding="0" cellspacing="0" border="0" class="devicewidthinner">
  356. <tbody>
  357. <!-- spacing -->
  358. <tr>
  359. <td width="100%" height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  360. </tr>
  361. <!-- End of spacing -->
  362. <!-- content -->
  363. <tr>
  364. <td style="font-family: Helvetica, arial, sans-serif; font-size: 16px; color: #666666; text-align:center; line-height: 30px;" st-content="fulltext-content">
  365. @Model.BottomBody <br />
  366. @Model.Signature
  367. </td>
  368. </tr>
  369. <!-- End of content -->
  370. </tbody>
  371. </table>
  372. </td>
  373. </tr>
  374. <!-- Spacing -->
  375. <tr>
  376. <td height="20" style="font-size:1px; line-height:1px; mso-line-height-rule: exactly;">&nbsp;</td>
  377. </tr>
  378. <!-- Spacing -->
  379. </tbody>
  380. </table>
  381. </td>
  382. </tr>
  383. </tbody>
  384. </table>
  385. </td>
  386. </tr>
  387. </tbody>
  388. </table>
  389. <!-- end of full text -->
  390.  
  391. <!-- Start of seperator -->
  392. <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="seperator">
  393. <tbody>
  394. <tr>
  395. <td>
  396. <table width="600" align="center" cellspacing="0" cellpadding="0" border="0" class="devicewidth">
  397. <tbody>
  398. <tr>
  399. <td align="center" height="30" style="font-size:1px; line-height:1px;">&nbsp;</td>
  400. </tr>
  401. <tr>
  402. <td width="550" align="center" height="1" bgcolor="#d1d1d1" style="font-size:1px; line-height:1px;">&nbsp;</td>
  403. </tr>
  404. <tr>
  405. <td align="center" height="30" style="font-size:1px; line-height:1px;">&nbsp;</td>
  406. </tr>
  407. </tbody>
  408. </table>
  409. </td>
  410. </tr>
  411. </tbody>
  412. </table>
  413. <!-- End of seperator -->
  414.  
  415. <!-- Start of Postfooter -->
  416. <table width="100%" bgcolor="#ffffff" cellpadding="0" cellspacing="0" border="0" id="backgroundTable" st-sortable="postfooter" >
  417. <tbody>
  418. <tr>
  419. <td>
  420. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  421. <tbody>
  422. <tr>
  423. <td width="100%">
  424. <table width="600" cellpadding="0" cellspacing="0" border="0" align="center" class="devicewidth">
  425. <tbody>
  426. <tr>
  427. <td align="center" valign="middle" style="font-family: Helvetica, arial, sans-serif; font-size: 14px;color: #666666" st-content="postfooter">
  428. <a href="@Model.UnsubscribeLink" style="text-decoration: none; color: #929292">@Econo.Backend.Resources.AppResources.EmailUnsubscribeText</a>
  429. </td>
  430. </tr>
  431. <!-- Spacing -->
  432. <tr>
  433. <td width="100%" height="20"></td>
  434. </tr>
  435. <tr>
  436. <td align="center" valign="middle" style="font-family: Helvetica, arial, sans-serif; font-size: 14px;color: #666666" st-content="postfooter">
  437. Preguntas? Envia un correo electronico a <a href="mailto:info@econotogo.com" style="text-decoration: none; color: #929292">info@econotogo.com</a>
  438. </td>
  439. </tr>
  440. <!-- Spacing -->
  441. <tr>
  442. <td width="100%" height="20"></td>
  443. </tr>
  444. <!-- Spacing -->
  445. <tr>
  446. <td align="center" valign="middle" style="font-family: Helvetica, arial, sans-serif; font-size: 14px;color: #666666" st-content="postfooter">
  447. ©@DateTime.Now.Year Econo ToGo. Todos derechos reservados.
  448. </td>
  449. </tr>
  450. <!-- Spacing -->
  451. <tr>
  452. <td width="100%" height="20"></td>
  453. </tr>
  454. <!-- Spacing -->
  455. </tbody>
  456. </table>
  457. </td>
  458. </tr>
  459. </tbody>
  460. </table>
  461. </td>
  462. </tr>
  463. </tbody>
  464. </table>
  465. <!-- End of postfooter -->
  466.  
  467. </body>
  468. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement