- Repo for opensource odoo website theme (since V13.0)
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.
 
 
 
 

44 lines
2.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="2x Color Block" id="s_color_blocks_2">
<section class="s_color_blocks_2">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 bg-alpha text-center">
<i class="fa fa-shield fa-5x d-block mx-auto"/>
<h2>This Is a Color Block</h2>
<h3 class="text-muted mb16">Highlight Your Content</h3>
<p class="text-justify mb32">Color blocks are a simple and effective way to <strong>present and highlight your content</strong>. Choose an image or a color for the background. You can even resize and duplicate the blocks to create your own layout. Add images or icons to customize the blocks.</p>
<a href="#" class="btn btn-info mb32">
<i class="fa fa-1x fa-cog"/> More Details
</a>
</div>
<div class="col-lg-6 bg-gamma text-center">
<i class="fa fa-cube fa-5x d-block mx-auto"/>
<h2>An Other Color Block</h2>
<h3 class="text-muted mb16">Customize Backgrounds</h3>
<p class="text-justify mb32">Color blocks are a simple and effective way to <strong>present and highlight your content</strong>. Choose an image or a color for the background. You can even resize and duplicate the blocks to create your own layout. Add images or icons to customize the blocks.</p>
<a href="#" class="btn btn-info mb32">
<i class="fa fa-1x fa-cog"/> More Details
</a>
</div>
</div>
</div>
</section>
</template>
<template id="s_color_blocks_2-opt" inherit_id="website.snippet_options">
<xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
<attribute name="data-selector" add=".s_color_blocks_2 [class*='col-']"/>
<attribute name="data-exclude" add=".s_color_blocks_2"/>
</xpath>
<xpath expr="//div[@data-js='background']" position="attributes">
<attribute name="data-selector" add=".s_color_blocks_2 [class*='col-']"/>
<attribute name="data-exclude" add=".s_color_blocks_2"/>
</xpath>
<xpath expr="//div[@data-js='background_position']" position="attributes">
<attribute name="data-selector" add=".s_color_blocks_2 [class*='col-']"/>
<attribute name="data-exclude" add=".s_color_blocks_2"/>
</xpath>
</template>
</odoo>