Files
design-themes/theme_notes/views/snippets/s_image_gallery.xml
T

38 lines
1.8 KiB
XML
Raw Normal View History

2021-07-06 14:56:59 +00:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_image_gallery" inherit_id="website.s_image_gallery">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="s_image_gallery_arrows_boxed" remove="s_image_gallery_arrows_default" separator=" "/>
2021-07-06 14:56:59 +00:00
</xpath>
</template>
<template id="s_images_wall" inherit_id="website.s_images_wall">
2024-09-19 18:09:29 +02:00
<xpath expr="//section" position="attributes">
<attribute name="class" add="pb80" remove="pt24 pb24" separator=" "/>
<attribute name="data-oe-shape-data" add="{'shape':'web_editor/Origins/07_002','colors':{'c3':'o-color-1','c4':'o-color-4','c5':'o-color-1'},'flip':['x'],'showOnMobile':false,'shapeAnimationSpeed':'0'}"/>
</xpath>
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_07_002" style="background-image: url('/web_editor/shape/web_editor/Origins/07_002.svg?c3=o-color-1&amp;c4=o-color-4&amp;c5=o-color-1&amp;flip=x');"></div>
</xpath>
<xpath expr="//div[hasclass('row')]/." position="before">
<div class="col-lg-12">
<h2 style="text-align: center;"><span class="o_text_highlight o_text_highlight_underline o_translate_inline" style="--text-highlight-color: var(--o-color-4); --text-highlight-width: 3px;">Band Gallery</span></h2>
2024-09-19 18:09:29 +02:00
<p>
<br/>
</p>
</div>
</xpath>
2021-07-06 14:56:59 +00:00
<!-- First image -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.library_image_19</attribute>
</xpath>
2024-09-19 18:09:29 +02:00
<!-- Third image -->
<xpath expr="(//img)[3]" position="attributes">
<attribute name="src">/web/image/website.s_cover_default_image</attribute>
</xpath>
2021-07-06 14:56:59 +00:00
</template>
</odoo>