123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <?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_2_cols"
- inherit_id="website_mail.email_designer_snippets">
- <xpath expr="//div[@id='snippet_email_structure']">
- <t t-call="website_mail_snippet_responsive.snippet">
- <t t-set="image" t-value="'snippet_2_cols'"/>
- <t t-set="title">Image + Text + Button (2 columns)</t>
- <tbody>
- <tr>
- <td style="padding: 0;" valign="top">
- <!-- LEFT COLUMN -->
- <table align="left" border="0" cellpadding="0" cellspacing="0" style="width: 50%; min-width:285px;">
- <tbody>
- <tr>
- <td style="padding: 20px 0 20px 20px;">
- <table align="center" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" style="border-collapse:collapse;background:inherit;color:inherit; background:#FFFFFF">
- <tbody>
- <tr>
- <td><a href="#" target="_blank"><img border="0" src="http://placehold.it/245x200/333333/ffffff?text=width 245px" style="display: block; color: #000000; font-family: Arial, sans-serif; font-size: 9pt; max-width: 245px;"/></a></td>
- </tr>
- <tr>
- <td style="padding:0;">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tbody>
- <tr>
- <td align="left" style="font-size: 18pt; font-family: Arial, sans-serif; color: #000000; padding-top: 30px;">Title</td>
- </tr>
- <tr>
- <td align="left" style="padding: 20px 0 0 0; font-size: 9pt; line-height: 20px; font-family: Arial, sans-serif; color: #000000;">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>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- <tr>
- <td align="left">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tbody>
- <tr>
- <td align="left" style="padding: 25px 0;">
- <table border="0" cellpadding="0" cellspacing="0">
- <tbody>
- <tr>
- <td align="center"><a href="#" t-attf-style="font-size: 9pt; font-family: Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #{website.mail_button_color}; border-top: 10px solid #{website.mail_button_color}; border-bottom: 10px solid #{website.mail_button_color}; border-left: 20px solid #{website.mail_button_color}; border-right: 20px solid #{website.mail_button_color}; 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>
- <!-- RIGHT COLUMN -->
- <table align="left" border="0" cellpadding="0" cellspacing="0" style="width: 50%; min-width:285px;">
- <tbody>
- <tr>
- <td style="padding: 20px 0 20px 20px;">
- <table align="center" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" style="border-collapse:collapse;background:inherit;color:inherit; background:#FFFFFF">
- <tbody>
- <tr>
- <td><a href="#" target="_blank"><img border="0" src="http://placehold.it/245x200/333333/ffffff?text=width 245px" style="display: block; color: #000000; font-family: Arial, sans-serif; font-size: 9pt; width: 50% max-width: 245px;"/></a></td>
- </tr>
- <tr>
- <td style="padding:0;">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tbody>
- <tr>
- <td align="left" style="font-size: 18pt; font-family: Arial, sans-serif; color: #000000; padding-top: 30px;">Title</td>
- </tr>
- <tr>
- <td align="left" style="padding: 20px 0 0 0; font-size: 9pt; line-height: 20px; font-family: Arial, sans-serif; color: #000000;">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>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- <tr>
- <td align="left">
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tbody>
- <tr>
- <td align="left" style="padding: 25px 0;">
- <table border="0" cellpadding="0" cellspacing="0">
- <tbody>
- <tr>
- <td align="center"><a href="#" t-attf-style="font-size: 9pt; font-family: Arial, sans-serif; font-weight: normal; color: #ffffff; text-decoration: none; background-color: #{website.mail_button_color}; border-top: 10px solid #{website.mail_button_color}; border-bottom: 10px solid #{website.mail_button_color}; border-left: 20px solid #{website.mail_button_color}; border-right: 20px solid #{website.mail_button_color}; 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>
- </t>
- </xpath>
- </template>
- </data>
- </openerp>
|