[ADD] theme saas-11.3

This commit is contained in:
Design
2021-05-12 08:20:52 +02:00
committed by Jeremy Kersten
commit 68b9b836c0
3864 changed files with 222422 additions and 0 deletions
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="less" name="theme_bewise less" inherit_id="website.assets_frontend" active="True">
<xpath expr="." position="inside">
<link href="/theme_common/static/src/less/s_discount.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_event_list.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_profile.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_icon_box.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_icon_box_circle.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_icon_box_square.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_pricing.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_process_steps_2.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_timeline.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_lead_bar.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_logo_bar.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_color_blocks_2.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_color_blocks_4.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_image.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_image_parallax.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_team_profiles.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_slide_banner.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_separator_shade.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_separator_color.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_text_highlight.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_testimonial_slider.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_icon_circle.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_icon_square.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_mini_nav_bar.less" rel="stylesheet" type="text/less"/>
<script src="/theme_common/static/src/js/s_mini_nav_bar.js" type="text/javascript"/>
<link href="/theme_common/static/src/less/s_separator_nav.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_separator_multicolor.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_separator_multicolor_fw.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_color_blocks_img.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_color_blocks_slider.less" rel="stylesheet" type="text/less"/>
<link href="/theme_bewise/static/src/less/customize_modal.less" rel="stylesheet" type="text/less"/>
<link href="/theme_bewise/static/src/less/colors.less" rel="stylesheet" type="text/less"/>
<link href="/theme_bewise/static/src/less/padding.less" rel="stylesheet" type="text/less"/>
<link href="/theme_bewise/static/src/less/theme.less" rel="stylesheet" type="text/less"/>
<link href="/theme_bewise/static/src/less/snippets.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="assets_editor" inherit_id="website.assets_editor" name="Editor assets">
<xpath expr="." position="inside">
<script type="text/javascript" src="/theme_common/static/src/js/s_progress_bar.js"></script>
</xpath>
</template>
</data>
</openerp>
+242
View File
@@ -0,0 +1,242 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- Customize -->
<template id="theme_customize" inherit_id="website.theme_customize" name="theme_bewise modal">
<xpath expr="div" position="replace">
<div id="theme_customize_modal" class="modal fade bs-example-modal-sm">
<div class="modal-dialog">
<div class="modal-content">
<div class="loading_backdrop"></div>
<div class="modal-header">
<button type="button" class="close">×</button>
<h4 class="modal-title" id="mySmallModalLabel">Customize your theme</h4>
</div>
<div class="modal-body panel-group clean-panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default clean-panel">
<div id="collapseTwo" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<h5>Change the layout</h5>
<table name="layout">
<tr>
<td class=" text-center">
<label class="clean-layout-combi center-block">
<h6 class="text-center modal-h6 clean-layout-combi">WIDE VIEW</h6>
<input name="layoutvar" type="radio" data-xmlid=""/>
</label>
</td>
<td class=" text-center">
<label class="clean-layout-combi center-block">
<h6 class="text-center modal-h6 clean-layout-combi">BOXED VIEW</h6>
<input name="layoutvar" type="radio" data-xmlid="theme_bewise.option_layout_boxed"/>
</label>
</td>
</tr>
</table>
<h5>Show/Hide the Menu</h5>
<table name="layout">
<tr>
<td class=" text-center">
<label class="clean-layout-combi center-block">
<h6 class="text-center modal-h6 clean-layout-combi">SHOW MENU</h6>
<input name="menuvar" type="radio" data-xmlid="theme_bewise.option_layout_show_menu"/>
</label>
</td>
<td class=" text-center">
<label class="clean-layout-combi center-block">
<h6 class="text-center modal-h6 clean-layout-combi">HIDE MENU</h6>
<input name="menuvar" type="radio" data-xmlid="theme_bewise.option_layout_hide_menu"/>
</label>
</td>
</tr>
</table>
<h5>Select a background</h5>
<table name="background-option">
<tr>
<td>
<label class="clean-bg-layout-combi">
<img src="/theme_bewise/static/src/img/customize/bg_preset_1.gif" alt="BG 1" class="clean-bg-layout-combi-img"/>
<input id="bgvar-1" name="bgcolorvar" type="radio" data-xmlid="theme_bewise.option_bg_preset_1"/>
</label>
</td>
<td>
<label class="clean-bg-layout-combi">
<img src="/theme_bewise/static/src/img/customize/bg_preset_2.gif" alt="BG 2" class="clean-bg-layout-combi-img"/>
<input id="bgvar-2" name="bgcolorvar" type="radio" data-xmlid="theme_bewise.option_bg_preset_2"/>
</label>
</td>
<td>
<label class="clean-bg-layout-combi">
<img src="/theme_bewise/static/src/img/customize/bg_preset_3.gif" alt="BG 3" class="clean-bg-layout-combi-img"/>
<input id="bgvar-3" name="bgcolorvar" type="radio" data-xmlid="theme_bewise.option_bg_preset_3"/>
</label>
</td>
<td>
<label class="clean-bg-layout-combi">
<img src="/theme_bewise/static/src/img/customize/bg_preset_4.gif" alt="BG 4" class="clean-bg-layout-combi-img"/>
<input id="bgvar-4" name="bgcolorvar" type="radio" data-xmlid="theme_bewise.option_bg_preset_4"/>
</label>
</td>
</tr>
</table>
<h5>Choose the main color</h5>
<table name="color">
<tr>
<td>
<label class="clean-color-combi">
<img src="/theme_bewise/static/src/img/customize/color_preset_1.gif" alt="COLOR 1" class="clean-color-layout-combi"/>
<input id="colorvar-1" name="colorvar" type="radio" data-xmlid="theme_bewise.option_color_preset_1"/>
</label>
</td>
<td>
<label class="clean-color-combi">
<img src="/theme_bewise/static/src/img/customize/color_preset_2.gif" alt="COLOR 2" class="clean-color-layout-combi"/>
<input id="colorvar-2" name="colorvar" type="radio" data-xmlid="theme_bewise.option_color_preset_2"/>
</label>
</td>
<td>
<label class="clean-color-combi">
<img src="/theme_bewise/static/src/img/customize/color_preset_3.gif" alt="COLOR 3" class="clean-color-layout-combi"/>
<input id="colorvar-3" name="colorvar" type="radio" data-xmlid="theme_bewise.option_color_preset_3"/>
</label>
</td>
<td>
<label class="clean-color-combi">
<img src="/theme_bewise/static/src/img/customize/color_preset_4.gif" alt="COLOR 4" class="clean-color-layout-combi"/>
<input id="colorvar-4" name="colorvar" type="radio" data-xmlid="theme_bewise.option_color_preset_4"/>
</label>
</td>
</tr>
</table>
<h5>Select a FONT combination</h5>
<table name="font">
<tr>
<td>
<label class=" clean-fonts-combi">
<span style="font-family:'Macilynn Marie'; font-size:16px">Macilynn Marie</span>
<span style="font-family:'Lato-Regular'; font-size:15px">/ Lato</span>
<input id="fontvar-1" name="fontvar" type="radio" data-xmlid="theme_bewise.option_font_preset_1"/>
</label>
</td>
<td>
<label class=" clean-fonts-combi">
<span style="font-family:'AlegreyaSansSC-Light'; font-size:14px">Alegreya Sans</span>
<span style="font-family:'DroidSerif'; font-size:13px" >/ Droid Serif</span>
<input id="fontvar-4" name="fontvar" type="radio" data-xmlid="theme_bewise.option_font_preset_2"/>
</label>
</td>
</tr>
<tr>
<td>
<label class=" clean-fonts-combi">
<span style="font-family:'Rosario-Regular'; font-size:15px">Rosario</span>
<span style="font-family:'Roboto-Regular'; font-size:15px" >/ Roboto</span>
<input id="fontvar-3" name="fontvar" type="radio" data-xmlid="theme_bewise.option_font_preset_3"/>
</label>
</td>
<td>
<label class=" clean-fonts-combi">
<span style="font-family:'LobsterTwo-Italic'; font-size:14px">Lobster</span>
<span style="font-family:'Philosopher-Regular'; font-size:14px" >/ Philosopher</span>
<input id="fontvar-2" name="fontvar" type="radio" data-xmlid="theme_bewise.option_font_preset_4"/>
</label>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</xpath>
</template>
<!-- Menu -->
<template id="option_layout_hide_menu" name="option_hide_menu" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/layout_hide_menu.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_layout_show_menu" name="option_show_menu" inherit_id="theme_bewise.less" active="True">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/layout_show_menu.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<!-- Layout -->
<template id="option_layout_boxed" name="option_layout_boxed" inherit_id="theme_bewise.less" active="True">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/layout_boxed.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<!-- Main Color -->
<template id="option_color_preset_1" name="option_color_preset_1" inherit_id="theme_bewise.less" active="True">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/color_preset_1.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_color_preset_2" name="option_color_preset_2" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/color_preset_2.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_color_preset_3" name="option_color_preset_2" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/color_preset_3.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_color_preset_4" name="option_color_preset_4" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/color_preset_4.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<!-- BG Color -->
<template id="option_bg_preset_1" name="option_bg_preset_1" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/bg_preset_1.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_preset_2" name="option_bg_preset_2" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/bg_preset_2.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_preset_3" name="option_bg_preset_3" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/bg_preset_3.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_preset_4" name="option_bg_preset_4" inherit_id="theme_bewise.less" active="True">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/bg_preset_4.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<!-- Font Combinations -->
<template id="option_font_preset_1" name="option_font_preset_1" inherit_id="theme_bewise.less" active="True">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/font_preset_1.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_font_preset_2" name="option_font_preset_2" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/font_preset_2.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_font_preset_3" name="option_font_preset_3" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/font_preset_3.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_font_preset_4" name="option_font_preset_4" inherit_id="theme_bewise.less" active="False">
<xpath expr="." position="inside"><link href="/theme_bewise/static/src/less/options/font_preset_4.less" rel="stylesheet" type="text/less"/></xpath>
</template>
</data>
</openerp>
+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- Theme logo -->
<record id="theme_common.image_content_logo" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_logo.png</field>
</record>
<record id="theme_common.image_content_logo_small" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_logo_small.png</field>
</record>
<!-- Image for img tags with variations -->
<record id="theme_common.image_content_01" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_01.png</field>
</record>
<record id="theme_common.image_content_02" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_02.png</field>
</record>
<record id="theme_common.image_content_03" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_03.png</field>
</record>
<record id="theme_common.image_content_04" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_04.png</field>
</record>
<record id="theme_common.image_content_05" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_05.png</field>
</record>
<record id="theme_common.image_content_06" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_06.png</field>
</record>
<record id="theme_common.image_content_07" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_07.png</field>
</record>
<record id="theme_common.image_content_08" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_08.png</field>
</record>
<record id="theme_common.image_content_09" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_09.jpg</field>
</record>
<record id="theme_common.image_content_10" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_10.jpg</field>
</record>
<record id="theme_common.image_content_11" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_11.jpg</field>
</record>
<!--
<record id="theme_common.image_content_12" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_12.jpg</field>
</record>
-->
<record id="theme_common.image_content_13" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_13.jpg</field>
</record>
<record id="theme_common.image_content_14" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_14.png</field>
</record>
<record id="theme_common.image_content_15" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_15.png</field>
</record>
<record id="theme_common.image_content_16" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_16.png</field>
</record>
<record id="theme_common.image_content_17" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_17.png</field>
</record>
<record id="theme_common.image_content_18" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/content/content_img_18.png</field>
</record>
<!-- Change default images of snippets -->
<record id="website.s_cover_default_image" model="ir.attachment">
<field name="url">/theme_bewise/static/src/img/backgrounds/bg_img_06.jpg</field>
</record>
</data>
</openerp>
+84
View File
@@ -0,0 +1,84 @@
<openerp>
<data>
<record id="img_library_01" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_01.jpg</field>
<field name="datas_fname">img_library_01.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_01.jpg</field>
</record>
<record id="img_library_02" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_02.jpg</field>
<field name="datas_fname">img_library_02.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_02.jpg</field>
</record>
<record id="img_library_03" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_03.jpg</field>
<field name="datas_fname">img_library_03.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_03.jpg</field>
</record>
<record id="img_library_04" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_04.jpg</field>
<field name="datas_fname">img_library_04.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_04.jpg</field>
</record>
<record id="img_library_05" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_05.jpg</field>
<field name="datas_fname">img_library_05.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_05.jpg</field>
</record>
<record id="img_library_06" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_06.jpg</field>
<field name="datas_fname">img_library_06.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_06.jpg</field>
</record>
<record id="img_library_07" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_07.jpg</field>
<field name="datas_fname">img_library_07.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_07.jpg</field>
</record>
<record id="img_library_08" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_08.jpg</field>
<field name="datas_fname">img_library_08.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_08.jpg</field>
</record>
<record id="img_library_09" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_09.jpg</field>
<field name="datas_fname">img_library_09.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_09.jpg</field>
</record>
<record id="img_library_10" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">img_library_10.jpg</field>
<field name="datas_fname">img_library_10.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_bewise/static/src/img/library/img_library_10.jpg</field>
</record>
</data>
</openerp>
+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="snippet_selection" inherit_id="website.snippets">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]/t[@t-snippet='website.s_cover']" position="after">
<t t-snippet="theme_common.s_color_blocks_2" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
<t t-snippet="theme_common.s_color_blocks_img" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
<t t-snippet="theme_common.s_color_blocks_4" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
<t t-snippet="theme_common.s_column" t-thumbnail="/theme_common/static/src/img/snippets/s_column.png"/>
<t t-snippet="theme_common.s_two_columns" t-thumbnail="/theme_common/static/src/img/snippets/s_two_columns.png"/>
<t t-snippet="theme_common.s_three_columns_circle" t-thumbnail="/theme_common/static/src/img/snippets/s_three_columns_circle.png"/>
</xpath>
<xpath expr="//div[@id='snippet_content']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_text_highlight" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
<t t-snippet="theme_common.s_separator_color" t-thumbnail="/theme_common/static/src/img/snippets/s_separator.png"/>
<t t-snippet="theme_common.s_separator_multicolor" t-thumbnail="/theme_common/static/src/img/snippets/s_separator.png"/>
<t t-snippet="theme_common.s_separator_multicolor_fw" t-thumbnail="/theme_common/static/src/img/snippets/s_separator.png"/>
<t t-snippet="theme_common.s_separator_shade" t-thumbnail="/theme_common/static/src/img/snippets/s_separator.png"/>
<t t-snippet="theme_common.s_big_icon_circle" t-thumbnail="/theme_common/static/src/img/snippets/s_icon_box_circle.png"/>
<t t-snippet="theme_common.s_big_icon_square" t-thumbnail="/theme_common/static/src/img/snippets/s_icon_box_square.png"/>
<t t-snippet="theme_common.s_icon_box" t-thumbnail="/theme_common/static/src/img/snippets/s_icon_box.png"/>
<t t-snippet="theme_common.s_icon_box_circle" t-thumbnail="/theme_common/static/src/img/snippets/s_icon_box_circle.png"/>
<t t-snippet="theme_common.s_icon_box_square" t-thumbnail="/theme_common/static/src/img/snippets/s_icon_box_square.png"/>
<t t-snippet="theme_common.s_progress_bar" t-thumbnail="/theme_common/static/src/img/snippets/s_progress_bar.png"/>
</xpath>
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_lead_bar" t-thumbnail="/theme_common/static/src/img/snippets/s_lead_bar.png"/>
<t t-snippet="theme_common.s_team_profiles" t-thumbnail="/theme_common/static/src/img/snippets/s_profile.png"/>
<t t-snippet="theme_common.s_profile" t-thumbnail="/theme_common/static/src/img/snippets/s_profile.png"/>
<t t-snippet="theme_common.s_timeline" t-thumbnail="/theme_common/static/src/img/snippets/s_timeline.png"/>
<t t-snippet="theme_common.s_timeline_compact" t-thumbnail="/theme_common/static/src/img/snippets/s_timeline.png"/>
<t t-snippet="theme_common.s_event_list" t-thumbnail="/theme_common/static/src/img/snippets/s_event_list.png"/>
<t t-snippet="theme_common.s_discount" t-thumbnail="/theme_common/static/src/img/snippets/s_comparison.png"/>
<t t-snippet="theme_common.s_pricing" t-thumbnail="/theme_common/static/src/img/snippets/s_comparison.png"/>
<t t-snippet="theme_common.s_process_steps_2" t-thumbnail="/theme_common/static/src/img/snippets/s_process_step.png"/>
</xpath>
<xpath expr="//div[@id='snippet_effect']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_big_image" t-thumbnail="/theme_common/static/src/img/snippets/s_big_image.png"/>
<t t-snippet="theme_common.s_big_image_parallax" t-thumbnail="/theme_common/static/src/img/snippets/s_big_image.png"/>
<t t-snippet="theme_common.s_testimonial_slider" t-thumbnail="/theme_common/static/src/img/snippets/s_slide_banner.png"/>
<t t-snippet="theme_common.s_mini_nav_bar" t-thumbnail="/theme_common/static/src/img/snippets/s_big_image.png"/>
<t t-snippet="theme_common.s_separator_nav" t-thumbnail="/theme_common/static/src/img/snippets/s_process_step.png"/>
<t t-snippet="theme_common.s_color_blocks_slider" t-thumbnail="/theme_common/static/src/img/snippets/s_color_block.png"/>
</xpath>
</template>
</odoo>
+132
View File
@@ -0,0 +1,132 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="bewise_snippet_options" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='background']" position="attributes">
<attribute name="data-selector">section, .carousel, .parallax, .s_color_blocks_2_block, .s_color_blocks_4_block, .s_big_image</attribute>
</xpath>
<xpath expr="//div[@data-js='background']" position="after">
<div data-js='sizing_x'
data-selector=".row.simple-stepwizard-row > .simple-stepwizard-step"
data-drop-in='.row.simple-stepwizard-row'/>
<div data-js="scroll_nav"
data-selector="section">
<li class="dropdown-submenu">
<a tabindex="-1" href="#"><i class="fa fa-mouse-pointer" />Scroll Nav</a>
<ul class="dropdown-menu">
<li data-select-class="o_scroll_nav"><a>Enabled</a></li>
<li data-select-class=""><a>Disabled</a></li>
</ul>
</li>
</div>
<div data-selector="s_separator_multicolor"
data-drop-near="section, p, h1, h2, h3, blockquote, .well, .panel, .oe_share, .progress"/>
<div data-selector=".s_separator_color"
data-drop-near="section, p, h1, h2, h3, blockquote, .well, .panel, .oe_share, .progress"/>
<div data-selector=".s_separator_shade"
data-drop-near="section, p, h1, h2, h3, blockquote, .well, .panel, .oe_share, .progress"/>
<div data-selector=".s_text_highlight"
data-drop-near="section, p, h1, h2, h3, blockquote, .well, .panel, .oe_share, .progress"/>
</xpath>
</template>
<!-- Option colorpicker override default from website and add a new one for some object -->
<template id="options_colorpicker" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='colorpicker']" position="replace">
<div data-js='colorpicker' data-selector="section, .carousel, .parallax, .s_big_image, .s_team_profile_box, .s_color_blocks_2_block, .s_color_blocks_4_block, .s_event_list time, .s_text_highlight, .s_color_blocks_img_title">
<li class="dropdown-submenu">
<a tabindex="-1" href="#"><i class="fa fa-paint-brush" />Color</a>
<ul class="dropdown-menu">
<li>
<table class="colorpicker">
<tr>
<td colspan="9">Theme colors</td>
</tr>
<tr>
<td><button data-color="alpha"></button></td>
<td><button data-color="beta"></button></td>
<td><button data-color="gamma"></button></td>
<td><button data-color="delta"></button></td>
<td><button data-color="epsilon"></button></td>
</tr>
<tr>
<td><button data-color="white"></button></td>
<td><button data-color="black"></button></td>
</tr>
</table>
</li>
</ul>
</li>
</div>
</xpath>
</template>
<!-- Colorpicker used for editor and when li of color option is empty -->
<template id="colorpicker" inherit_id="web_editor.colorpicker" name="theme_clean colorpicker">
<xpath expr="colorpicker" position="replace">
<table class="colorpicker">
<tr>
<td colspan="9">Theme colors</td>
</tr>
<tr>
<td><button data-color="alpha"></button></td>
<td><button data-color="beta"></button></td>
<td><button data-color="gamma"></button></td>
<td><button data-color="delta"></button></td>
<td><button data-color="epsilon"></button></td>
</tr>
<tr>
<td colspan="9">Custom colors</td>
</tr>
<tr>
<td><button data-color="turquoise-light"/></td>
<td><button data-color="green-light"/></td>
<td><button data-color="blue-light"/></td>
<td><button data-color="purple-light"/></td>
<td><button data-color="pink-light"/></td>
<td><button data-color="red-light"/></td>
<td><button data-color="brown-light"/></td>
<td><button data-color="orange-light"/></td>
<td><button data-color="yellow-light"/></td>
</tr>
<tr>
<td><button data-color="turquoise"/></td>
<td><button data-color="green"/></td>
<td><button data-color="blue"/></td>
<td><button data-color="purple"/></td>
<td><button data-color="pink"/></td>
<td><button data-color="red"/></td>
<td><button data-color="brown"/></td>
<td><button data-color="orange"/></td>
<td><button data-color="yellow"/></td>
</tr>
<tr>
<td><button data-color="turquoise-dark"/></td>
<td><button data-color="green-dark"/></td>
<td><button data-color="blue-dark"/></td>
<td><button data-color="purple-dark"/></td>
<td><button data-color="pink-dark"/></td>
<td><button data-color="red-dark"/></td>
<td><button data-color="brown-dark"/></td>
<td><button data-color="orange-dark"/></td>
<td><button data-color="yellow-dark"/></td>
</tr>
<tr>
<td><button data-color="white"/></td>
<td><button data-color="clouds"/></td>
<td><button data-color="silver"/></td>
<td><button data-color="concrete"/></td>
<td><button data-color="stone"/></td>
<td><button data-color="asphalt"/></td>
<td><button data-color="midnight"/></td>
<td><button data-color="black"/></td>
</tr>
</table>
</xpath>
</template>
</odoo>