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
3.4 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_1_col"
  7. inherit_id="560px_section">
  8. <xpath expr=".">
  9. <t t-call="website_mail_snippet_fixed.snippet">
  10. <t t-set="image" t-value="'snippet_1_col'"/>
  11. <t t-set="title">Big image + Text + Button (1 column)</t>
  12. <tbody>
  13. <tr>
  14. <td align="left" style="font-size: 11pt; font-family: Arial, sans-serif; font-weight: bold; color: #000; padding: 20px 10px 10px 20px;">Title</td>
  15. </tr>
  16. <tr>
  17. <td style="display: block; color: #000000; font-family: Arial, sans-serif; font-size: 9pt;"><a href="#" target="_blank"><img src="http://placehold.it/560x200/aaaaaa/ffffff?text=width 560px" style="display: block; color: #000000; font-family: Arial, sans-serif; font-size: 9pt; width: 560px;" border="0" width="570"/> </a></td>
  18. </tr>
  19. <tr>
  20. <td style="padding:0 20px;">
  21. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  22. <tbody>
  23. <tr>
  24. <td style="font-size: 18pt; font-family: Arial, sans-serif; color: #000000; padding-top: 30px;" align="left">Title</td>
  25. </tr>
  26. <tr>
  27. <td style="padding: 20px 0 0 0; font-size: 9pt; line-height: 20px; font-family: Arial, sans-serif; color: #000000;" align="left">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed varius, leo a ullamcorper feugiat, ante purus sodales justo, a faucibus libero lacus a est. Aenean at mollis ipsum.</td>
  28. </tr>
  29. </tbody>
  30. </table>
  31. </td>
  32. </tr>
  33. <tr>
  34. <td align="left">
  35. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  36. <tbody>
  37. <tr>
  38. <td style="padding: 25px 20px;" align="left">
  39. <table border="0" cellpadding="0" cellspacing="0">
  40. <tbody>
  41. <tr>
  42. <td align="center"><a href="#" style="font-size: 9pt; font-family: Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #00B518; border-top: 10px solid #00B518; border-bottom: 10px solid #00B518; border-left: 20px solid #00B518; border-right: 20px solid #00B518; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; display: inline-block;" class="bg_color_picker" target="_blank">Learn more</a></td>
  43. </tr>
  44. </tbody>
  45. </table>
  46. </td>
  47. </tr>
  48. </tbody>
  49. </table>
  50. </td>
  51. </tr>
  52. </tbody>
  53. </t>
  54. </xpath>
  55. </template>
  56. </data>
  57. </openerp>