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.

47 lines
1.8 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. <!--[if gte mso]>
  20. <style type="text/css">
  21. .fluid { width: 600px !important; }
  22. </style>
  23. <![endif]-->
  24. <table class="fluid" align="center" cellpadding="0" cellspacing="0" style="max-width: 600px; border-collapse: collapse; background: inherit; color: inherit;">
  25. <tbody>
  26. <tr>
  27. <td class="bg_color_picker" style="background-color:#ececec; padding:10px 15px 0 15px;">
  28. <table
  29. style="width: 100%; max-width: 570px; border-collapse: collapse; background: inherit; color: inherit; background: #FFFFFF"
  30. cellpadding="0"
  31. cellspacing="0"
  32. align="center"
  33. bgcolor="#FFFFFF">
  34. <t t-raw="0"/>
  35. </table>
  36. </td>
  37. </tr>
  38. </tbody>
  39. </table>
  40. </div>
  41. </div>
  42. </template>
  43. </data>
  44. </openerp>