mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-20 21:02:08 +02:00
Initial commit: Mail packages
This commit is contained in:
commit
4e53507711
1948 changed files with 751201 additions and 0 deletions
|
|
@ -0,0 +1,63 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- Theme "Basic" template -->
|
||||
<template id="theme_basic_template">
|
||||
<div class="o_mail_no_options">
|
||||
<p><br/></p>
|
||||
<p><br/></p>
|
||||
<p>
|
||||
<br/>
|
||||
<a href="/unsubscribe_from_list">Unsubscribe</a>
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template id="theme_empty_template">
|
||||
</template>
|
||||
|
||||
<!-- Default Theme -->
|
||||
<template id="theme_default_template">
|
||||
<style id="design-element">
|
||||
h2 {
|
||||
font-weight: bolder;
|
||||
}
|
||||
p, p > *, li, li > * {
|
||||
color: #6c757d;
|
||||
}
|
||||
hr {
|
||||
border-top-color: #ced4da !important;
|
||||
}
|
||||
</style>
|
||||
<div class="s_header_logo o_mail_block_header_logo o_mail_snippet_general pt16 pb16">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4"/>
|
||||
<div class="col-lg-4" style="text-align: center;">
|
||||
<a t-att-href="(company_id.website) or '#'" style="text-decoration:none;" target="_blank">
|
||||
<img border="0" src="/mass_mailing/static/src/img/theme_default/s_default_image_header_logo.png" style="height:auto; max-width:100%;" width="180" class="img-fluid"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4" style="text-align: right;"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="s_text_block o_mail_snippet_general pt40 pb16" style="padding-left: 15px; padding-right: 15px;">
|
||||
<div class="container s_allow_columns">
|
||||
<h2>Thank you for joining us!</h2>
|
||||
<p><br/>We want to take this opportunity to welcome you to our ever-growing community!
|
||||
<br/>Your platform is ready for work, it will help you reduce the costs of digital signatures, attract new customers and increase sales.</p>
|
||||
<p><img src="/mass_mailing/static/src/img/theme_default/signature.png" style="width:125px; margin-top:8px;margin-bottom:-25px;" alt="Signature" class="img-fluid"/></p>
|
||||
<p>Michael Fletcher<br/>
|
||||
<span style="font-size: 12px; font-weight: bolder;">Customer Service</span>
|
||||
</p>
|
||||
<p style="text-align: center;">
|
||||
<a role="button" href="#" class="btn btn-primary">LOGIN</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="s_hr pt16 pb16" data-snippet="s_hr" data-name="Separator">
|
||||
<hr class="s_hr_1px s_hr_solid"/>
|
||||
</div>
|
||||
<t t-call="mass_mailing.s_mail_block_footer_social_left"/>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue