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
108 lines
7.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- © 2016 Antiun Ingeniería S.L. - Jairo Llopis
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -->
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
<template id="snippet_event_date"
|
|
inherit_id="560px_section">
|
|
<xpath expr=".">
|
|
<t t-call="website_mail_snippet_fixed.snippet">
|
|
<t t-set="image" t-value="'snippet_event_date'"/>
|
|
<t t-set="title">Date + Text + Button (2 columns)</t>
|
|
<tbody>
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
<tr>
|
|
<td style="padding: 0;" valign="top"><!-- LEFT COLUMN -->
|
|
<table align="left" border="0" cellpadding="0" cellspacing="0" width="50%">
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding: 20px 0 20px 40px;">
|
|
<table align="center" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" style="border-collapse:collapse;background:inherit;color:inherit; background:#000000">
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding:1px;">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="200" height="200" style="background:#FFFFFF">
|
|
<tbody>
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
<!-- RIGHT COLUMN -->
|
|
<td>
|
|
<table align="left" border="0" cellpadding="0" cellspacing="0" width="50%">
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding: 20px 20px 20px 10px;">
|
|
<table align="center" cellpadding="0" cellspacing="0" style="border-collapse:collapse;background:inherit;color:inherit;" width="250">
|
|
<tbody>
|
|
|
|
<tr>
|
|
<td style="padding:0;">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<td style="font-size: 18pt; font-family: Arial, sans-serif; color: #000000; padding-top: 10px;" align="left">Event Title</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="left">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<td style="padding: 25px 0;" align="left">
|
|
<table border="0" cellpadding="0" cellspacing="0">
|
|
<tbody>
|
|
<tr>
|
|
<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>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</t>
|
|
</xpath>
|
|
</template>
|
|
|
|
</data>
|
|
</openerp>
|