[ADD] theme saas-6

This commit is contained in:
Design
2021-05-25 18:32:22 +02:00
committed by Jeremy Kersten
commit b2e6533276
3407 changed files with 104584 additions and 0 deletions
+27
View File
@@ -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.
View File
+116
View File
@@ -0,0 +1,116 @@
{
'name': 'Theme Common',
'summary': 'Snippets Library',
'description': 'Snippets library containing snippets to be styled in Less Themes.',
'category': 'Hidden',
'version': '1.1',
'author': 'Odoo SA',
'depends': ['website'],
'data': [
# image placeholder
'data/image_content.xml',
# CLEAN
'views/s_big_image.xml',
'views/s_big_image_parallax.xml',
'views/s_color_blocks_2.xml',
'views/s_color_blocks_4.xml',
'views/s_column.xml',
'views/s_discount.xml',
'views/s_event_list.xml',
'views/s_icon_box.xml',
'views/s_icon_box_circle.xml',
'views/s_icon_box_square.xml',
'views/s_image_text_2.xml',
'views/s_lead_bar.xml',
'views/s_logo_bar.xml',
'views/s_pricing.xml',
'views/s_progress_bar.xml',
'views/s_profile.xml',
'views/s_separator_color.xml',
'views/s_separator_shade.xml',
'views/s_slide_banner.xml',
'views/s_team_profiles.xml',
'views/s_text.xml',
'views/s_text_image_2.xml',
'views/s_text_highlight.xml',
'views/s_three_columns_circle.xml',
'views/s_timeline.xml',
'views/s_timeline_compact.xml',
'views/s_title_small.xml',
'views/s_two_columns.xml',
# from theme enark
'views/s_testimonial_slider.xml',
'views/s_big_icon_circle.xml',
'views/s_big_icon_square.xml',
# from theme bewise
'views/s_mini_nav_bar.xml',
'views/s_separator_nav.xml',
'views/s_separator_multicolor.xml',
'views/s_separator_multicolor_fw.xml',
'views/s_color_blocks_img.xml',
'views/s_color_blocks_slider.xml',
# ZAP
'views/s_banner_2.xml',
'views/s_carousel_boxed.xml',
'views/s_collapse.xml',
'views/s_features_circle.xml',
'views/s_features_grid_circle.xml',
'views/s_four_columns_fw.xml',
'views/s_image_text_fw.xml',
'views/s_images_captions_fw.xml',
'views/s_label.xml',
'views/s_medias_list.xml',
'views/s_news_carousel.xml',
'views/s_numbers.xml',
'views/s_page_header.xml',
'views/s_process_steps_2.xml',
'views/s_quotes_slider_2.xml',
'views/s_references_2.xml',
'views/s_tabs.xml',
'views/s_team_profiles_2.xml',
'views/s_text_block_image_fw.xml',
'views/s_text_image_fw.xml',
'views/s_three_columns_carousel.xml',
# KIDDO
'views/s_1_column_text.xml',
'views/s_2_column_text.xml',
'views/s_3_column_text.xml',
'views/s_4_column_text.xml',
'views/s_banner_parallax.xml',
'views/s_banner_3.xml',
'views/s_big_picture_text.xml',
'views/s_button_text.xml',
'views/s_cubes.xml',
'views/s_features_carousel.xml',
'views/s_header_text_big_picture.xml',
'views/s_product_list.xml',
'views/s_separator_block.xml',
'views/s_text_big_picture.xml',
'views/s_text_picture_text.xml',
'views/s_title_big.xml',
'views/s_products_carousel.xml',
# ANELUSIA
'views/s_progress.xml',
'views/s_menu_three_columns.xml',
# GRAPHENE
'views/s_media_block.xml',
'views/s_animated_boxes.xml',
'views/s_showcase.xml',
'views/s_showcase_slider.xml',
'views/s_masonry_block.xml',
# AVANTGARDE
'views/s_css_slider.xml',
'views/s_showcase_image.xml',
'views/s_clonable_boxes.xml',
# TREEHOUSE
'views/s_timeline_icons.xml',
# MONGLIA
'views/s_full_menu.xml',
'views/s_compact_menu.xml',
'views/s_event_slide.xml',
],
'demo': [
'demo/demo.xml',
],
'application': False,
}
+290
View File
@@ -0,0 +1,290 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<!-- Theme logo -->
<record id="theme_common.image_content_logo" model="ir.attachment">
<field name="name">image_content_logo.png</field>
<field name="datas_fname">image_content_logo.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_logo.png</field>
</record>
<record id="theme_common.image_content_logo_small" model="ir.attachment">
<field name="name">image_content_logo_small.png</field>
<field name="datas_fname">image_content_logo_small.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_logo_small.png</field>
</record>
<!-- Image for img tags with variations -->
<record id="theme_common.image_content_01" model="ir.attachment">
<field name="name">image_content_01.png</field>
<field name="datas_fname">image_content_01.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_01.png</field>
</record>
<record id="theme_common.image_content_02" model="ir.attachment">
<field name="name">image_content_02.png</field>
<field name="datas_fname">image_content_02.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_02.png</field>
</record>
<record id="theme_common.image_content_03" model="ir.attachment">
<field name="name">image_content_03.png</field>
<field name="datas_fname">image_content_03.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_03.png</field>
</record>
<record id="theme_common.image_content_04" model="ir.attachment">
<field name="name">image_content_04.png</field>
<field name="datas_fname">image_content_04.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_04.png</field>
</record>
<record id="theme_common.image_content_05" model="ir.attachment">
<field name="name">image_content_05.png</field>
<field name="datas_fname">image_content_05.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_05.png</field>
</record>
<record id="theme_common.image_content_06" model="ir.attachment">
<field name="name">image_content_06.png</field>
<field name="datas_fname">image_content_06.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_06.png</field>
</record>
<record id="theme_common.image_content_07" model="ir.attachment">
<field name="name">image_content_07.png</field>
<field name="datas_fname">image_content_07.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_07.png</field>
</record>
<record id="theme_common.image_content_08" model="ir.attachment">
<field name="name">image_content_08.png</field>
<field name="datas_fname">image_content_08.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_08.png</field>
</record>
<record id="theme_common.image_content_09" model="ir.attachment">
<field name="name">image_content_09.jpg</field>
<field name="datas_fname">image_content_09.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_09.jpg</field>
</record>
<record id="theme_common.image_content_10" model="ir.attachment">
<field name="name">image_content_10.jpg</field>
<field name="datas_fname">image_content_10.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_10.jpg</field>
</record>
<record id="theme_common.image_content_11" model="ir.attachment">
<field name="name">image_content_11.gif</field>
<field name="datas_fname">image_content_11.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_11.gif</field>
</record>
<record id="theme_common.image_content_12" model="ir.attachment">
<field name="name">image_content_12.jpg</field>
<field name="datas_fname">image_content_12.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_12.jpg</field>
</record>
<record id="theme_common.image_content_13" model="ir.attachment">
<field name="name">image_content_13.jpg</field>
<field name="datas_fname">image_content_13.jpg</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_13.jpg</field>
</record>
<record id="theme_common.image_content_14" model="ir.attachment">
<field name="name">image_content_14.png</field>
<field name="datas_fname">image_content_14.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_14.png</field>
</record>
<record id="theme_common.image_content_15" model="ir.attachment">
<field name="name">image_content_15.png</field>
<field name="datas_fname">image_content_15.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_15.png</field>
</record>
<record id="theme_common.image_content_16" model="ir.attachment">
<field name="name">image_content_16.png</field>
<field name="datas_fname">image_content_16.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_16.png</field>
</record>
<record id="theme_common.image_content_17" model="ir.attachment">
<field name="name">image_content_17.png</field>
<field name="datas_fname">image_content_17.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_17.png</field>
</record>
<record id="theme_common.image_content_18" model="ir.attachment">
<field name="name">image_content_18.png</field>
<field name="datas_fname">image_content_18.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_18.png</field>
</record>
<record id="theme_common.image_content_19" model="ir.attachment">
<field name="name">image_content_19.gif</field>
<field name="datas_fname">image_content_19.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_19.gif</field>
</record>
<record id="theme_common.image_content_20" model="ir.attachment">
<field name="name">image_content_20.gif</field>
<field name="datas_fname">image_content_20.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_20.gif</field>
</record>
<record id="theme_common.image_content_21" model="ir.attachment">
<field name="name">image_content_21.gif</field>
<field name="datas_fname">image_content_21.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_21.gif</field>
</record>
<record id="theme_common.image_content_22" model="ir.attachment">
<field name="name">image_content_22.gif</field>
<field name="datas_fname">image_content_22.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_22.gif</field>
</record>
<record id="theme_common.image_content_23" model="ir.attachment">
<field name="name">image_content_23.gif</field>
<field name="datas_fname">image_content_23.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_23.gif</field>
</record>
<record id="theme_common.image_content_24" model="ir.attachment">
<field name="name">image_content_24.gif</field>
<field name="datas_fname">image_content_24.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_24.gif</field>
</record>
<record id="theme_common.image_content_25" model="ir.attachment">
<field name="name">image_content_25.gif</field>
<field name="datas_fname">image_content_25.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_25.gif</field>
</record>
<record id="theme_common.image_content_26" model="ir.attachment">
<field name="name">image_content_26.gif</field>
<field name="datas_fname">image_content_26.gif</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_content_26.gif</field>
</record>
<!-- PRODUCTS-->
<record id="theme_common.image_product_01" model="ir.attachment">
<field name="name">image_product_01.png</field>
<field name="datas_fname">image_product_01.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_02" model="ir.attachment">
<field name="name">image_product_02.png</field>
<field name="datas_fname">image_product_02.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_03" model="ir.attachment">
<field name="name">image_product_03.png</field>
<field name="datas_fname">image_product_03.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_04" model="ir.attachment">
<field name="name">image_product_04.png</field>
<field name="datas_fname">image_product_04.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_05" model="ir.attachment">
<field name="name">image_product_05.png</field>
<field name="datas_fname">image_product_05.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_06" model="ir.attachment">
<field name="name">image_product_06.png</field>
<field name="datas_fname">image_product_06.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_07" model="ir.attachment">
<field name="name">image_product_07.png</field>
<field name="datas_fname">image_product_07.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_08" model="ir.attachment">
<field name="name">image_product_08.png</field>
<field name="datas_fname">image_product_08.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_09" model="ir.attachment">
<field name="name">image_product_09.png</field>
<field name="datas_fname">image_product_09.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_10" model="ir.attachment">
<field name="name">image_product_10.png</field>
<field name="datas_fname">image_product_10.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
<record id="theme_common.image_product_11" model="ir.attachment">
<field name="name">image_product_11.png</field>
<field name="datas_fname">image_product_11.png</field>
<field name="res_model">ir.ui.view</field>
<field name="type">url</field>
<field name="url">/theme_common/static/src/img/content/image_product_01.jpg</field>
</record>
</data>
</openerp>
+303
View File
@@ -0,0 +1,303 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="demo_layout" inherit_id="website.layout" primary="True">
<xpath expr="//head/t[@t-call-assets='website.assets_frontend']" position="before">
<t t-call-assets="theme_common.demo_assets_frontend"/>
</xpath>
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/theme_common/static/src/js/s_media_block_frontend.js" />
<script type="text/javascript" src="/theme_common/static/src/js/s_media_block_editor.js" />
<script type="text/javascript" src="/theme_common/static/src/js/s_animated_boxes_editor.js" />
<script type="text/javascript" src="/theme_common/static/src/js/s_showcase_slider_editor.js" />
</xpath>
</template>
<template id="demo_assets_frontend">
<link rel="stylesheet" href='/website/static/src/less/import_bootstrap.less'/>
<link rel="stylesheet" href='/website/static/src/less/colors.less'/>
<link rel="stylesheet" href='/website/static/src/css/website.css'/>
<link href="/theme_common/static/src/less/colors.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/mixins.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_event_list.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_profile.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_icon_box.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_icon_box_circle.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_icon_box_square.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_pricing.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_timeline.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_lead_bar.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_logo_bar.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_color_blocks_2.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_color_blocks_4.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_image.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_image_parallax.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_team_profiles.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_slide_banner.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_separator_shade.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_separator_color.less" rel="stylesheet" type="text/less"/>
<!-- ENARK -->
<link href="/theme_common/static/src/less/s_testimonial_slider.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_icon_circle.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_big_icon_square.less" rel="stylesheet" type="text/less"/>
<!-- ZAP -->
<link href="/theme_common/static/src/less/s_banner_2.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_carousel_boxed.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_collapse.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_features_circle.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_features_grid_circle.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_four_columns_fw.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_images_captions_fw.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_image_text_fw.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_label.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_medias_list.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_news_carousel.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_process_steps_2.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_quotes_slider_2.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_references_2.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_tabs.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_team_profiles_2.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_text_image_fw.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_text_block_image_fw.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_three_columns_carousel.less" rel="stylesheet" type="text/less"/>
<!-- KIDDO -->
<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_banner_parallax.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_cubes.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_header_text_big_picture.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_separator_block.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_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_products_carousel.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_product_list.less" rel="stylesheet" type="text/less"/>
<!-- GRAPHENE -->
<link href="/theme_common/static/src/less/s_media_block.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_animated_boxes.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_showcase.less" rel="stylesheet" type="text/less"/>
<link href="/theme_common/static/src/less/s_showcase_slider.less" rel="stylesheet" type="text/less"/>
</template>
<template id="website.snippet_selector" page="True">
<t t-call="theme_common.demo_layout">
<div id="wrap" class="oe_structure oe_empty">
<div class="container mt32">
<div class="row">
<div class="col-md-12">
<a href="#clean" class="btn btn-primary">CLEAN</a>
<a href="#enark" class="btn btn-primary">ENARK</a>
<a href="#zap" class="btn btn-primary">ZAP</a>
<a href="#kiddo" class="btn btn-primary">KIDDO</a>
<a href="#graphene" class="btn btn-primary">GRAPHENE</a>
</div>
</div>
</div>
<div class="container mt32 mb32">
<div class="row">
<div class="col-md-12">
<a name="clean"></a>
<h1 class="text-center">CLEAN THEME</h1>
<hr/>
</div>
</div>
</div>
<h2>s_big_image</h2>
<div data-oe-call="theme_common.s_big_image"/>
<h2>s_big_image_parallax</h2>
<div data-oe-call="theme_common.s_big_image_parallax"/>
<h2>s_color_blocks_2</h2>
<div data-oe-call="theme_common.s_color_blocks_2"/>
<h2>s_color_blocks_4</h2>
<div data-oe-call="theme_common.s_color_blocks_4"/>
<h2>s_column</h2>
<div data-oe-call="theme_common.s_column"/>
<h2>s_discount</h2>
<div data-oe-call="theme_common.s_discount"/>
<h2>s_event_list</h2>
<div data-oe-call="theme_common.s_event_list"/>
<h2>s_icon_box</h2>
<div data-oe-call="theme_common.s_icon_box"/>
<h2>s_icon_box_circle</h2>
<div data-oe-call="theme_common.s_icon_box_circle"/>
<h2>s_icon_box_square</h2>
<div data-oe-call="theme_common.s_icon_box_square"/>
<h2>s_image_text_2</h2>
<div data-oe-call="theme_common.s_image_text_2"/>
<h2>s_lead_bar</h2>
<div data-oe-call="theme_common.s_lead_bar"/>
<h2>s_logo_bar</h2>
<div data-oe-call="theme_common.s_logo_bar"/>
<h2>s_pricing</h2>
<div data-oe-call="theme_common.s_pricing"/>
<h2>s_profile</h2>
<div data-oe-call="theme_common.s_profile"/>
<h2>s_separator_color</h2>
<div data-oe-call="theme_common.s_separator_color"/>
<h2>s_separator_shade</h2>
<div data-oe-call="theme_common.s_separator_shade"/>
<h2>s_slide_banner</h2>
<div data-oe-call="theme_common.s_slide_banner"/>
<h2>s_team_profiles</h2>
<div data-oe-call="theme_common.s_team_profiles"/>
<h2>s_text</h2>
<div data-oe-call="theme_common.s_text"/>
<h2>s_text_image_2</h2>
<div data-oe-call="theme_common.s_text_image_2"/>
<h2>s_three_columns_circle</h2>
<div data-oe-call="theme_common.s_three_columns_circle"/>
<h2>s_timeline</h2>
<div data-oe-call="theme_common.s_timeline"/>
<h2>s_timeline_compact</h2>
<div data-oe-call="theme_common.s_timeline_compact"/>
<h2>s_title_small</h2>
<div data-oe-call="theme_common.s_title_small"/>
<h2>s_two_columns</h2>
<div data-oe-call="theme_common.s_two_columns"/>
<div class="container mt32 mb32">
<div class="row">
<div class="col-md-12">
<a name="enark"></a>
<h1 class="text-center">ENARK THEME</h1>
<hr/>
</div>
</div>
</div>
<h2>s_testimonial_slider</h2>
<div data-oe-call="theme_common.s_testimonial_slider"/>
<h2>s_big_icon_circle</h2>
<div data-oe-call="theme_common.s_big_icon_circle"/>
<h2>s_big_icon_square</h2>
<div data-oe-call="theme_common.s_big_icon_square"/>
<div class="container mt32 mb32">
<div class="row">
<div class="col-md-12">
<a name="zap"></a>
<h1 class="text-center">ZAP THEME</h1>
<hr/>
</div>
</div>
</div>
<h2>s_banner_2</h2>
<div data-oe-call="theme_common.s_banner_2"/>
<h2>s_carousel_boxed</h2>
<div data-oe-call="theme_common.s_carousel_boxed"/>
<h2>s_features_circle</h2>
<div data-oe-call="theme_common.s_features_circle"/>
<h2>s_three_columns_carousel</h2>
<div data-oe-call="theme_common.s_three_columns_carousel"/>
<h2>s_page_header</h2>
<div data-oe-call="theme_common.s_page_header"/>
<h2>s_medias_list</h2>
<div data-oe-call="theme_common.s_medias_list"/>
<h2>s_four_columns_fw</h2>
<div data-oe-call="theme_common.s_four_columns_fw"/>
<h2>s_text_image_fw</h2>
<div data-oe-call="theme_common.s_text_image_fw"/>
<h2>s_image_text_fw</h2>
<div data-oe-call="theme_common.s_image_text_fw"/>
<h2>s_text_block_image_fw</h2>
<div data-oe-call="theme_common.s_text_block_image_fw"/>
<h2>s_news_carousel</h2>
<div data-oe-call="theme_common.s_news_carousel"/>
<h2>s_quotes_slider_2</h2>
<div data-oe-call="theme_common.s_quotes_slider_2"/>
<h2>s_features_grid_circle</h2>
<div data-oe-call="theme_common.s_features_grid_circle"/>
<h2>s_images_captions_fw</h2>
<div data-oe-call="theme_common.s_images_captions_fw"/>
<h2>s_news_carousel</h2>
<div data-oe-call="theme_common.s_news_carousel"/>
<h2>s_numbers</h2>
<div data-oe-call="theme_common.s_numbers"/>
<h2>s_process_steps_2</h2>
<div data-oe-call="theme_common.s_process_steps_2"/>
<h2>s_collapse</h2>
<div data-oe-call="theme_common.s_collapse"/>
<h2>s_quotes_slider_2</h2>
<div data-oe-call="theme_common.s_quotes_slider_2"/>
<h2>s_references_2</h2>
<div data-oe-call="theme_common.s_references_2"/>
<h2>s_tabs</h2>
<div data-oe-call="theme_common.s_tabs"/>
<h2>s_team_profiles_2</h2>
<div data-oe-call="theme_common.s_team_profiles_2"/>
<div class="container mt32 mb32">
<div class="row">
<div class="col-md-12">
<a name="kiddo"></a>
<h1 class="text-center">KIDDO THEME</h1>
<hr/>
</div>
</div>
</div>
<h2>s_1_column_text</h2>
<div data-oe-call="theme_common.s_1_column_text"/>
<h2>s_2_column_text</h2>
<div data-oe-call="theme_common.s_2_column_text"/>
<h2>s_3_column_text</h2>
<div data-oe-call="theme_common.s_3_column_text"/>
<h2>s_4_column_text</h2>
<div data-oe-call="theme_common.s_4_column_text"/>
<h2>s_banner_parallax</h2>
<div data-oe-call="theme_common.s_banner_parallax"/>
<h2>s_big_picture_text</h2>
<div data-oe-call="theme_common.s_big_picture_text"/>
<h2>s_cubes</h2>
<div data-oe-call="theme_common.s_cubes"/>
<h2>s_features_carousel</h2>
<div data-oe-call="theme_common.s_features_carousel"/>
<h2>s_header_text_big_picture</h2>
<div data-oe-call="theme_common.s_header_text_big_picture"/>
<h2>s_separator_block</h2>
<div data-oe-call="theme_common.s_separator_block"/>
<h2>s_banner_3</h2>
<div data-oe-call="theme_common.s_banner_3"/>
<h2>s_text_big_picture</h2>
<div data-oe-call="theme_common.s_text_big_picture"/>
<h2>s_text_picture_text</h2>
<div data-oe-call="theme_common.s_text_picture_text"/>
<h2>s_products_carousel</h2>
<div data-oe-call="theme_common.s_products_carousel"/>
<h2>s_product_list</h2>
<div data-oe-call="theme_common.s_product_list"/>
<div class="container mt32 mb32">
<div class="row">
<div class="col-md-12">
<a name="graphene"></a>
<h1 class="text-center">GRAPHENE THEME</h1>
<hr/>
</div>
</div>
</div>
<h2>s_media_block</h2>
<div data-oe-call="theme_common.s_media_block"/>
<h2>s_animated_boxes</h2>
<div data-oe-call="theme_common.s_animated_boxes"/>
<h2>s_showcase</h2>
<div data-oe-call="theme_common.s_showcase"/>
<h2>s_showcase_slider</h2>
<div data-oe-call="theme_common.s_showcase_slider"/>
</div>
</t>
</template>
</data>
</openerp>
+34
View File
@@ -0,0 +1,34 @@
You need to install the *Less CSS* compiler to run this module
* on Linux, use your distribution's package manager to install nodejs and npm.
* In debian wheezy and Ubuntu 13.10 and before you need to install nodejs manually:
.. code-block:: console
$ wget -qO- https://deb.nodesource.com/setup | bash -
$ apt-get install -y nodejs
* In later debian (>jessie) and ubuntu (>14.04) you may need to add a symlink as npm packages call ``node`` but debian calls the binary ``nodejs``
.. code-block:: console
$ apt-get install -y npm
$ sudo ln -s /usr/bin/nodejs /usr/bin/node
* Once npm is installed, use it to install less and less-plugin-clean-css:
.. code-block:: console
$ sudo npm install -g less less-plugin-clean-css
* on OS X, install nodejs via your preferred package manager (`homebrew <http://brew.sh/>`_, `macports <https://www.macports.org/>`_) then install less and less-plugin-clean-css:
.. code-block:: console
$ sudo npm install -g less less-plugin-clean-css
* on Windows, `install nodejs <http://nodejs.org/download/>`_, reboot (to update the `PATH`) and install less and less-plugin-clean-css:
.. code-block:: ps1
C:\> npm install -g less less-plugin-clean-css
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More