Files
design-themes/theme_orchid/views/snippets/s_framed_intro.xml
T
stefanorigano (SRI) 77f3ab8f61 [IMP] theme_orchid: revamp the theme
task-4178087
part of task-4177975

X-original-commit: de490359d6
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-09-30 16:38:13 +00:00

39 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_framed_intro" inherit_id="website.s_framed_intro">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{'shape':'web_editor/Blobs/03','showOnMobile':true}</attribute>
<attribute name="class" add="o_cc5" remove="" separator=" "/>
</xpath>
<!-- Section Shape -->
<xpath expr="//section//div" position="before">
<div class="o_we_shape o_web_editor_Blobs_03 o_shape_show_mobile"/>
</xpath>
<!-- Subtitle -->
<xpath expr="//h1" position="before">
<p class="lead">Bloom with Joy:</p>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Fresh Flowers Delivered to Your Doorstep! Hello
</xpath>
<xpath expr="//h1" position="attributes">
<attribute name="class" add="display-2" remove="display-4" separator=" "/>
</xpath>
<!-- CTA -->
<xpath expr="//a" position="before">
<a href="#" class="btn btn-lg btn-secondary">See the Full Bloom</a>
</xpath>
<xpath expr="//a" position="replace" mode="inner">
About Us
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_three_columns_default_image_2</attribute>
</xpath>
</template>
</odoo>