mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
97683ee283
task-4178021 Part of task-4177975 closes odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Outagant Mehdi (mou) <mou@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_image_title" inherit_id="website.s_image_title">
|
|
<!-- Layout -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="parallax" separator=" "/>
|
|
<attribute name="style"/>
|
|
<attribute name="data-scroll-background-ratio">-3</attribute>
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('o_we_bg_filter')]" position="before">
|
|
<span class="s_parallax_bg oe_img_bg o_bg_img_center" style="background-image: url('/web/image/website.s_image_title_default_image') !important;"/>
|
|
</xpath>
|
|
|
|
<!-- Texts -->
|
|
<xpath expr="//h1" position="replace" mode="inner">
|
|
A Deep Dive into Flavor and Innovation
|
|
</xpath>
|
|
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
|
Transform your dining experience with our new menu, where classic dishes meet modern creativity. Elevate your palate with flavors that blend tradition and innovation seamlessly.
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|