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

41 lines
1.9 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_references" inherit_id="website.s_references">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pt80 pb64 o_cc2" remove="pt48 pb32" separator=" "/>
  7. </xpath>
  8. <!-- Title -->
  9. <xpath expr="//h2" position="replace">
  10. <h2 style="text-align: center;">Our <b>References</b></h2>
  11. </xpath>
  12. <!-- Paragraph -->
  13. <xpath expr="//p" position="after">
  14. <p><br/></p>
  15. </xpath>
  16. <!-- Column #01 -->
  17. <xpath expr="//div[hasclass('row')]/div[1]" position="attributes">
  18. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" remove="" separator=" "/>
  19. </xpath>
  20. <!-- Column #02 -->
  21. <xpath expr="//div[hasclass('row')]/div[2]" position="attributes">
  22. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" remove="" separator=" "/>
  23. </xpath>
  24. <!-- Column #03 -->
  25. <xpath expr="//div[hasclass('row')]/div[3]" position="attributes">
  26. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" remove="" separator=" "/>
  27. </xpath>
  28. <!-- Column #04 -->
  29. <xpath expr="//div[hasclass('row')]/div[4]" position="attributes">
  30. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" remove="" separator=" "/>
  31. </xpath>
  32. <!-- Column #05 -->
  33. <xpath expr="//div[hasclass('row')]/div[5]" position="attributes">
  34. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" remove="" separator=" "/>
  35. </xpath>
  36. <!-- Column #06 -->
  37. <xpath expr="//div[hasclass('row')]/div[6]" position="attributes">
  38. <attribute name="class" add="rounded bg-white shadow-sm pt48 pb48" remove="" separator=" "/>
  39. </xpath>
  40. </template>
  41. </odoo>