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

32 lines
2.2 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_carousel" inherit_id="website.s_carousel">
  4. <!-- Slide 1 -->
  5. <xpath expr="//div[hasclass('carousel-content')]" position="replace">
  6. <div class="carousel-content col-lg-6 p-5 o_cc o_cc5 shadow border" style="border-width: 2.5px !important; box-shadow: rgb(161, 192, 5) -20px 20px 0px 0px !important; border-color: rgb(161, 192, 5) !important;">
  7. <h2><font style="font-size: 62px;">Miraillet Festival</font></h2>
  8. <p class="lead">From the 12th to the 17th of August, come and enjoy the atmosphere at the Mirallet Festival. Discover the line up below.</p>
  9. <p><br/></p>
  10. <p><a href="/contactus" class="btn btn-primary mb-2">More Info</a></p>
  11. </div>
  12. </xpath>
  13. <!-- Slide 2 -->
  14. <xpath expr="(//div[hasclass('carousel-content')])[2]" position="replace">
  15. <div class="carousel-content col-lg-8 offset-lg-2 mt48 pt48 pb40 text-center o_cc o_cc5 shadow border" style="border-width: 2.5px !important; box-shadow: rgb(161, 192, 5) 0px 20px 0px 0px !important; border-color: rgb(161, 192, 5) !important;">
  16. <h2><font style="font-size: 62px;">6 Days Pass</font></h2>
  17. <p class="lead">Tickets will be on sale soon. Do not miss our 6 Days Pass. Free camping!</p>
  18. <p><br/></p>
  19. <p><a href="/" class="btn btn-primary mb-2">More Info</a></p>
  20. </div>
  21. </xpath>
  22. <!-- Slide 3 -->
  23. <xpath expr="(//div[hasclass('carousel-content')])[3]" position="replace">
  24. <div class="carousel-content col-lg-6 offset-lg-6 p-5 pt48 pb40 o_cc o_cc5 shadow border" style="border-width: 2.5px !important; box-shadow: rgb(161, 192, 5) 20px 20px 0px 0px !important; border-color: rgb(161, 192, 5) !important;">
  25. <h2><font style="font-size: 62px;">Recent Editions</font></h2>
  26. <p class="lead">Discover what makes the reputation of the Miraillet festival through these after-movies.</p>
  27. <p><br/></p>
  28. <p><a href="/" class="btn btn-primary mb-2">More Info</a></p>
  29. </div>
  30. </xpath>
  31. </template>
  32. </odoo>