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.
30 lines
1.3 KiB
30 lines
1.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- snippet fot the video in the website-->
|
|
<template id="perfume_video" inherit_id="website.snippets" name="Banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="cts_theme_perfume.s_perfume_video"
|
|
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/video-block.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="s_perfume_video" name="Perfume Video">
|
|
<section>
|
|
<div class="video-area">
|
|
<div class="container-fluid">
|
|
<div class="row align-items-center">
|
|
<div class="col-lg-12">
|
|
<div class="video-wrap">
|
|
<div class="play-btn ">
|
|
<a class="popup-video" href="https://www.youtube.com/watch?v=jg9fwTMl8Lk">
|
|
<i class="fas fa-play"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|