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.
56 lines
2.4 KiB
56 lines
2.4 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="fasion_sliders" inherit_id="website.snippets" name="slider">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_fasion.s_fasion_sliders"
|
|
t-thumbnail="/theme_fasion/static/src/images/snippets/slider-block.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="s_fasion_sliders" name="Fasion Slider">
|
|
<section class="slider">
|
|
<div class="container">
|
|
<div class="sliderdiv">
|
|
<div class="owl-carousel owl-theme">
|
|
<div class="item">
|
|
<img src="/theme_fasion/static/src/images/Slider/testimonial/1.png"/>
|
|
<span style="color:#fff">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
|
|
been the industry's standard dummy text ever since the 1500s, when an unknown
|
|
</span >
|
|
</div>
|
|
<div class="item">
|
|
<img src="/theme_fasion/static/src/images/Slider/testimonial/1.png"/>
|
|
<span style="color:#fff">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
|
|
been the industry's standard dummy text ever since the 1500s, when an unknown
|
|
</span>
|
|
</div>
|
|
<div class="item">
|
|
<img src="/theme_fasion/static/src/images/Slider/testimonial/1.png"/>
|
|
<span style="color:#fff">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
|
|
been the industry's standard dummy text ever since the 1500s, when an unknown
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <div class="owl-carousel owl-theme">-->
|
|
<!-- -->
|
|
|
|
<!-- <div>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has-->
|
|
<!-- been the industry's standard dummy text ever since the 1500s, when an unknown </div>-->
|
|
|
|
<!-- <div> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has-->
|
|
<!-- been the industry's standard dummy text ever since the 1500s, when an unknown </div>-->
|
|
|
|
|
|
<!-- </div>-->
|
|
<!-- <div class="imgdisc_button">
|
|
|
|
</div> -->
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|