themes_templates.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <!-- Theme "Basic" template -->
  4. <template id="theme_basic_template">
  5. <div class="o_mail_no_options">
  6. <p><br/></p>
  7. <p><br/></p>
  8. <p>
  9. <br/>
  10. <a href="/unsubscribe_from_list">Unsubscribe</a>
  11. </p>
  12. </div>
  13. </template>
  14. <template id="theme_empty_template">
  15. </template>
  16. <!-- Default Theme -->
  17. <template id="theme_default_template">
  18. <style id="design-element">
  19. h2 {
  20. font-weight: bolder;
  21. }
  22. p, p > *, li, li > * {
  23. color: #6c757d;
  24. }
  25. hr {
  26. border-top-color: #ced4da !important;
  27. }
  28. </style>
  29. <div class="s_header_logo o_mail_block_header_logo o_mail_snippet_general pt16 pb16">
  30. <div class="container">
  31. <div class="row">
  32. <div class="col-lg-4"/>
  33. <div class="col-lg-4" style="text-align: center;">
  34. <a t-att-href="(company_id.website) or '#'" style="text-decoration:none;" target="_blank">
  35. <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"/>
  36. </a>
  37. </div>
  38. <div class="col-lg-4" style="text-align: right;"/>
  39. </div>
  40. </div>
  41. </div>
  42. <div class="s_text_block o_mail_snippet_general pt40 pb16" style="padding-left: 15px; padding-right: 15px;">
  43. <div class="container s_allow_columns">
  44. <h2>Thank you for joining us!</h2>
  45. <p><br/>We want to take this opportunity to welcome you to our ever-growing community!
  46. <br/>Your platform is ready for work, it will help you reduce the costs of digital signatures, attract new customers and increase sales.</p>
  47. <p><img src="/mass_mailing/static/src/img/theme_default/signature.png" style="width:125px; margin-top:8px;margin-bottom:-25px;" alt="Signature"/></p>
  48. <p>Michael Fletcher<br/>
  49. <span style="font-size: 12px; font-weight: bolder;">Customer Service</span>
  50. </p>
  51. <p style="text-align: center;">
  52. <a role="button" href="#" class="btn btn-primary">LOGIN</a>
  53. </p>
  54. </div>
  55. </div>
  56. <div class="s_hr pt16 pb16" data-snippet="s_hr" data-name="Separator">
  57. <hr class="s_hr_1px s_hr_solid"/>
  58. </div>
  59. <t t-call="mass_mailing.s_mail_block_footer_social_left"/>
  60. </template>
  61. </odoo>