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.
25 lines
1.1 KiB
25 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="map_banner" inherit_id="website.snippets" name="Map banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
|
<t t-snippet="theme_xtream.map" t-thumbnail="/theme_xtream/static/src/img/snippets/map.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="map" name="Map">
|
|
<section class="body_section">
|
|
<section class="map">
|
|
<div class="container">
|
|
<div class="mapouter">
|
|
<div class="mapouter">
|
|
<iframe width="100%" height="100%" id="gmap_canvas"
|
|
src="https://maps.google.com/maps?q=calicut&t=&z=13&ie=UTF8&iwloc=&output=embed"
|
|
frameborder="0" scrolling="no" marginheight="0" marginwidth="0"/>
|
|
<a href="https://2torrentz.net"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</template>
|
|
</odoo>
|