mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
197417c65a
*: theme_anelusia, theme_artists, theme_avantgarde, theme_beauty, theme_bistro, theme_buzzy, theme_clean, theme_graphene, theme_kea, theme_kiddo, theme_monglia, theme_nano, theme_odoo_experts, theme_orchid, theme_real_estate, theme_test_custo, theme_treehouse, theme_vehicle, theme_zap Part-of: odoo/design-themes#1129 Related: odoo/odoo#222471 Related: odoo/enterprise#92087 Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
46 lines
2.1 KiB
XML
46 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_key_images" inherit_id="website.s_key_images">
|
|
<!-- Layout -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc3" separator=" "/>
|
|
</xpath>
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="src">/html_editor/image_shape/website.s_key_images_default_image_1/web_editor/geometric/geo_square_6.svg</attribute>
|
|
<attribute name="data-shape">html_builder/geometric/geo_square_6</attribute>
|
|
<attribute name="data-format-mimetype">image/webp</attribute>
|
|
<attribute name="data-file-name">s_key_images_default_image_1.svg</attribute>
|
|
<attribute name="data-shape-colors">;;;;</attribute>
|
|
</xpath>
|
|
<xpath expr="(//img)[4]" position="attributes">
|
|
<attribute name="src">/html_editor/image_shape/website.s_key_images_default_image_4/web_editor/geometric/geo_square_5.svg</attribute>
|
|
<attribute name="data-shape">html_builder/geometric/geo_square_5</attribute>
|
|
<attribute name="data-format-mimetype">image/webp</attribute>
|
|
<attribute name="data-file-name">s_key_images_default_image_4.svg</attribute>
|
|
<attribute name="data-shape-colors">;;;;</attribute>
|
|
</xpath>
|
|
|
|
<!-- Texts -->
|
|
<xpath expr="//h2" position="replace" mode="inner">
|
|
Discover Our Latest Fashion Collection
|
|
</xpath>
|
|
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
|
Explore the Trends that Define Style
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('col-lg-3')]//p[3]" position="replace" mode="inner">
|
|
A glimpse of elegance and comfort in every piece
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-3')])[2]//p[3]" position="replace" mode="inner">
|
|
Perfect outfits for every occasion
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-3')])[3]//p[3]" position="replace" mode="inner">
|
|
Quality that speaks for itself
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-3')])[4]//p[3]" position="replace" mode="inner">
|
|
Redefine your wardrobe with our latest styles
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|