- Repo for opensource odoo website theme (since V13.0)
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.

25 lines
1001 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_masonry_block" inherit_id="website.s_masonry_block">
  4. <!-- Column 1 -->
  5. <xpath expr="(//div[hasclass('col-lg-6')])[3]" position="replace">
  6. <div class="col-lg-6 o_cc o_cc4 text-center">
  7. <h3><em>Sparkling, dynamic and smiling.</em></h3>
  8. </div>
  9. </xpath>
  10. <!-- Column 2 -->
  11. <xpath expr="(//div[hasclass('col-lg-6')])[4]" position="replace">
  12. <div class="col-lg-6 o_cc o_cc4"></div>
  13. </xpath>
  14. <!-- Column 3 -->
  15. <xpath expr="(//div[hasclass('col-lg-6')])[5]" position="replace">
  16. <div class="col-lg-6 o_cc o_cc1"></div>
  17. </xpath>
  18. <!-- Column 4 -->
  19. <xpath expr="(//div[hasclass('col-lg-6')])[6]" position="replace">
  20. <div class="col-lg-6 o_cc o_cc1 text-center">
  21. <h3><em>Warm, attentive and caring.</em></h3>
  22. </div>
  23. </xpath>
  24. </template>
  25. </odoo>