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

26 lines
1.4 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_quotes_carousel" inherit_id="website.s_quotes_carousel">
  4. <!-- Quote 1 -->
  5. <xpath expr="(//div[hasclass('s_blockquote_content')])[1]/p" position="replace">
  6. <p>They are a great venue: clean, gorgeous, elegant and very workable for a lot of different kinds of events.</p>
  7. </xpath>
  8. <xpath expr="(//span[hasclass('s_blockquote_author')])[1]" position="replace">
  9. <span class="s_blockquote_author"><b>Linda and Paul</b> • Married in 2020</span>
  10. </xpath>
  11. <!-- Quote 2 -->
  12. <xpath expr="(//div[hasclass('s_blockquote_content')])[2]/p" position="replace">
  13. <p>The organisation was perfect. Flowers and decoration were sumptuous.</p>
  14. </xpath>
  15. <xpath expr="(//span[hasclass('s_blockquote_author')])[2]" position="replace">
  16. <span class="s_blockquote_author"><b>Jack and Mary</b> • Married in 2019</span>
  17. </xpath>
  18. <!-- Quote 3 -->
  19. <xpath expr="(//div[hasclass('s_blockquote_content')])[3]/p" position="replace">
  20. <p>The staff was anticipatory and responsive, the food was excellent, and the venue was beautiful.</p>
  21. </xpath>
  22. <xpath expr="(//span[hasclass('s_blockquote_author')])[3]" position="replace">
  23. <span class="s_blockquote_author"><b>Rose and Peter</b> • Married in 2020</span>
  24. </xpath>
  25. </template>
  26. </odoo>