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.

108 lines
7.8 KiB

8 years ago
  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_event_date"
  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_event_date'"/>
  11. <t t-set="title">Date + Text + Button (2 columns)</t>
  12. <tbody>
  13. <tr>
  14. <td align="left" colspan="2" style="font-size: 11pt; font-family: Arial, sans-serif; font-weight: bold; color: #000; padding: 20px 10px 0 20px;">Title</td>
  15. </tr>
  16. <tr>
  17. <td style="padding: 0;" valign="top"><!-- LEFT COLUMN -->
  18. <table align="left" border="0" cellpadding="0" cellspacing="0" width="50%">
  19. <tbody>
  20. <tr>
  21. <td style="padding: 20px 0 20px 40px;">
  22. <table align="center" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" style="border-collapse:collapse;background:inherit;color:inherit; background:#000000">
  23. <tbody>
  24. <tr>
  25. <td style="padding:1px;">
  26. <table border="0" cellpadding="0" cellspacing="0" width="200" height="200" style="background:#FFFFFF">
  27. <tbody>
  28. <tr>
  29. <td align="center" style="font-size: 65pt; text-align: center; line-height:50pt; font-weight: bold; font-family: Arial, sans-serif; color: #000000; padding: 30px 0 0 0;">07</td>
  30. </tr>
  31. <tr>
  32. <td align="center" style="padding: 10px 0 0 0; font-size: 16pt; text-align: center; font-weight: bold; letter-spaccing:2px; text-transform: uppercase; line-height: 20px; font-family: Arial, sans-serif; color: #000000;">December</td>
  33. </tr>
  34. <tr>
  35. <td align="center" style="padding: 0 0 30px 0; font-size: 16pt; text-align: center; font-weight: bold; letter-spaccing:2px; text-transform: uppercase; line-height: 20px; font-family: Arial, sans-serif; color: #000000;">18:00</td>
  36. </tr>
  37. </tbody>
  38. </table>
  39. </td>
  40. </tr>
  41. </tbody>
  42. </table>
  43. </td>
  44. </tr>
  45. </tbody>
  46. </table>
  47. </td>
  48. <!-- RIGHT COLUMN -->
  49. <td>
  50. <table align="left" border="0" cellpadding="0" cellspacing="0" width="50%">
  51. <tbody>
  52. <tr>
  53. <td style="padding: 20px 20px 20px 10px;">
  54. <table align="center" cellpadding="0" cellspacing="0" style="border-collapse:collapse;background:inherit;color:inherit;" width="250">
  55. <tbody>
  56. <tr>
  57. <td style="padding:0;">
  58. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  59. <tbody>
  60. <tr>
  61. <td style="font-size: 18pt; font-family: Arial, sans-serif; color: #000000; padding-top: 10px;" align="left">Event Title</td>
  62. </tr>
  63. <tr>
  64. <td align="left" style="padding: 10px 0 0 0; font-size: 9pt; line-height: 20px; font-family: Arial, sans-serif; color: #000000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</td>
  65. </tr>
  66. <tr>
  67. <td align="left">
  68. <table border="0" cellpadding="0" cellspacing="0" width="100%">
  69. <tbody>
  70. <tr>
  71. <td style="padding: 25px 0;" align="left">
  72. <table border="0" cellpadding="0" cellspacing="0">
  73. <tbody>
  74. <tr>
  75. <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>
  76. </tr>
  77. </tbody>
  78. </table>
  79. </td>
  80. </tr>
  81. </tbody>
  82. </table>
  83. </td>
  84. </tr>
  85. </tbody>
  86. </table>
  87. </td>
  88. </tr>
  89. </tbody>
  90. </table>
  91. </td>
  92. </tr>
  93. </tbody>
  94. </table>
  95. </td>
  96. </tr>
  97. </tbody>
  98. </t>
  99. </xpath>
  100. </template>
  101. </data>
  102. </openerp>