mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
6f379e8b1c
task-4178017
Part of task-4177975
X-original-commit: dff50a4a87
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_picture" inherit_id="website.s_picture">
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt88 pb88 o_cc o_cc5" remove="pt64 pb64" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//section/div" position="attributes">
|
|
<attribute name="class" add="container" remove="o_container_small" separator=" "></attribute>
|
|
</xpath>
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
Explore World's Hidden Gems
|
|
</xpath>
|
|
<xpath expr="//p" position="replace" mode="inner">
|
|
Set off on an unforgettable adventure to the world's most breathtaking locations, thoughtfully curated just for you.
|
|
</xpath>
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="style">width: 100%;</attribute>
|
|
</xpath>
|
|
<xpath expr="//figcaption" position="replace" mode="inner">
|
|
Old Harry Rocks, Isle of Purbeck
|
|
</xpath>
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="src">/web/image/website.s_popup_default_image</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|