You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

60 lines
2.0 KiB

  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <!--@subject {{trans "Header"}} @-->
  8. <!--@vars {
  9. "var logo_url":"Email Logo Image URL",
  10. "var logo_alt":"Email Logo Alt Text",
  11. "var logo_height":"Email Logo Image Height",
  12. "var logo_width":"Email Logo Image Width",
  13. "var template_styles|raw":"Template CSS"
  14. } @-->
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  19. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  20. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  21. <style type="text/css">
  22. {{var template_styles|raw}}
  23. {{css file="css/email.css"}}
  24. </style>
  25. </head>
  26. <body>
  27. {{inlinecss file="css/email-inline.css"}}
  28. <!-- Begin wrapper table -->
  29. <table class="wrapper" width="100%">
  30. <tr>
  31. <td class="wrapper-inner" align="center">
  32. <table class="main" align="center">
  33. <tr>
  34. <td class="header">
  35. <a class="logo" href="{{store url=""}}">
  36. <img
  37. {{if logo_width}}
  38. width="{{var logo_width}}"
  39. {{else}}
  40. width="180"
  41. {{/if}}
  42. {{if logo_height}}
  43. height="{{var logo_height}}"
  44. {{/if}}
  45. src="{{var logo_url}}"
  46. alt="{{var logo_alt}}"
  47. border="0"
  48. />
  49. </a>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td class="main-content">
  54. <!-- Begin Content -->