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

30 lines
1.7 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]//*[hasclass('card-title')]" position="replace">
  10. <h4 class="card-title">Recycling water</h4>
  11. </xpath>
  12. <xpath expr="//div[hasclass('row')]/div[1]//*[hasclass('card-text')]" position="replace">
  13. <p class="card-text">Recycling water for reuse applications instead of using freshwater supplies can be a water-saving measure.</p>
  14. </xpath>
  15. <!-- Column #02 -->
  16. <xpath expr="//div[hasclass('row')]/div[2]//*[hasclass('card-title')]" position="replace">
  17. <h4 class="card-title">Habitat Model</h4>
  18. </xpath>
  19. <xpath expr="//div[hasclass('row')]/div[2]//*[hasclass('card-text')]" position="replace">
  20. <p class="card-text">Habitats with a minimum footprint on the planet and a maximum positive impact on the local community.</p>
  21. </xpath>
  22. <!-- Column #03 -->
  23. <xpath expr="//div[hasclass('row')]/div[3]//*[hasclass('card-title')]" position="replace">
  24. <h4 class="card-title">Organic Garden</h4>
  25. </xpath>
  26. <xpath expr="//div[hasclass('row')]/div[3]//*[hasclass('card-text')]" position="replace">
  27. <p class="card-text">Learn how to use organic gardening methods to grow the freshest food in your fruit and vegetable garden.</p>
  28. </xpath>
  29. </template>
  30. </odoo>