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.
 
 
 
 
 

32 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="Video" inherit_id="website.snippets" name="Video">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
<t t-snippet="theme_zen.zen_video"
t-thumbnail="/theme_zen/static/src/img/snippets/Video.png"/>
</xpath>
</template>
<template id="zen_video" name="Index Video snippet">
<section class="video">
<div class="bs-example">
<button href="#Geeks2" class=" pulse" data-toggle="modal"></button>
<div id="Geeks2" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" href="#" class="close-button close" data-dismiss="modal" aria-hidden="true">
</button>
</div>
<div class="modal-body">
<iframe id="Geeks3" width="100%" height="400px" src="https://www.youtube.com/watch?v=hasdCkzXrhE"
frameborder="0" >
</iframe>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>