[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
+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="loftspace_editor_js" name="theme_editor_loftspace" inherit_id="website.assets_editor" active="True">
<xpath expr="script[last()]" position="after">
<script type="text/javascript" src="/theme_common/static/src/js/background_image.js"></script>
</xpath>
</template>
<template id="less" name="theme loftspace less" inherit_id="website.assets_frontend" active="True" priority="1">
<xpath expr="link[last()]" position="after">
<link href="/theme_common/static/src/less/s_separator_block.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_1_column_text.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_2_column_text.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_3_column_text.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_4_column_text.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_picture_text.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_text_big_picture.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_cubes.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_header_text_big_picture.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_text_picture_text.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_banner_parallax.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_product_list.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_banner_3.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_features_carousel.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_discount.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_products_carousel.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_event_list.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_testimonial_slider.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_big_icon_circle.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/color.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/customize_modal.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/theme.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/modules.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/typography.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/options.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_banner_parallax.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_big_picture_text.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_text_big_picture.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_features_carousel.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_banner_3.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_products_carousel.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_timeline.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_numbers.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_big_icon_circle.less" rel="stylesheet" type="text/less"/>
<link href="/theme_loftspace/static/src/less/snippets/s_product_list.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<record id="theme_common.compatibility-saas-10-1" model="ir.ui.view">
<field name="active" eval="True"/>
</record>
</data>
</openerp>
+544
View File
@@ -0,0 +1,544 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="theme_customize" inherit_id="website.theme_customize" name="theme_loftspace modal">
<xpath expr="div" position="replace">
<div id="theme_customize_modal" class="modal fade bs-example-modal-sm" data-theme="theme_loftspace">
<div class="modal-dialog">
<div class="container-fluid interface modal-content">
<div class="loading_backdrop"/>
<div class="row">
<!-- ======================== Nav tabs ======================== -->
<div class="col-md-2 left-content">
<ul class="nav nav-tabs" role="tablist">
<li class="active text-center left-content-block">
<a href="#layout" class="" role="tab" data-toggle="tab"><span class="fa fa-th-list center-block"></span>LAYOUT</a>
</li>
<li class="text-center left-content-block">
<a href="#color" class="" role="tab" data-toggle="tab"><span class="fa fa-pencil center-block"></span>COLORS</a>
</li>
<li class="text-center left-content-block">
<a href="#bgcolor" class="" role="tab" data-toggle="tab"><span class="fa fa-pencil center-block"></span> BG COLORS</a>
</li>
<li class="text-center left-content-block">
<a href="#bgimage" class="" role="tab" data-toggle="tab"><span class="fa fa-picture-o center-block"></span> BG IMAGES</a>
</li>
<li class="text-center left-content-block">
<a href="#pattern" class="" role="tab" data-toggle="tab"><span class="fa fa-th center-block"></span> BG PATTERNS</a>
</li>
<li class="text-center left-content-block">
<a href="#font" class="" role="tab" data-toggle="tab"><span class="fa fa-font center-block"></span>FONTS</a>
</li>
</ul>
</div>
<!-- ========================= Content ======================== -->
<div class="col-md-10 right-content">
<div class="col-md-12 modal-header">
<button type="button" class="close">×</button>
<h4 class="modal-title text-center" id="mySmallModalLabel">Customize Theme</h4>
</div>
<div class="col-md-12 tab-content">
<!-- =============== LAYOUT CONTAINER ================= -->
<div class="tab-pane active" id="layout">
<div class="col-xs-12">
<label>
<h6 class="text-center modal-h6"><i class="fa fa-desktop"/></h6>
<p>Full width</p>
<input name="layoutvar" type="radio" data-xmlid="theme_loftspace.option_layout_fullwidth"/>
</label>
</div>
<div class="col-xs-12">
<label>
<h6 class="text-center modal-h6"><i class="fa fa-arrows-h"/></h6>
<p>Boxed</p>
<input name="layoutvar" type="radio" data-xmlid="theme_loftspace.option_layout_boxed"/>
</label>
</div>
</div>
<!-- =============== COLOR CONTAINER ================= -->
<div class="tab-pane" id="color">
<div class="row">
<div class="col-xs-12">
<p class="text-center">Color Preset 1</p>
<label class="color-combi">
<div class="row colorPreset1">
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
</div>
<input name="colorvar" type="radio" data-xmlid="theme_loftspace.option_colorPreset1"/>
</label>
</div>
<div class="col-xs-12">
<p class="text-center">Color Preset 2</p>
<label class="color-combi">
<div class="row colorPreset2">
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
</div>
<input name="colorvar" type="radio" data-xmlid="theme_loftspace.option_colorPreset2"/>
</label>
</div>
<div class="col-xs-12">
<p class="text-center">Color Preset 3</p>
<label class="color-combi">
<div class="row colorPreset3">
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
</div>
<input name="colorvar" type="radio" data-xmlid="theme_loftspace.option_colorPreset3"/>
</label>
</div>
<div class="col-xs-12">
<p class="text-center">Color Preset 4</p>
<label class="color-combi">
<div class="row colorPreset4">
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
</div>
<input name="colorvar" type="radio" data-xmlid="theme_loftspace.option_colorPreset4"/>
</label>
</div>
<div class="col-xs-12">
<p class="text-center">Color Preset 5</p>
<label class="color-combi">
<div class="row colorPreset5">
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
</div>
<input name="colorvar" type="radio" data-xmlid="theme_loftspace.option_colorPreset5"/>
</label>
</div>
<div class="col-xs-12">
<p class="text-center">Color Preset 6</p>
<label class="color-combi">
<div class="row colorPreset6">
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
</div>
<input name="colorvar" type="radio" data-xmlid="theme_loftspace.option_colorPreset6"/>
</label>
</div>
</div>
</div>
<!-- =============== BG COLOR CONTAINER ================= -->
<div class="tab-pane" id="bgcolor">
<div class="row">
<div class="col-sm-12">
<label class="col-xs-12 bg_color_01">
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_color_01"/>
</label>
<label class="col-xs-12 bg_color_02">
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_color_02"/>
</label>
<label class="col-xs-12 bg_color_03">
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_color_03"/>
</label>
<label class="col-xs-12 bg_color_04">
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_color_04"/>
</label>
<label class="col-xs-12 bg_color_05">
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_color_05"/>
</label>
<label class="col-xs-12 bg_color_06">
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_color_06"/>
</label>
<label class="col-xs-12 bg_color_07">
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_color_07"/>
</label>
<label class="col-xs-12 bg_color_08">
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_color_08"/>
</label>
</div>
</div>
</div>
<!-- =============== BG IMAGE CONTAINER ================= -->
<div class="tab-pane" id="bgimage">
<div class="row">
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_01/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_01"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_02/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_02"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_03/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_03"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_04/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_04"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_05/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_05"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_06/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_06"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_07/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_07"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_08/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_08"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_09/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_09"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/web/image/theme_loftspace.bg_img_10/250x120" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_10"/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/theme_loftspace/static/src/img/library/tn-bg-custom.jpg" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_custom" data-customize-bg=""/>
</label>
</div>
<div class="col-md-12">
<label>
<img src="/theme_loftspace/static/src/img/library/tn-bg-none.jpg" alt="Image" style="width: 100%; height: 100%;"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_none"/>
</label>
</div>
</div>
</div>
<!-- =============== BG PATTERN CONTAINER ================= -->
<div class="tab-pane" id="pattern">
<div class="row">
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_01/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_01"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_02/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_02"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_03/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_03"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_04/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_04"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_05/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_05"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_06/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_06"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_07/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_07"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_08/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_08"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_09/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_09"/>
</label>
</div>
<div class="col-xs-12">
<label class="pattern-swatch">
<img src="/web/image/theme_loftspace.bg_pattern_10/250x120" alt="Pattern"/>
<input name="bgcolorvar" type="radio" data-xmlid="theme_loftspace.option_bg_pattern_10"/>
</label>
</div>
</div>
</div>
<!-- =============== FONT CONTAINER ================= -->
<div class="tab-pane" id="font">
<div class="row">
<div class="col-xs-12">
<label class="center-block">
<h4 style="font-family: Helvetica; font-size: 30px">Helvetica</h4>
<input name="fontvar" type="radio" data-xmlid="theme_loftspace.option_font_helvetica"/>
</label>
</div>
<div class="col-xs-12">
<label class="center-block">
<h4 style="font-family: Ubuntu; font-size: 30px">Ubuntu</h4>
<input name="fontvar" type="radio" data-xmlid="theme_loftspace.option_font_ubuntu"/>
</label>
</div>
<div class="col-xs-12">
<label class="center-block">
<h4 style="font-family: SourceSansPro-Regular; font-size: 30px">SourceSansPro</h4>
<input name="fontvar" type="radio" data-xmlid="theme_loftspace.option_font_sourcesanspro"/>
</label>
</div>
<div class="col-xs-12">
<label class="center-block">
<h4 style="font-family: Rajdhani-Regular; font-size: 30px">Rajdhani</h4>
<input name="fontvar" type="radio" data-xmlid="theme_loftspace.option_font_rajdhani"/>
</label>
</div>
<div class="col-xs-12">
<label class="center-block">
<h4 style="font-family: Raleway; font-size: 30px">Raleway</h4>
<input name="fontvar" type="radio" data-xmlid="theme_loftspace.option_font_raleway"/>
</label>
</div>
<div class="col-xs-12">
<label class="center-block">
<h4 style="font-family: Roboto; font-size: 30px">Roboto</h4>
<input name="fontvar" type="radio" data-xmlid="theme_loftspace.option_font_roboto"/>
</label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</xpath>
</template>
<!-- ===================== LAYOUT OPTIONS ======================== -->
<template id="option_layout_fullwidth" name="theme_loftspace_option_layout_fullwidth" inherit_id="website.assets_frontend" active="True">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/layout/full-width.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_layout_boxed" name="theme_loftspace_option_layout_boxed" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/layout/boxed.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<!-- ===================== COLOR OPTIONS ======================== -->
<template id="option_colorPreset1" name="option_colorPreset1" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after">
<link href="/theme_loftspace/static/src/less/options/colors/colorPreset1.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="option_colorPreset2" name="option_colorPreset2" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after">
<link href="/theme_loftspace/static/src/less/options/colors/colorPreset2.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="option_colorPreset3" name="option_colorPreset3" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after">
<link href="/theme_loftspace/static/src/less/options/colors/colorPreset3.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="option_colorPreset4" name="option_colorPreset4" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after">
<link href="/theme_loftspace/static/src/less/options/colors/colorPreset4.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="option_colorPreset5" name="option_colorPreset5" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after">
<link href="/theme_loftspace/static/src/less/options/colors/colorPreset5.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template id="option_colorPreset6" name="option_colorPreset6" inherit_id="website.assets_frontend" active="True">
<xpath expr="//link[last()]" position="after">
<link href="/theme_loftspace/static/src/less/options/colors/colorPreset6.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<!-- ===================== BG COLOR OPTIONS ======================== -->
<template id="option_bg_color_01" name="option_bg_color_01" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_colors/option_bg_color_01.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_color_02" name="option_bg_color_02" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_colors/option_bg_color_02.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_color_03" name="option_bg_color_03" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_colors/option_bg_color_03.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_color_04" name="option_bg_color_04" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_colors/option_bg_color_04.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_color_05" name="option_bg_color_05" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_colors/option_bg_color_05.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_color_06" name="option_bg_color_06" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_colors/option_bg_color_06.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_color_07" name="option_bg_color_07" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_colors/option_bg_color_07.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_color_08" name="option_bg_color_08" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_colors/option_bg_color_08.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<!-- ===================== BG IMAGE OPTIONS ======================== -->
<template id="option_bg_01" name="option_bg_01" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_01.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_02" name="option_bg_02" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_02.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_03" name="option_bg_03" inherit_id="website.assets_frontend" active="True">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_03.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_04" name="option_bg_04" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_04.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_05" name="option_bg_05" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_05.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_06" name="option_bg_06" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_06.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_07" name="option_bg_07" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_07.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_08" name="option_bg_08" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_08.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_09" name="option_bg_09" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_09.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_10" name="option_bg_10" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_10.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_none" name="option_bg_none" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_none.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_custom" name="option_bg_custom" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after">
<link href="/theme_loftspace/static/src/less/options/bg_images/option_bg_custom.less" rel="stylesheet" type="text/less"/>
<style/>
</xpath>
</template>
<!-- ===================== FONT OPTIONS ======================== -->
<template id="option_font_helvetica" name="option_font_helvetica" inherit_id="website.assets_frontend" active="True">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/fonts/helvetica.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_font_ubuntu" name="option_font_ubuntu" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/fonts/ubuntu.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_font_sourcesanspro" name="option_font_sourcesanspro" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/fonts/sourcesanspro.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_font_rajdhani" name="option_font_rajdhani" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/fonts/rajdhani.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_font_raleway" name="option_font_raleway" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/fonts/raleway.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_font_roboto" name="option_font_roboto" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/fonts/roboto.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<!-- ===================== PATTERN OPTIONS ======================== -->
<template id="option_bg_pattern_01" name="option_bg_pattern_01" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_01.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_02" name="option_bg_pattern_02" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_02.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_03" name="option_bg_pattern_03" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_03.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_04" name="option_bg_pattern_04" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_04.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_05" name="option_bg_pattern_05" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_05.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_06" name="option_bg_pattern_06" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_06.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_07" name="option_bg_pattern_07" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_07.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_08" name="option_bg_pattern_08" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_08.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_09" name="option_bg_pattern_09" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_09.less" rel="stylesheet" type="text/less"/></xpath>
</template>
<template id="option_bg_pattern_10" name="option_bg_pattern_10" inherit_id="website.assets_frontend" active="False">
<xpath expr="//link[last()]" position="after"><link href="/theme_loftspace/static/src/less/options/patterns/option_bg_pattern_10.less" rel="stylesheet" type="text/less"/></xpath>
</template>
</data>
</openerp>
+100
View File
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="theme_common.image_content_logo" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_logo.png</field>
</record>
<record id="theme_common.image_content_01" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_01.png</field>
</record>
<record id="theme_common.image_content_02" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_02.jpg</field>
</record>
<record id="theme_common.image_content_03" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_03.jpg</field>
</record>
<record id="theme_common.image_content_04" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_04.jpg</field>
</record>
<record id="theme_common.image_content_05" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_05.jpg</field>
</record>
<record id="theme_common.image_content_06" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_06.jpg</field>
</record>
<record id="theme_common.image_content_07" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_07.jpg</field>
</record>
<record id="theme_common.image_content_08" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_08.png</field>
</record>
<record id="theme_common.image_content_09" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_09.jpg</field>
</record>
<record id="theme_common.image_content_10" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_10.jpg</field>
</record>
<record id="theme_common.image_content_11" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_11.jpg</field>
</record>
<record id="theme_common.image_content_12" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/content_img_12.jpg</field>
</record>
<!-- Product images -->
<record id="theme_common.image_product_01" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_01.jpg</field>
</record>
<record id="theme_common.image_product_02" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_02.jpg</field>
</record>
<record id="theme_common.image_product_03" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_03.jpg</field>
</record>
<record id="theme_common.image_product_04" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_04.jpg</field>
</record>
<record id="theme_common.image_product_05" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_05.jpg</field>
</record>
<record id="theme_common.image_product_06" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_06.jpg</field>
</record>
<record id="theme_common.image_product_07" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_07.jpg</field>
</record>
<record id="theme_common.image_product_08" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_08.jpg</field>
</record>
<record id="theme_common.image_product_09" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_09.jpg</field>
</record>
<record id="theme_common.image_product_10" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_10.jpg</field>
</record>
<record id="theme_common.image_product_11" model="ir.attachment">
<field name="url">/theme_loftspace/static/src/img/content/product_img_11.jpg</field>
</record>
<!-- Website Builder Custom Images -->
<record id="website.s_cover_default_image" model="ir.attachment">
<field name="url">/web/image/theme_common.image_content_09</field>
</record>
</data>
</openerp>
+179
View File
@@ -0,0 +1,179 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="bg_img_01" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background1.jpg</field>
<field name="datas_fname">background1.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg1.jpg</field>
</record>
<record id="bg_img_02" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background2.jpg</field>
<field name="datas_fname">background2.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg2.jpg</field>
</record>
<record id="bg_img_03" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background3.jpg</field>
<field name="datas_fname">background3.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg3.jpg</field>
</record>
<record id="bg_img_04" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background4.jpg</field>
<field name="datas_fname">background4.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg4.jpg</field>
</record>
<record id="bg_img_05" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background5.jpg</field>
<field name="datas_fname">background5.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg5.jpg</field>
</record>
<record id="bg_img_06" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background6.jpg</field>
<field name="datas_fname">background6.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg6.jpg</field>
</record>
<record id="bg_img_07" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background7.jpg</field>
<field name="datas_fname">background7.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg7.jpg</field>
</record>
<record id="bg_img_08" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background8.jpg</field>
<field name="datas_fname">background8.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg8.jpg</field>
</record>
<record id="bg_img_09" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background9.jpg</field>
<field name="datas_fname">background9.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg9.jpg</field>
</record>
<record id="bg_img_10" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">background10.jpg</field>
<field name="datas_fname">background10.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/library/bg10.jpg</field>
</record>
<!-- Background Patterns
========================================================================== -->
<record id="bg_pattern_01" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_01.png</field>
<field name="datas_fname">pattern_01.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_01.png</field>
</record>
<record id="bg_pattern_02" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_02.png</field>
<field name="datas_fname">pattern_02.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_02.png</field>
</record>
<record id="bg_pattern_03" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_03.png</field>
<field name="datas_fname">pattern_03.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_03.png</field>
</record>
<record id="bg_pattern_04" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_04.png</field>
<field name="datas_fname">pattern_04.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_04.png</field>
</record>
<record id="bg_pattern_05" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_05.png</field>
<field name="datas_fname">pattern_05.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_05.png</field>
</record>
<record id="bg_pattern_06" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_06.png</field>
<field name="datas_fname">pattern_06.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_06.png</field>
</record>
<record id="bg_pattern_07" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_07.png</field>
<field name="datas_fname">pattern_07.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_07.png</field>
</record>
<record id="bg_pattern_08" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_08.png</field>
<field name="datas_fname">pattern_08.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_08.png</field>
</record>
<record id="bg_pattern_09" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_09.png</field>
<field name="datas_fname">pattern_09.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_09.png</field>
</record>
<record id="bg_pattern_10" model="ir.attachment">
<field name="public" eval="True"/>
<field name="name">pattern_10.png</field>
<field name="datas_fname">pattern_10.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_loftspace/static/src/img/pattern/pattern_10.png</field>
</record>
</data>
</openerp>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="theme_loftspace_website_options_pattern" inherit_id="website.snippet_options">
<xpath expr="//div[@data-js='background']" position="attributes">
<attribute name="data-exclude" add=".s_color_blocks_2, .s_color_blocks_4, .s_cubes"/>
</xpath>
<xpath expr="//div[@data-js='colorpicker']" position="attributes">
<attribute name="data-selector" add=".product-widget, .hero-bg"/>
<attribute name="data-exclude" add=".s_color_blocks_2, .s_color_blocks_4, .s_cubes"/>
</xpath>
<xpath expr="//div[@data-js='background_position']" position="attributes">
<attribute name="data-exclude" add=".s_cubes"/>
</xpath>
</template>
</odoo>
+38
View File
@@ -0,0 +1,38 @@
<?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_big_picture_text" t-thumbnail="/theme_common/static/src/img/snippets/s_big_picture_text.png"/>
<t t-snippet="theme_common.s_text_picture_text" t-thumbnail="/theme_common/static/src/img/snippets/s_text_picture_text.png"/>
<t t-snippet="theme_common.s_text_big_picture" t-thumbnail="/theme_common/static/src/img/snippets/s_text_big_picture.png"/>
<t t-snippet="theme_common.s_cubes" t-thumbnail="/theme_common/static/src/img/snippets/s_cubes.png"/>
<t t-snippet="theme_common.s_header_text_big_picture" t-thumbnail="/theme_common/static/src/img/snippets/s_header_text_bigpicture.png"/>
<t t-snippet="theme_common.s_product_list" t-thumbnail="/theme_common/static/src/img/snippets/s_product_list.png"/>
<t t-snippet="theme_common.s_numbers" t-thumbnail="/theme_loftspace/static/src/img/snippets/s_numbers.png"/>
<t t-snippet="theme_common.s_features_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_features.png"/>
<t t-snippet="theme_common.s_color_blocks_2" t-thumbnail="/theme_loftspace/static/src/img/snippets/2_color_blocks.png"/>
<t t-snippet="theme_common.s_color_blocks_4" t-thumbnail="/theme_loftspace/static/src/img/snippets/color_blocks.png"/>
<t t-snippet="theme_common.s_timeline" t-thumbnail="/theme_loftspace/static/src/img/snippets/timeline.png"/>
<t t-snippet="theme_common.s_event_list" t-thumbnail="/theme_loftspace/static/src/img/snippets/event_list.png"/>
<t t-snippet="theme_common.s_testimonial_slider" t-thumbnail="/theme_loftspace/static/src/img/snippets/testimonial.png"/>
<t t-snippet="theme_common.s_big_icon_circle" t-thumbnail="/theme_loftspace/static/src/img/snippets/s_big_icon_circle.png"/>
</xpath>
<xpath expr="//div[@id='snippet_content']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_separator_block" t-thumbnail="/theme_common/static/src/img/snippets/s_separator_block.png"/>
<t t-snippet="theme_common.s_1_column_text" t-thumbnail="/theme_common/static/src/img/snippets/s_1_column_text.png"/>
<t t-snippet="theme_common.s_2_column_text" t-thumbnail="/theme_common/static/src/img/snippets/s_2_column_text.png"/>
<t t-snippet="theme_common.s_3_column_text" t-thumbnail="/theme_common/static/src/img/snippets/s_3_column_text.png"/>
<t t-snippet="theme_common.s_4_column_text" t-thumbnail="/theme_common/static/src/img/snippets/s_4_column_text.png"/>
</xpath>
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_products_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_products_carousel.png"/>
</xpath>
<xpath expr="//div[@id='snippet_effect']/div[hasclass('o_panel_body')]/t" position="before">
<t t-snippet="theme_common.s_banner_parallax" t-thumbnail="/theme_common/static/src/img/snippets/s_full_height_banner.png"/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Loftspace Banner 3" id="loftspace_s_3" inherit_id="theme_common.s_banner_3">
<xpath expr="//div[hasclass('carousel-inner')]//img" position="replace"></xpath>
<!-- delete second img -->
<xpath expr="//div[hasclass('carousel-inner')]//img" position="replace"></xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Loftspace Banner Parallax" id="loftspace_s_banner_parallax" inherit_id="theme_common.s_banner_parallax">
<xpath expr="//section[hasclass('parallax')]//img" position="replace">
</xpath>
</template>
</data>
</openerp>