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>
27 lines
1017 B
XML
27 lines
1017 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<odoo>
|
||
|
||
<template id="s_quadrant" inherit_id="website.s_quadrant">
|
||
<!-- Layout -->
|
||
<xpath expr="//section" position="attributes">
|
||
<attribute name="class" add="o_cc o_cc3 o_colored_level" separator=" "/>
|
||
</xpath>
|
||
<xpath expr="(//div[hasclass('o_grid_item_image')])[1]" position="replace"/>
|
||
<xpath expr="(//div[hasclass('o_grid_item_image')])[2]" position="replace"/>
|
||
|
||
<!-- Title -->
|
||
<xpath expr="//h2" position="replace" mode="inner">
|
||
Taste & Enjoy
|
||
</xpath>
|
||
<!-- Paragraph -->
|
||
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
||
Experience the finest in dining with our carefully curated menus. Whether you’re at a bistro, bar, or cafe, our culinary offerings are sure to delight.<br/><br/> Taste the difference in every dish.
|
||
</xpath>
|
||
<!-- Button -->
|
||
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
|
||
Reserve a Table
|
||
</xpath>
|
||
</template>
|
||
|
||
</odoo>
|