You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
4.0 KiB
83 lines
4.0 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="gallery_banner" inherit_id="website.snippets"
|
|
name="Gallery banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_watchhut.gallery"
|
|
t-thumbnail="/theme_watchhut/static/src/images/snippets/gallery.jpg"/>
|
|
</xpath>
|
|
<!-- Gallery Heading banner-->
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_watchhut.gallery_heading"
|
|
t-thumbnail="/theme_watchhut/static/src/images/snippets/heading.jpg"/>
|
|
</xpath>
|
|
<!-- Shop Button banner-->
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_watchhut.shop_button"
|
|
t-thumbnail="/theme_watchhut/static/src/images/snippets/shop_button.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="gallery" name="Gallery">
|
|
<!-- Section Gallery starts here -->
|
|
<section class="gallery">
|
|
<div class="container-fluid">
|
|
<div class="gallery_content">
|
|
<div class="row">
|
|
<div class="col-lg-6 col-sm-12 col-12">
|
|
<div class="col-12">
|
|
<a href="">
|
|
<div class="wrapper">
|
|
<img src="/theme_watchhut/static/src/images/gallery/1.jpg"
|
|
alt=""
|
|
class="inline-photo show-on-scroll"/>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="wrapper">
|
|
<img src="/theme_watchhut/static/src/images/gallery/2.jpg"
|
|
alt=""
|
|
class="inline-photo show-on-scroll"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 col-sm-12 col-12">
|
|
<div class="col-12">
|
|
<div class="wrapper">
|
|
<img src="/theme_watchhut/static/src/images/gallery/ww.jpg"
|
|
alt=""
|
|
class="inline-photo show-on-scroll"/>
|
|
</div>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="wrapper">
|
|
<img src="/theme_watchhut/static/src/images/gallery/4.jpg"
|
|
alt=""
|
|
class="inline-photo show-on-scroll"/>
|
|
</div>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="wrapper">
|
|
<img src="/theme_watchhut/static/src/images/gallery/5.jpg"
|
|
alt=""
|
|
class="inline-photo show-on-scroll"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-12">
|
|
<div class="wrapper">
|
|
<img src="/theme_watchhut/static/src/images/gallery/6.jpg"
|
|
alt=""
|
|
class="inline-photo show-on-scroll"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Section Gallery ends here -->
|
|
</template>
|
|
</odoo>
|