- 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.

28 lines
1.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_three_columns" inherit_id="website.s_three_columns">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pt80 pb80" remove="pt32 pb32" separator=" "/>
  7. </xpath>
  8. <!-- Column #01 -->
  9. <xpath expr="//div[hasclass('row')]/div[1]" position="attributes">
  10. <attribute name="class" add="offset-lg-2" separator=" "/>
  11. </xpath>
  12. <xpath expr="//div[hasclass('row')]/div[1]//*[hasclass('card-title')]" position="replace">
  13. <h4 class="card-title">Handcrafted</h4>
  14. </xpath>
  15. <xpath expr="//div[hasclass('row')]/div[1]//*[hasclass('card-text')]" position="replace">
  16. <p class="card-text">People should love the things they own. Things should be built to last.</p>
  17. </xpath>
  18. <!-- Column #02 -->
  19. <xpath expr="//div[hasclass('row')]/div[2]//*[hasclass('card-title')]" position="replace">
  20. <h4 class="card-title">Tailored</h4>
  21. </xpath>
  22. <xpath expr="//div[hasclass('row')]/div[2]//*[hasclass('card-text')]" position="replace">
  23. <p class="card-text">Made in Santa's Workshop. High quality fabric &amp; exclusive designs.</p>
  24. </xpath>
  25. <!-- Column #03 -->
  26. <xpath expr="//div[hasclass('row')]/div[3]" position="replace"/>
  27. </template>
  28. </odoo>