odoo/ext/clarico-addons/snippet_style_7/templates/style_7.xml

40 lines
1.5 KiB
XML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template id="style_7" inherit_id="clarico_snippets.clarico_other_snippets"
name="Clarico snippet" priority="4">
<xpath
expr="//div[@id='clarico_other_snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="snippet_style_7.snippet_style_7_template" t-thumbnail="/snippet_style_7/static/src/img/Style_7.jpg" />
</xpath>
</template>
<template id="snippet_style_7_template" name="Image Content">
<section>
<div class="oe_structure" />
<div class="clarico_home_second_section">
<div class="clarico_home_second_sub_section">
<div class="chs_img_container">
<a href="#">
<img src="/snippet_style_7/static/src/img/style_7_img_1.jpeg"></img>
</a>
</div>
<div class="chs_detail_container">
<h2 class="chs_heading">Find the perfect expression of your style and taste!
</h2>
<p class="chs_para">
Shopping for chairs online can be stressful at best, without the touch
and feel element of walking into a traditional furniture
retailer.Through direct dealings with the designers and creators
themselves, we are able to secure high-quality products with a
price tag that doesnt break the budget.Our collection of chairs
online displays the quality workmanship and passion of our
craftsmen.
</p>
<a class="shop_now_button" href="#">shop Now</a>
</div>
</div>
</div>
</section>
</template>
</odoo>