[ADD] theme 13.0
@@ -0,0 +1,27 @@
|
||||
Odoo Proprietary License v1.0
|
||||
|
||||
This software and associated files (the "Software") may only be used (executed,
|
||||
modified, executed after modifications) if you have purchased a valid license
|
||||
from the authors, typically via Odoo Apps, or if you have received a written
|
||||
agreement from the authors of the Software (see the COPYRIGHT file).
|
||||
|
||||
You may develop Odoo modules that use the Software as a library (typically
|
||||
by depending on it, importing it and using its resources), but without copying
|
||||
any source code or material from the Software. You may distribute those
|
||||
modules under the license of your choice, provided that this license is
|
||||
compatible with the terms of the Odoo Proprietary License (For example:
|
||||
LGPL, MIT, or proprietary licenses similar to this one).
|
||||
|
||||
It is forbidden to publish, distribute, sublicense, or sell copies of the Software
|
||||
or modified copies of the Software.
|
||||
|
||||
The above copyright notice and this permission notice must be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
@@ -0,0 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from . import models
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
'name': 'Notes & Play Theme',
|
||||
'description': 'Notes & Play Theme',
|
||||
'category': 'Theme/Retail',
|
||||
'summary': 'Musics, Sound, Concerts, Artists, Records, Stores',
|
||||
'sequence': 280,
|
||||
'version': '1.0',
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/snippets.xml',
|
||||
'views/images_content.xml',
|
||||
'views/images_library.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/Notes_description.png',
|
||||
'static/description/notes_screenshot.jpeg',
|
||||
],
|
||||
'license': 'LGPL-3',
|
||||
'live_test_url': 'https://theme-notes.odoo.com/page/demo',
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_notes
|
||||
#
|
||||
# Translators:
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 09:03+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2019\n"
|
||||
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_notes
|
||||
#: model:ir.model,name:theme_notes.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr "Werkzeuge"
|
||||
@@ -0,0 +1,21 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_notes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 09:03+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_notes
|
||||
#: model:ir.model,name:theme_notes.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,21 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_notes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 09:03+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: theme_notes
|
||||
#: model:ir.model,name:theme_notes.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,25 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_notes
|
||||
#
|
||||
# Translators:
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 09:03+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2019\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_notes
|
||||
#: model:ir.model,name:theme_notes.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr "Thema tools"
|
||||
@@ -0,0 +1,22 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_notes
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 09:03+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 09:03+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: theme_notes
|
||||
#: model:ir.model,name:theme_notes.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr ""
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_notes
|
||||
#
|
||||
# Translators:
|
||||
# liAnGjiA <liangjia@qq.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 09:03+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: liAnGjiA <liangjia@qq.com>, 2019\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: theme_notes
|
||||
#: model:ir.model,name:theme_notes.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr "主题实用工具"
|
||||
@@ -0,0 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from . import theme_notes
|
||||
@@ -0,0 +1,10 @@
|
||||
from odoo import models
|
||||
|
||||
|
||||
class ThemeNotes(models.AbstractModel):
|
||||
_inherit = 'theme.utils'
|
||||
|
||||
def _theme_notes_post_copy(self, mod):
|
||||
# For compatibility
|
||||
# self.enable_view('theme_common.compatibility-saas-10-1')
|
||||
pass
|
||||
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,211 @@
|
||||
<section class="container">
|
||||
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
|
||||
<hr>
|
||||
|
||||
<p class="lead">Notes is a professional responsive HTML5 theme, built using Bootstrap3,
|
||||
the most popular front-end framework for developing responsive, mobile
|
||||
first projects on the web. Just drag & drop the new building blocks
|
||||
you need to easily build your layout. All layouts are made of sections,
|
||||
that you can easily combine to fit your specific project.</p>
|
||||
<img src="Notes_description.png" class="img-fluid d-block mx-auto"/>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">Notes Customization Tool</h2>
|
||||
|
||||
<p>Theme Notes comes with customization tools. You can easily change
|
||||
the background, the colors and the font combination of your website or
|
||||
you a preset.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<img src="customtool.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<h3>Theme Notes comes with a lot of options</h3>
|
||||
<ul>
|
||||
<li>6 PRESETS</li>
|
||||
<li>WIDE OR BOXED LAYOUT</li>
|
||||
<li>6 COLOR SCHEMES</li>
|
||||
<li>8 BACKGROUND SHADES OR USE YOUR OWN</li>
|
||||
<li>6 FONT COMBINATIONS</li>
|
||||
<li>10 BACKGROUND PATTERNS</li>
|
||||
</ul>
|
||||
<p>All the background, color and font combinations were made to work together.
|
||||
You can not go wrong with the settings.</p>
|
||||
|
||||
<h3>Minimalistic Flat Design</h3>
|
||||
<p>Notes was made with easy customization and branding in mind. Based on
|
||||
simple, modern and typographical elements, it allows you to easily customize
|
||||
your website.</p>
|
||||
|
||||
<h3>6 Prebuild Presets</h3>
|
||||
<p>You don't have the time to play with options? Don't worry, Notes gives
|
||||
you six full presets wich combine colors, fonts and background.</p>
|
||||
|
||||
<p>This theme has an <a href="https://apps.odoo.com/apps/10.0/theme_notes_sale/">additional eCommerce plugin</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h2 class="text-muted">Notes Building Blocks</h2>
|
||||
|
||||
<p class="mb32">You get a new complete range of building blocks.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<h4 class="text-muted">CONTENT BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Title</li>
|
||||
<li>1 Column Text</li>
|
||||
<li>2 Column Text</li>
|
||||
<li>3 Column Text</li>
|
||||
<li>4 Column Text</li>
|
||||
<li>Custom Button</li>
|
||||
<li>Separator Block</li>
|
||||
</ul>
|
||||
<h4 class="text-muted mb16">STRUCTURE BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Custom Banner</li>
|
||||
<li>Big Picture + Text</li>
|
||||
<li>Text + Big Picture</li>
|
||||
<li>Cubes</li>
|
||||
<li>Features Slideshow</li>
|
||||
<li>Header + Text + Picture</li>
|
||||
<li>Product List</li>
|
||||
<li>Text + Image + Text</li>
|
||||
<li>Parallax Banner</li>
|
||||
<li>4 Color Blocks</li>
|
||||
<li>Timeline</li>
|
||||
<li>Event List</li>
|
||||
<li>Logos Bar</li>
|
||||
<li>Testimonial Slider</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<h4 class="text-muted">FEATURES BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Slide Banner</li>
|
||||
<li>Slideshow with products</li>
|
||||
</ul>
|
||||
<h4 class="text-muted">EFFECTS BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Big Image Parallax</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<h3>Customize Your Blocks</h3>
|
||||
<p class="mb16">Each building blocks comes with its own options. </p>
|
||||
<img src="customtool2.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Some fonts might not work with extended charsets.</p>
|
||||
<p>The images in the theme are copyrighted and can't be used outside of the odoo.com domain.</p>
|
||||
<hr>
|
||||
|
||||
<h1 class="text-center">CONTRIBUTORS LIST</h1>
|
||||
<br/>
|
||||
|
||||
<p class="strong text-center">This theme was created with the help of our user community.</p>
|
||||
|
||||
<h3 class="text-center">Thanks to our backers the Indiegogo campaign was a success!</h3>
|
||||
|
||||
<p class="text-center"><a>https://www.indiegogo.com/projects/bootstrap-themes-for-odoo-cms/</a></p>
|
||||
<br/>
|
||||
|
||||
<h1 class="text-center"><u>Main Sponsor</u></h1>
|
||||
<br/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.aselcis.com/" target="blank">
|
||||
<img src="contributors/aselcis.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.bas-solutions.nl/" target="blank">
|
||||
<img src="contributors/bas-solutions.png" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.bloopark.de/" target="blank">
|
||||
<img src="contributors/bloopark.png" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.brouwland.com" target="blank">
|
||||
<img src="contributors/brouwland.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.catsanddogs.com/" target="blank">
|
||||
<img src="contributors/catsdogs.png" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="https://www.hucke-media.de/" target="blank">
|
||||
<img src="contributors/huckemedia.png" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.datadialog.net/" target="blank">
|
||||
<img src="contributors/dialognet.png" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.dynapps.be/" target="blank">
|
||||
<img src="contributors/dynapps.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://opusvl.com/" target="blank">
|
||||
<img src="contributors/opusvl.png" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://oxenworkwear.com/" target="blank">
|
||||
<img src="contributors/oxen.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.simplit.co/" target="blank">
|
||||
<img src="contributors/simplitco.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.sodexis.com/" target="blank">
|
||||
<img src="contributors/sodexis.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin-bottom:30px;">
|
||||
<div class="col-lg-2 offset-lg-3">
|
||||
<a href="https://www.techreceptives.com" target="blank">
|
||||
<img src="contributors/tech-receptives.png" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="http://www.applicatour.com/" target="blank">
|
||||
<img src="contributors/applicatour.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<a href="https://vauxoo.com" target="blank">
|
||||
<img src="contributors/vauxoo.png" class="img-fluid d-block mx-auto"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Ross Whiting, Oxenworkwear - Hans Balis - Stephan Keller, Sodexis, Inc. - Michael Hucke, Hucke Media GmbH & Co. KG - Joachim Grubelnik, DaDi EDV GmbH datadialog.net - DynApps - Cats&Dogs bvba - Bloopark systems GmbH & Co. KG - Parthiv Patel, Tech Receptives Solutions Pvt. Ltd. - Stuart Mackintosh, OpusVL - Erwin van der Ploeg, BAS Solutions - ali Zuaby, simplit co - Aselcis Consulting - Nhomar Hernandez, Vauxoo</p>
|
||||
|
||||
<h1 class="text-center"><u>Sponsor</u></h1>
|
||||
<br/>
|
||||
|
||||
<p>Robert Baumgartner, datenpol gmbh - openBIG - Russell Phillippe, Protogenos Ltd - Julien Allo, Julius - EasyPME - Jonathan Wilson, WillowIT Pty Ltd - Xavier Mallein, MAallein - Pedro M. Baeza, Serv. Tecnol. Avanzados - Daniel Dico, OERP Canada - Jantz Business Group b.v. - LogicaSoft Consulting - Eric Caudal, Elico Corp - Ermin Trevisan, Twanda - Jean-François Mattler, OpenFid SAS - Alex Ferrer, Lannex IT Solutions - Tony Gu, Shine IT Co. Ltd. 先安科技 - TaPo-IT OG - Jos De Graeve, Apertoso - Nicolas Rigo, eezee-it - Luis Miguel Varón E, Colorisa S.A - OpenBias - Stanislas Drouin Applicatour</p>
|
||||
|
||||
<h1 class="text-center"><u>Power Designer</u></h1>
|
||||
<br/>
|
||||
|
||||
<p>Rohit Thakral - François Dhommeaux, Ubic Informatique - Judson Alves, Market Home Delivery - Eric Flaux, ABF Osiell - Gilles Dupont - Arnis Putniņš - Johnson Martt, GetOpenERP (Part of OpenStow Technologies) - Gianluca Milano - Daniel Stolovich, ATEL S.A. - Equitania Software GmbH - Senthilnathan G - Houssine Bakkali - Arend Trip - Kevin Woolf, Baba Kevin's American Barbecue Co., Ltd. - toodoo sàrl - Zoltan Gabor 'Apersis' - Tom De Decker, WEB2GO LTD - Nicolás Cavalier Montenegro, STOREGUD CORPORATION SAC - Keirse Jerome - REAL Solutions S.A. - Davide Corio - Brice Muangkhot - Melvin Miguel Martinez, Mendoza Hernandez - Auditores - Chua Wen Ching - Tran Minh Tri working, ungdungtinhoc.com - Badisheng Morena - Sogexis - Josh Wardini - The Tee Shirt Bakery - Bruce Letterle, Red Lab Media - Benoit Vankoningsloo - Francisco Manuel Garcia Claramonte. - Paulina Mikolajczak-Blasco - Collectiv - Tony Fernando - Herbert Riener, rigaConcepts - Kalmen Chia, E-Global SCM Solution Sdn Bhd - Rob North, Pair A Dice Games - David E. Vargas, CloudShop - François Le Gal - Calin Chete (24h Solutions) - Maria Gabriela Fong, MAGA Systems & Consulting - Pascal Behr, Cytosurge AG - Marc Antwertinger - Opencloud Unipessoal, Lda - Ruchir Shukla, BizzAppDev - Michael Hucke, Hucke Media GmbH & Co. KG - Mathias Neef, copadoMEDIA UG - Pablo Arias - Same Motion - livingprocess.de - Habib Ayob - Igor Jovanovic - Liangming Wang, Weixuan Inc. - Jason Au Yeung, Binary System Limited - Fredrik Arvas, Arvas International AB - Martin Temmink, Zigaret - Mathieu Vanneste, Flockdesign - Filip Fruru, Instant Media - Marianne Wilmsmeier, Fabrik Fünf GmbH - Vertex Group Enterprises - Bingen Eguzkitza - Herczeg Péter, InnOpen Group Kft - Giles Hohnen - Luis Felipe Miléo, KMEE - Maria Gabriela Fong, MAGA Systems & Consulting - Aaron Magon, Web Industries - Andrew Trueman, B.M. Trueman & Partners - Sven Petersen, Conexus - Nous Cambas - Oliver Yuan, OpenStone - Henri Ibowili, A-YANT.COM - Nicolas JEUDY - Helmut Drewes - Maik Steinfeld, Streward - Hans Henrik Gabelgaard - AJ Rosman - Eduard - Patrick Darribet, SUDOKEYS - Camptocamp - Cyril Morisse - Alejandro Santana - Eva Pinter, YBO - Mathias Neef, copadoMEDIA UG - Jean-Christophe Perrot, LOGICASOFT - Zarshed Ali, HiTechnologia - Stefan Reisich - Maxime Chambreuil, Savoir-faire Linux - Mario Gielissen, Openworx - Nicholas Burdic, Aptoworks LLC - Olivier Lenoir</p>
|
||||
</section>
|
||||
|
After Width: | Height: | Size: 42 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 64 KiB |
|
After Width: | Height: | Size: 153 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 9.8 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 7.1 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 119 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 603 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 484 KiB |
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 453 B |
|
After Width: | Height: | Size: 43 KiB |
|
After Width: | Height: | Size: 222 B |
|
After Width: | Height: | Size: 8.0 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 920 B |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 375 B |
|
After Width: | Height: | Size: 681 B |
|
After Width: | Height: | Size: 909 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 994 B |
|
After Width: | Height: | Size: 936 B |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,170 @@
|
||||
// Links
|
||||
//
|
||||
// Style anchor elements.
|
||||
|
||||
$link-color: palette-theme-color('delta') !default;
|
||||
$link-hover-color: palette-theme-color('alpha') !default;
|
||||
$link-hover-decoration: none !default;
|
||||
|
||||
// Components
|
||||
//
|
||||
// Define common padding and border radius sizes and more.
|
||||
|
||||
$border-color: palette-gray('600') !default;
|
||||
|
||||
$border-radius: 0 !default;
|
||||
$border-radius-lg: 0 !default;
|
||||
$border-radius-sm: 0 !default;
|
||||
|
||||
$box-shadow-sm: 0 !default;
|
||||
$box-shadow: 0 !default;
|
||||
$box-shadow-lg: 0 !default;
|
||||
|
||||
// Fonts
|
||||
//
|
||||
// Font, line-height, and color for body text, headings, and more.
|
||||
|
||||
// stylelint-enable value-keyword-case
|
||||
|
||||
$font-weight-normal: 500 !default;
|
||||
|
||||
$h1-font-size: $o-theme-font-size-base * (40 / 16) !default;
|
||||
$h2-font-size: $o-theme-font-size-base * (32 / 16) !default;
|
||||
$h3-font-size: $o-theme-font-size-base * (28 / 16) !default;
|
||||
$h4-font-size: $o-theme-font-size-base * (24 / 16) !default;
|
||||
$h5-font-size: $o-theme-font-size-base * (20 / 16) !default;
|
||||
$h6-font-size: $o-theme-font-size-base !default;
|
||||
|
||||
$hr-border-color: palette-gray('600') !default;
|
||||
|
||||
// Buttons + Forms
|
||||
//
|
||||
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
||||
|
||||
$input-btn-padding-y: .625rem !default;
|
||||
$input-btn-padding-x: 1.25rem !default;
|
||||
|
||||
$input-btn-focus-color: darken(palette-theme-color('primary'), 15%) !default;
|
||||
$input-btn-focus-box-shadow: 0 0 0 0 0 !default;
|
||||
|
||||
$input-btn-padding-y-sm: .625rem !default;
|
||||
$input-btn-padding-x-sm: 1.25rem !default;
|
||||
|
||||
$input-btn-padding-y-lg: .625rem !default;
|
||||
$input-btn-padding-x-lg: 1.25rem !default;
|
||||
|
||||
$input-btn-border-width: 0 !default;
|
||||
|
||||
// Buttons
|
||||
//
|
||||
// For each of Bootstrap's buttons, define text, background, and border color.
|
||||
|
||||
$btn-box-shadow: 0 !default;
|
||||
$btn-focus-box-shadow: $btn-box-shadow !default;
|
||||
$btn-active-box-shadow: $btn-box-shadow !default;
|
||||
|
||||
// Forms
|
||||
|
||||
$input-bg: palette-theme-color('secondary') !default;
|
||||
|
||||
$input-color: #242327 !default;
|
||||
$input-border-width: .0625rem !default;
|
||||
$input-box-shadow: $btn-box-shadow !default;
|
||||
|
||||
$input-focus-bg: darken(palette-theme-color('primary'), 15%) !default;
|
||||
$input-focus-box-shadow: $btn-box-shadow !default;
|
||||
|
||||
$input-height-border: .0625rem !default;
|
||||
|
||||
$form-check-input-margin-y: 0 !default;
|
||||
$form-check-input-margin-x: 0 !default;
|
||||
|
||||
$form-check-inline-margin-x: 0 !default;
|
||||
$form-check-inline-input-margin-x: 0 !default;
|
||||
|
||||
$custom-select-focus-box-shadow: none !default;
|
||||
|
||||
// Dropdowns
|
||||
//
|
||||
// Dropdown menu container and contents.
|
||||
|
||||
$dropdown-padding-y: .3125rem !default;
|
||||
$dropdown-spacer: 0 !default;
|
||||
$dropdown-border-radius: .25rem !default;
|
||||
$dropdown-border-width: .0625rem !default;
|
||||
$dropdown-divider-bg: palette-gray('white') !default;
|
||||
$dropdown-box-shadow: 0 .375rem 1.75em rgba(palette-gray('black'), .175) !default;
|
||||
|
||||
$dropdown-item-padding-y: .1875rem !default;
|
||||
$dropdown-item-padding-x: 1.25rem !default;
|
||||
|
||||
// Navs
|
||||
|
||||
$nav-link-padding-y: .625rem !default;
|
||||
$nav-link-padding-x: .9375rem !default;
|
||||
|
||||
$nav-tabs-border-width: 0 !default;
|
||||
$nav-tabs-link-active-color: palette-gray('white') !default;
|
||||
$nav-tabs-link-active-bg: transparent !default;
|
||||
|
||||
$nav-pills-link-active-color: palette-gray('white') !default;
|
||||
$nav-pills-link-active-bg: transparent !default;
|
||||
|
||||
$nav-divider-color: transparent !default;
|
||||
$nav-divider-margin-y: 0 !default;
|
||||
|
||||
// Navbar
|
||||
|
||||
$navbar-padding-y: 0 !default;
|
||||
$navbar-padding-x: 0 !default;
|
||||
|
||||
$navbar-nav-link-padding-x: 0.9375rem !default;
|
||||
|
||||
$navbar-brand-font-size: 3.125rem !default;
|
||||
|
||||
// Pagination
|
||||
|
||||
$pagination-padding-y: .375rem !default;
|
||||
$pagination-padding-y-sm: .3125rem !default;
|
||||
$pagination-padding-x-sm: .625rem !default;
|
||||
$pagination-padding-y-lg: .625rem !default;
|
||||
$pagination-padding-x-lg: 1rem !default;
|
||||
|
||||
$pagination-color: palette-gray('700') !default;
|
||||
$pagination-border-width: .1875rem !default;
|
||||
$pagination-border-color: palette-gray('white') !default;
|
||||
|
||||
$pagination-focus-box-shadow: 0 0 0 0 0 !default;
|
||||
|
||||
$pagination-hover-color: palette-theme-color('epsilon') !default;
|
||||
$pagination-hover-bg: palette-gray('white') !default;
|
||||
$pagination-hover-border-color: #242327 !default;
|
||||
|
||||
$pagination-active-color: palette-theme-color('epsilon') !default;
|
||||
$pagination-active-bg: palette-gray('white') !default;
|
||||
$pagination-active-border-color: palette-theme-color('epsilon') !default;
|
||||
|
||||
// Cards
|
||||
|
||||
$card-cap-bg: palette-gray('white') !default;
|
||||
|
||||
// Badges
|
||||
|
||||
$badge-padding-y: .3125rem !default;
|
||||
$badge-padding-x: .625rem !default;
|
||||
$badge-border-radius: .625rem !default;
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-padding-y: .5rem !default;
|
||||
$breadcrumb-padding-x: .9375rem !default;
|
||||
$breadcrumb-item-padding: 0 !default;
|
||||
|
||||
$breadcrumb-margin-bottom: 1.25rem !default;
|
||||
|
||||
$breadcrumb-bg: palette-gray('white') !default;
|
||||
$breadcrumb-divider-color: palette-theme-color('epsilon') !default;
|
||||
|
||||
// Carousel
|
||||
|
||||
$carousel-control-color: palette-gray('800') !default;
|
||||
@@ -0,0 +1,15 @@
|
||||
$s-banner-3-carosel-control-color: rgba(0, 0, 0, 0);
|
||||
$s-banner-3-padding: 0px;
|
||||
@mixin s-banner-3-col-center-hook {
|
||||
margin-left: 16.6667%;
|
||||
text-align: center;
|
||||
@include media-breakpoint-down(sm) {
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
$s-big-picture-text-padding: 0;
|
||||
|
||||
$s-text-big-picture-padding: 0;
|
||||
|
||||
$s-timeline-company-color: $-gray-700;
|
||||
@@ -0,0 +1,141 @@
|
||||
|
||||
@mixin o-bg-color-extension($color, $text-color, $with-muted) {
|
||||
// FIXME "support" of link colors as before ?
|
||||
// a:not(.btn) {
|
||||
// color: $linkcolor;
|
||||
// &:hover, &:focus {
|
||||
// color: $hovercolor;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
$o-theme-bg-img-01: url("/web/image/theme_common.image_content_11");
|
||||
$o-theme-bg-img-02: url("/web/image/theme_common.image_content_09");
|
||||
$o-theme-bg-img-03: url("/web/image/theme_common.image_content_10");
|
||||
$o-theme-bg-img-04: url("/web/image/theme_common.image_content_12");
|
||||
$o-theme-bg-img-05: null;
|
||||
$o-theme-bg-img-06: null;
|
||||
$o-theme-bg-img-07: null;
|
||||
|
||||
$o-theme-font-size-base: 1rem;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Colors
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// Theme colors
|
||||
$o-theme-color-palettes: (
|
||||
(
|
||||
'alpha': #ffffff,
|
||||
'beta': #47464b,
|
||||
'gamma': #3B3D4D,
|
||||
'delta': #E6FA16,
|
||||
'epsilon': #9B96B4,
|
||||
),
|
||||
(
|
||||
'alpha': #ffffff,
|
||||
'beta': #101010,
|
||||
'gamma': #474747,
|
||||
'delta': #ff0000,
|
||||
'epsilon': #e94060,
|
||||
),
|
||||
(
|
||||
'alpha': #ffffff,
|
||||
'beta': #19272c,
|
||||
'gamma': #90c0cf,
|
||||
'delta': #e94060,
|
||||
'epsilon': #5ed7e9,
|
||||
),
|
||||
(
|
||||
'alpha': #ffffff,
|
||||
'beta': #212523,
|
||||
'gamma': #2d6a51,
|
||||
'delta': #72bd9e,
|
||||
'epsilon': #bcfa16,
|
||||
),
|
||||
(
|
||||
'alpha': #ffffff,
|
||||
'beta': #4B4D52,
|
||||
'gamma': #DE8642,
|
||||
'delta': #B9B1A8,
|
||||
'epsilon': #FFF2E7,
|
||||
),
|
||||
(
|
||||
'alpha': #ffffff,
|
||||
'beta': #fee202,
|
||||
'gamma': #514947,
|
||||
'delta': #48372f,
|
||||
'epsilon': #766151,
|
||||
),
|
||||
);
|
||||
|
||||
// Grays
|
||||
$-gray-700: lighten(#000, 33.5%);
|
||||
$o-gray-color-palettes: ();
|
||||
@each $-palette in $o-theme-color-palettes {
|
||||
$o-gray-color-palettes: append($o-gray-color-palettes, (
|
||||
'black': #000000,
|
||||
'900': lighten(#000, 20%),
|
||||
'700': $-gray-700,
|
||||
'600': lighten(#000, 46.7%),
|
||||
'200': lighten(#000, 85%),
|
||||
'white': #ffffff,
|
||||
));
|
||||
}
|
||||
|
||||
// Colors
|
||||
$o-color-palettes: ();
|
||||
@each $-palette in $o-theme-color-palettes {
|
||||
$o-color-palettes: append($o-color-palettes, (
|
||||
'body': #535258,
|
||||
'menu': #49484C,
|
||||
'footer': #3E3F4E,
|
||||
'text': white,
|
||||
));
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Fonts
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-theme-fonts: (
|
||||
('Cuprum', sans-serif),
|
||||
('Open Sans', sans-serif),
|
||||
('Mukta', sans-serif),
|
||||
('Overlock', cursive),
|
||||
('Rajdhani', sans-serif),
|
||||
('Ubuntu', sans-serif),
|
||||
('Droid Sans', sans-serif),
|
||||
);
|
||||
$o-theme-font-urls: (
|
||||
'Cuprum:300,300i,400,400i,700,700i',
|
||||
'Oxygen:300,300i,400,400i,700,700i',
|
||||
'Mukta:300,300i,400,400i,700,700i',
|
||||
'Overlock:300,300i,400,400i,700,700i',
|
||||
'Rajdhani:300,300i,400,400i,700,700i',
|
||||
'Ubuntu:300,300i,400,400i,700,700i',
|
||||
'Droid+Sans:300,300i,400,400i,700,700i',
|
||||
);
|
||||
$o-theme-font-names: (
|
||||
'Cuprum',
|
||||
'Oxygen',
|
||||
'Mukta',
|
||||
'Overlock',
|
||||
'Rajdhani',
|
||||
'Ubuntu',
|
||||
'Droid Sans',
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Website customizations
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'header-font-size': (18 / 16) * 1rem,
|
||||
'font-number': 1,
|
||||
'headings-font-number': 1,
|
||||
'navbar-font-number': 1,
|
||||
'buttons-font-number': 1,
|
||||
),
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
$-palettes: $o-color-palettes;
|
||||
$o-color-palettes: ();
|
||||
$i: 1;
|
||||
@each $-palette in $-palettes {
|
||||
$-theme-palette: nth($o-theme-color-palettes, $i);
|
||||
$o-color-palettes: append($o-color-palettes, o-theme-common-add-color-variations($-theme-palette, $-palette));
|
||||
$i: $i + 1;
|
||||
}
|
||||
$o-user-color-palette: o-theme-common-add-color-variations($o-user-theme-color-palette, $o-user-color-palette);
|
||||
@@ -0,0 +1,9 @@
|
||||
$s-banner-parallax-height: 100vh;
|
||||
$s-banner-parallax-padding: 0px;
|
||||
@mixin s-banner-parallax-hero-bg-hook {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
};
|
||||
@mixin s-banner-parallax-row-hook {
|
||||
vertical-align: bottom;
|
||||
};
|
||||
@@ -0,0 +1,8 @@
|
||||
@mixin s-features-carousel-inner-hook {
|
||||
.carousel-inner .row {
|
||||
margin: 0 70px;
|
||||
@include media-breakpoint-down(sm) {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,315 @@
|
||||
|
||||
@include o-theme-cfa-header-shadows();
|
||||
|
||||
main > :first-child{
|
||||
margin: 50px auto;
|
||||
}
|
||||
#wrap {
|
||||
margin: 50px auto;
|
||||
.text-muted{
|
||||
&:after {
|
||||
color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ========== Navigation =========== */
|
||||
.navbar {
|
||||
border: none;
|
||||
background: theme-color('beta');
|
||||
|
||||
.container {
|
||||
padding: 0px;
|
||||
|
||||
.navbar-toggler {
|
||||
border-color: o-theme-color('epsilon');
|
||||
&:hover {
|
||||
background-color: gray('800');
|
||||
}
|
||||
}
|
||||
.navbar-brand {
|
||||
margin-left: 25px;
|
||||
}
|
||||
.navbar-collapse {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
#wrapwrap > header .container .navbar-collapse {
|
||||
@include media-breakpoint-down(sm) {
|
||||
margin: 0;
|
||||
border: none !important;
|
||||
padding-top: 30px;
|
||||
}
|
||||
.navbar-nav {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
#top_menu {
|
||||
@include o-theme-cfa-top-menu-style($bg-color: o-theme-color('beta'), $dropdown-item-hover-color: o-theme-color('alpha'),
|
||||
$nav-link-color: o-theme-color('delta'), $transition: color 0.3s ease-out);
|
||||
.nav-link {
|
||||
&.active {
|
||||
color: o-theme-color('delta');
|
||||
font-weight: normal;
|
||||
}
|
||||
.badge-primary { // shop if there is any product in cart
|
||||
background-color: o-theme-color('delta');
|
||||
font-size: 12px;
|
||||
padding: 0.1em 0.6em 0.1em;
|
||||
border-radius: 30px;
|
||||
position: relative;
|
||||
top: -15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
/* ====================== Footer ======================== */
|
||||
#wrapwrap > footer {
|
||||
.container h4 {
|
||||
border-top: 5px solid o-theme-color('gamma-dark');
|
||||
}
|
||||
@include o-theme-cfa-footer-style($font-size: medium, $padding: 8px 65px, $bg-color: transparent,
|
||||
$h4-padding: 20px 0 0 0, $h4-color: o-theme-color('epsilon'));
|
||||
|
||||
> .container:last-child {
|
||||
margin: 0 !important;
|
||||
width: 100%;
|
||||
background-color: o-theme-color('gamma-dark');
|
||||
color: o-theme-color('alpha');
|
||||
.text-muted, a:not(.js_change_lang) {
|
||||
color: o-theme-color('alpha');
|
||||
}
|
||||
}
|
||||
#footer {
|
||||
margin-top: 0px;
|
||||
background-color: o-theme-color('gamma');
|
||||
|
||||
.row > div h2 a {
|
||||
display: inline;
|
||||
}
|
||||
.col-lg-3, .col-lg-5 {
|
||||
padding: 20px 0px;
|
||||
h2 { // social icons in footer
|
||||
text-transform: uppercase;
|
||||
font-size: 25px;
|
||||
color: o-theme-color('beta');
|
||||
a {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/* ====================== button style ======================== */
|
||||
@mixin btn-styles($btn-color, $btn-hover-color, $btn-text-color, $btn-text-hover-color) {
|
||||
transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
|
||||
background-color: $btn-color;
|
||||
border: 2px solid rgba(0, 0, 0, 0);
|
||||
color: $btn-text-color;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: $btn-hover-color;
|
||||
border: 2px solid $btn-color;
|
||||
}
|
||||
&:hover {
|
||||
color: $btn-text-hover-color;
|
||||
}
|
||||
&:active {
|
||||
background-color: darken($btn-color, 12%);
|
||||
border: 3px solid $btn-color;
|
||||
}
|
||||
}
|
||||
|
||||
#wrapwrap {
|
||||
@include o-theme-cfa-btn-main-style();
|
||||
|
||||
.btn-secondary {
|
||||
@include btn-styles(gray('100'), gray('400'), gray('700'), $black);
|
||||
}
|
||||
.btn-primary {
|
||||
@include btn-styles(o-theme-color('beta'), o-theme-color('beta-dark'), o-theme-color('alpha'), gray('200'));
|
||||
}
|
||||
.btn-success {
|
||||
@include btn-styles(o-theme-color('gamma'), o-theme-color('gamma-dark'), o-theme-color('alpha'), gray('700'));
|
||||
}
|
||||
.btn-info {
|
||||
@include btn-styles(o-theme-color('delta'), o-theme-color('delta-dark'), o-theme-color('alpha'), o-theme-color('beta'));
|
||||
}
|
||||
.btn-warning {
|
||||
@include btn-styles(o-theme-color('epsilon'), o-theme-color('epsilon-dark'), gray('700'), gray('700'));
|
||||
}
|
||||
.btn-danger {
|
||||
@include btn-styles($black, gray('700'), o-theme-color('delta'), $white);
|
||||
}
|
||||
}
|
||||
|
||||
/* ===================== BLOG ===================== */
|
||||
|
||||
@include o-theme-cfa-website-blog-styles(1px solid black, uppercase);
|
||||
|
||||
/* ===================== FORUM ===================== */
|
||||
|
||||
//o-theme-color('beta')
|
||||
@include o-theme-cfa-forum-style($question-btn-color: o-theme-color('delta'), $nav-link-color: o-theme-color('delta'));
|
||||
.o_wforum_navbar_container {
|
||||
.navbar .navbar-brand {
|
||||
color: o-theme-color('alpha');
|
||||
}
|
||||
}
|
||||
.website_forum {
|
||||
#wrap {
|
||||
padding: 35px;
|
||||
.alert .close, .card {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.alert a {
|
||||
color: gray('700');
|
||||
}
|
||||
.card {
|
||||
text-align: center;
|
||||
}
|
||||
.o_page_header {
|
||||
border-bottom: none;
|
||||
}
|
||||
.badge {
|
||||
color: o-theme-color('alpha') !important;
|
||||
}
|
||||
.text-muted {
|
||||
color: gray('200') !important;
|
||||
}
|
||||
table, tbody {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ===================== EVENTS ===================== */
|
||||
|
||||
.js_event + .container {
|
||||
.card {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
.o_website_event {
|
||||
.btn-primary {
|
||||
background: rgba(0, 0, 0, 0) !important;
|
||||
&:hover {
|
||||
color: gray('600') !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ============== GENERAL STYLES ============== */
|
||||
|
||||
/* ============== Form group in events, job etc ============== */
|
||||
#wrap {
|
||||
.navbar-form, .form-inline:not(.pagination) {
|
||||
margin-bottom: 0px;
|
||||
margin-top: 5px;
|
||||
|
||||
.form-control {
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
padding: 20px 12px;
|
||||
background-color: gray('800');
|
||||
border: 1px solid gray('600');
|
||||
}
|
||||
button[type="submit"] {
|
||||
background-color: $black !important;
|
||||
color: gray('600') !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ============== Breadcrumb in events, job etc ============== */
|
||||
|
||||
.breadcrumb {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
border-radius: 0px;
|
||||
|
||||
li a {
|
||||
color: o-theme-color('delta');
|
||||
}
|
||||
}
|
||||
/* ============== Nav-pills in events, job etc ============== */
|
||||
|
||||
@include o-theme-cfa-nav-pills-styles($color: gray('200'), $active-color: o-theme-color('delta'),
|
||||
$badge-color: o-theme-color('beta'), $badge-bg: o-theme-color('delta'));
|
||||
|
||||
/* ============== Table styles ============== */
|
||||
#wrapwrap table:not(#cart_products):not(#cart_total) {
|
||||
background-color: gray('200');
|
||||
color: gray('700');
|
||||
tbody {
|
||||
background-color: gray('200');
|
||||
a {
|
||||
color: gray('700');
|
||||
text-decoration: underline;
|
||||
&:hover {
|
||||
color: gray('600');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ============== Panel styles ============== */
|
||||
|
||||
@include o-theme-cfa-card-classes($color: white, $border-color: gray('600'));
|
||||
|
||||
@include o-theme-cfa-bg-img-classes();
|
||||
|
||||
.text-primary {
|
||||
color: o-theme-color('alpha');
|
||||
}
|
||||
.text-success {
|
||||
color: o-theme-color('beta');
|
||||
}
|
||||
.text-info {
|
||||
color: o-theme-color('gamma');
|
||||
}
|
||||
.text-warning {
|
||||
color: o-theme-color('delta');
|
||||
}
|
||||
.text-danger {
|
||||
color: red;
|
||||
}
|
||||
|
||||
@if $o-theme-layout == 'boxed' {
|
||||
#wrapwrap {
|
||||
padding: 0 !important;
|
||||
|
||||
#wrap {
|
||||
width: 992px;
|
||||
@include media-breakpoint-down(md) {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.container {
|
||||
width: 992px;
|
||||
@include media-breakpoint-down(md) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.navbar > .container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
#footer {
|
||||
width: 100%;
|
||||
margin-top: 32px;
|
||||
}
|
||||
.navbar {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
} @else {
|
||||
@include o-theme-cfa-full-width-styles();
|
||||
#footer {
|
||||
margin-top: 32px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="_assets_primary_variables" inherit_id="website._assets_primary_variables" priority="1">
|
||||
<xpath expr="//link[last()]" position="after">
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_notes/static/src/scss/primary_variables.scss"/>
|
||||
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_notes/static/src/scss/snippets/s_banner_parallax.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_notes/static/src/scss/snippets/s_features_carousel.scss"/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template id="_assets_secondary_variables" inherit_id="website._assets_secondary_variables" priority="1">
|
||||
<xpath expr="//link" position="before">
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_notes/static/src/scss/secondary_variables.scss"/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template id="_assets_frontend_helpers" inherit_id="website._assets_frontend_helpers" priority="1">
|
||||
<xpath expr="//link" position="before">
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_notes/static/src/scss/bootstrap_overridden.scss"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<template id="assets_frontend" inherit_id="website.assets_frontend" priority="1">
|
||||
<xpath expr="//link[last()]" position="after">
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_masonry_block.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_header_text_big_picture.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_text_picture_text.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_banner_parallax.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_product_list.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_features_carousel.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_discount.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_color_blocks_4.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_products_carousel.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_timeline.scss"/>
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_common/static/src/scss/s_event_list.scss"/>
|
||||
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_notes/static/src/scss/theme.scss"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<template id="compatibility-saas-11-4-variables" name="Compatibility for saas-11.4 (variables)" inherit_id="theme_common.compatibility-saas-11-4-variables">
|
||||
<xpath expr="//link[last()]" position="before">
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_notes/static/src/scss/compatibility-saas-11.4-variables.scss"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,127 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="image_content_logo" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_logo</field>
|
||||
<field name="name">theme_common.image_content_logo</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_logo.png</field>
|
||||
</record>
|
||||
<record id="image_content_01" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_01</field>
|
||||
<field name="name">theme_common.image_content_01</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_01.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_02" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_02</field>
|
||||
<field name="name">theme_common.image_content_02</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_02.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_03" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_03</field>
|
||||
<field name="name">theme_common.image_content_03</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_03.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_04" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_04</field>
|
||||
<field name="name">theme_common.image_content_04</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_04.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_05" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_05</field>
|
||||
<field name="name">theme_common.image_content_05</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_05.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_06" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_06</field>
|
||||
<field name="name">theme_common.image_content_06</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_06.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_07" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_07</field>
|
||||
<field name="name">theme_common.image_content_07</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_07.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_08" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_08</field>
|
||||
<field name="name">theme_common.image_content_08</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_08.png</field>
|
||||
</record>
|
||||
<record id="image_content_09" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_09</field>
|
||||
<field name="name">theme_common.image_content_09</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_09.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_10" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_10</field>
|
||||
<field name="name">theme_common.image_content_10</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_10.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Images for slideshow -->
|
||||
<record id="image_content_11" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_11</field>
|
||||
<field name="name">theme_common.image_content_11</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_11.jpg</field>
|
||||
</record>
|
||||
<record id="image_content_12" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_content_12</field>
|
||||
<field name="name">theme_common.image_content_12</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/content_img_12.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Product images -->
|
||||
<record id="image_product_01" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_01</field>
|
||||
<field name="name">theme_common.image_product_01</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_01.jpg</field>
|
||||
</record>
|
||||
<record id="image_product_02" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_02</field>
|
||||
<field name="name">theme_common.image_product_02</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_02.jpg</field>
|
||||
</record>
|
||||
<record id="image_product_03" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_03</field>
|
||||
<field name="name">theme_common.image_product_03</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_03.jpg</field>
|
||||
</record>
|
||||
<record id="image_product_04" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_04</field>
|
||||
<field name="name">theme_common.image_product_04</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_04.jpg</field>
|
||||
</record>
|
||||
<record id="image_product_05" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_05</field>
|
||||
<field name="name">theme_common.image_product_05</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_05.png</field>
|
||||
</record>
|
||||
<record id="image_product_06" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_06</field>
|
||||
<field name="name">theme_common.image_product_06</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_06.png</field>
|
||||
</record>
|
||||
<record id="image_product_07" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_07</field>
|
||||
<field name="name">theme_common.image_product_07</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_07.png</field>
|
||||
</record>
|
||||
<record id="image_product_08" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_08</field>
|
||||
<field name="name">theme_common.image_product_08</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_08.png</field>
|
||||
</record>
|
||||
<record id="image_product_09" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_09</field>
|
||||
<field name="name">theme_common.image_product_09</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_09.png</field>
|
||||
</record>
|
||||
<record id="image_product_10" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_10</field>
|
||||
<field name="name">theme_common.image_product_10</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_10.png</field>
|
||||
</record>
|
||||
<record id="image_product_11" model="theme.ir.attachment">
|
||||
<field name="key">theme_common.image_product_11</field>
|
||||
<field name="name">theme_common.image_product_11</field>
|
||||
<field name="url">/theme_notes/static/src/img/content/product_img_11.png</field>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -0,0 +1,105 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="bg_img_01" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_01</field>
|
||||
<field name="name">theme_notes.background_img_01</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg1.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_02" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_02</field>
|
||||
<field name="name">theme_notes.background_img_02</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg2.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_03" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_03</field>
|
||||
<field name="name">theme_notes.background_img_03</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg3.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_04" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_04</field>
|
||||
<field name="name">theme_notes.background_img_04</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg4.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_05" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_05</field>
|
||||
<field name="name">theme_notes.background_img_05</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg5.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_06" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_06</field>
|
||||
<field name="name">theme_notes.background_img_06</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg6.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_07" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_07</field>
|
||||
<field name="name">theme_notes.background_img_07</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg7.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_08" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_08</field>
|
||||
<field name="name">theme_notes.background_img_08</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg8.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_09" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_09</field>
|
||||
<field name="name">theme_notes.background_img_09</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg9.jpg</field>
|
||||
</record>
|
||||
<record id="bg_img_10" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_img_10</field>
|
||||
<field name="name">theme_notes.background_img_10</field>
|
||||
<field name="url">/theme_notes/static/src/img/library/bg10.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Background Patterns -->
|
||||
<record id="bg_pattern_01" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_01</field>
|
||||
<field name="name">theme_notes.background_pattern_01</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_01.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_02" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_02</field>
|
||||
<field name="name">theme_notes.background_pattern_02</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_02.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_03" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_03</field>
|
||||
<field name="name">theme_notes.background_pattern_03</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_03.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_04" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_04</field>
|
||||
<field name="name">theme_notes.background_pattern_04</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_04.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_05" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_05</field>
|
||||
<field name="name">theme_notes.background_pattern_05</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_05.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_06" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_06</field>
|
||||
<field name="name">theme_notes.background_pattern_06</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_06.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_07" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_07</field>
|
||||
<field name="name">theme_notes.background_pattern_07</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_07.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_08" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_08</field>
|
||||
<field name="name">theme_notes.background_pattern_08</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_08.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_09" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_09</field>
|
||||
<field name="name">theme_notes.background_pattern_09</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_09.png</field>
|
||||
</record>
|
||||
<record id="bg_pattern_10" model="theme.ir.attachment">
|
||||
<field name="key">theme_notes.bg_pattern_10</field>
|
||||
<field name="name">theme_notes.background_pattern_10</field>
|
||||
<field name="url">/theme_notes/static/src/img/pattern/pattern_10.png</field>
|
||||
</record>
|
||||
</odoo>
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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_text_picture_text" t-thumbnail="/theme_common/static/src/img/snippets/s_text_picture_text.png"/>
|
||||
<t t-snippet="theme_common.s_masonry_block" t-thumbnail="/theme_common/static/src/img/snippets/s_masonry_block.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_banner_parallax" t-thumbnail="/theme_common/static/src/img/snippets/s_full_height_banner.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_features_carousel" t-thumbnail="/theme_common/static/src/img/snippets/s_features.png"/>
|
||||
<t t-snippet="theme_common.s_color_blocks_4" t-thumbnail="/theme_notes/static/src/img/snippets/color_blocks.png"/>
|
||||
<t t-snippet="theme_common.s_timeline" t-thumbnail="/theme_notes/static/src/img/snippets/timeline.png"/>
|
||||
<t t-snippet="theme_common.s_event_list" t-thumbnail="/theme_notes/static/src/img/snippets/event_list.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>
|
||||
</template>
|
||||
</odoo>
|
||||