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.
29 lines
1.3 KiB
29 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="lego_map" inherit_id="website.snippets" name="Map">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_lego.map"
|
|
t-thumbnail="/theme_lego/static/src/img/snippets/map-block.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="map" name="Map">
|
|
<section class="contact">
|
|
<!-- Contact map section starts here -->
|
|
<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>
|
|
|