[ADD] theme saas-10

This commit is contained in:
Design
2021-05-11 16:02:06 +02:00
committed by Jeremy Kersten
commit 4be329d397
3638 changed files with 104605 additions and 0 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Big picture" id="s_big_picture_extended" inherit_id="website.s_big_picture">
<xpath expr="//section[contains(@class, 's_big_picture')]//img" position="attributes">
<attribute name="src">/web/image/theme_common.image_content_05</attribute>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Banner 2 Extended" id="s_banner_2_extended" inherit_id="theme_common.s_banner_2">
<xpath expr="//div[contains(@class, 'bg-img-02')]//div[contains(@class, 'carousel-box-content')]" position="attributes">
<attribute name="class">col-md-5 carousel-box-content bg-white mt64</attribute>
</xpath>
<xpath expr="//div[contains(@class, 'bg-img-07')]//div[contains(@class, 'carousel-box-content')]" position="attributes">
<attribute name="class">col-md-5 col-md-offset-7 carousel-box-content bg-white mt64</attribute>
</xpath>
<xpath expr="//div[contains(@class, 'bg-img-08')]//div[contains(@class, 'carousel-box-content')]" position="attributes">
<attribute name="class">col-md-5 carousel-box-content bg-white mt64</attribute>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Features Circle Extended" id="s_features_circle_extended" inherit_id="theme_common.s_features_circle">
<xpath expr="//i[contains(@class, 'fa-bug')]" position="replace">
<img class="img img-responsive img-circle center-block" src="/web/image/theme_common.image_content_01" alt=""/>
</xpath>
<xpath expr="//i[contains(@class, 'fa-rocket')]" position="replace">
<img class="img img-responsive img-circle center-block" src="/web/image/theme_common.image_content_02" alt=""/>
</xpath>
<xpath expr="//i[contains(@class, 'fa-flask')]" position="replace">
<img class="img img-responsive img-circle center-block" src="/web/image/theme_common.image_content_03" alt=""/>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Image Text" id="s_image_text" inherit_id="website.s_image_text">
<xpath expr="//section[contains(@class, 's_image_text')]//img" position="replace">
<img class="img img-responsive" src="/web/image/theme_common.image_content_06" alt=""/>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Panel Extended" id="s_panel_extended" inherit_id="website.s_panel">
<xpath expr="//div[contains(@class, 's_panel')]" position="replace">
<div class="s_panel panel panel-beta">
<div class="panel-heading">
<h4 class="mt0 mb0"><i class="fa fa-star fa-1x text-muted"/>Feature Title</h4>
</div>
<div class="panel-body">Panels are a great tool to compare offers or to emphasize on key features. To compare products, use the inside columns.</div>
</div>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Quote Extended" id="s_quote_extended" inherit_id="website.s_quote">
<xpath expr="//blockquote" position="replace">
<blockquote class="s_quote">
<i class="fa fa-quote-left fa-1x bg-beta"/>
<div class="blockquote-text">
<p>Write a quote here from one of your customers. Quotes are a great way to build confidence in your products or services.</p>
<img class="img img-circle" src="/web/image/theme_common.image_content_10" alt=""/>
<small>Author of this quote</small>
</div>
</blockquote>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Separator Extended" id="s_separator_extended">
<hr class="s_separator hr-full hr-1px hr-solid"/>
</template>
</odoo>
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Share Extended" id="s_share_extended" inherit_id="website.s_share">
<xpath expr="//div[contains(@class, 's_share')]" position="replace">
<div class="oe_share s_share">
<h4 class="s_share_title">Share <i class="text-muted fa fa-hand-o-right fa-1x"/></h4>
<a target="_blank" class="oe_share_facebook" href="https://www.facebook.com/sharer/sharer.php?u={url}">
<i class="img-circle fa fa-facebook fa-1x"/>
</a>
<a target="_blank" class="oe_share_twitter fa-1x" href="https://twitter.com/intent/tweet?text={title}&amp;url={url}">
<i class="img-circle fa fa-twitter fa-1x"/>
</a>
<a target="_blank" class="oe_share_linkedin" href="http://www.linkedin.com/shareArticle?mini=true&amp;url={url}&amp;title={title}&amp;">
<i class="img-circle fa fa-linkedin fa-1x"/>
</a>
<a target="_blank" class="oe_share_google" href="https://plus.google.com/share?url={url}">
<i class="img-circle fa fa-google-plus fa-1x"/>
</a>
<a href="mailto:?body={url}&amp;subject={title}">
<i class="img-circle fa fa-envelope fa-1x"/>
</a>
</div>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Text Image" id="s_text_image" inherit_id="website.s_text_image">
<xpath expr="//section[contains(@class, 's_text_image')]//img" position="replace">
<img class="img img-responsive" src="/web/image/theme_common.image_content_04" alt=""/>
</xpath>
</template>
</data>
</openerp>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Well Extended" id="s_well_extended" inherit_id="website.s_well">
<xpath expr="//div[contains(@class, 's_well')]" position="replace">
<div class="s_well well well-gray-darker">
<span class="fa fa-exclamation-triangle fa-3x pull-left"></span>
<div class="well-text">
<p>Explain the benefits you offer.<br/> Don't write about products or services here, write about solutions.</p>
</div>
</div>
</xpath>
</template>
</data>
</openerp>