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.
91 lines
3.9 KiB
91 lines
3.9 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Custom template to include the Testimonial Section on Landing Page -->
|
|
<template id="reviews" inherit_id="website.snippets" name="Reviews">
|
|
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_diva.diva_reviews"
|
|
t-thumbnail="/theme_diva/static/src/images/snippets/landing/testimonial.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<!-- Custom template for the Landing Page Testimonial Section -->
|
|
<template id="diva_reviews" name="Landing Testimonial">
|
|
<section class="land_testimonial subline">
|
|
<div class="container-fluid">
|
|
<div class="wrapper">
|
|
<div class="reviews">
|
|
<div class="review-snippet">
|
|
<div class="t_head ">Reviews
|
|
</div>
|
|
<p class="t_words ">
|
|
“I'm a testimonial. Click to
|
|
edit me and
|
|
<br/>
|
|
add text that says something
|
|
nice about
|
|
<br/>
|
|
you
|
|
and your services.”
|
|
</p>
|
|
<p class="t_name">
|
|
Joel Samson
|
|
</p>
|
|
</div>
|
|
<div class="review-snippet">
|
|
<div class="t_head ">Reviews
|
|
</div>
|
|
<p class="t_words ">
|
|
“I'm a testimonial. Click to
|
|
edit me and
|
|
<br/>
|
|
add text that says something
|
|
nice about
|
|
<br/>
|
|
you
|
|
and your services.”
|
|
</p>
|
|
<p class="t_name">
|
|
Joel Samson
|
|
</p>
|
|
</div>
|
|
<div class="review-snippet">
|
|
<div class="t_head ">Reviews
|
|
</div>
|
|
<p class="t_words ">
|
|
“I'm a testimonial. Click to
|
|
edit me and
|
|
<br/>
|
|
add text that says something
|
|
nice about
|
|
<br/>
|
|
you
|
|
and your services.”
|
|
</p>
|
|
<p class="t_name">
|
|
Joel Samson
|
|
</p>
|
|
</div>
|
|
<div class="review-snippet">
|
|
<div class="t_head ">Reviews
|
|
</div>
|
|
<p class="t_words ">
|
|
“I'm a testimonial. Click to
|
|
edit me and
|
|
<br/>
|
|
add text that says something
|
|
nice about
|
|
<br/>
|
|
you
|
|
and your services.”
|
|
</p>
|
|
<p class="t_name">
|
|
Joel Samson
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="mode subline"/>
|
|
</template>
|
|
</odoo>
|