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.

35 lines
1.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- © 2016 Antiun Ingeniería S.L. - Jairo Llopis
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
  4. <openerp>
  5. <data>
  6. <template id="snippet">
  7. <div>
  8. <div class="oe_snippet_thumbnail">
  9. <img
  10. class="oe_snippet_thumbnail_img"
  11. t-attf-src="/website_mail_snippet_responsive/static/src/img/#{image}.png"/>
  12. <span
  13. t-esc="title"
  14. class="oe_snippet_thumbnail_title"/>
  15. </div>
  16. <div
  17. class="oe_snippet_body"
  18. style="padding:0px; width:100%; background-color:#ececec; color:rgb(0,0,0); line-height:20px; font-family:Arial,sans-serif; font-size:9pt">
  19. <table
  20. style="width: 100%; max-width: 570px; border-collapse: collapse; background: inherit; color: inherit; background: #FFFFFF"
  21. class="bg_color_picker"
  22. cellpadding="0"
  23. cellspacing="0"
  24. align="center"
  25. bgcolor="#FFFFFF">
  26. <t t-raw="0"/>
  27. </table>
  28. </div>
  29. </div>
  30. </template>
  31. </data>
  32. </openerp>