mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[ADD] theme 13.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- <template name="Panel Extended" id="s_panel_extended" inherit_id="website.s_panel">
|
||||
<xpath expr="//div[hasclass('s_panel')]" position="attributes">
|
||||
<attribute name="class"> s_panel panel panel-beta</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('s_panel')]//h3" position="replace">
|
||||
<h4 class="mt0 mb0"><i class="fa fa-star fa-1x text-muted"/>Feature Title</h4>
|
||||
</xpath>
|
||||
</template> -->
|
||||
</odoo>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template name="Share Extended" id="s_share_extended" inherit_id="website.s_share">
|
||||
<xpath expr="//div[contains(@t-attf-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="rounded-circle fa fa-facebook fa-1x"/>
|
||||
</a>
|
||||
<a target="_blank" class="oe_share_twitter fa-1x" href="https://twitter.com/intent/tweet?text={title}&url={url}">
|
||||
<i class="rounded-circle fa fa-twitter fa-1x"/>
|
||||
</a>
|
||||
<a target="_blank" class="oe_share_linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url={url}&title={title}&">
|
||||
<i class="rounded-circle fa fa-linkedin fa-1x"/>
|
||||
</a>
|
||||
<a target="_blank" class="oe_share_google" href="https://plus.google.com/share?url={url}">
|
||||
<i class="rounded-circle fa fa-google-plus fa-1x"/>
|
||||
</a>
|
||||
<a href="mailto:?body={url}&subject={title}">
|
||||
<i class="rounded-circle fa fa-envelope fa-1x"/>
|
||||
</a>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- <template name="Well Extended" id="s_well_extended" inherit_id="website.s_well">
|
||||
<xpath expr="//div[hasclass('s_well')]" position="replace">
|
||||
<div class="s_well well well-gray-darker">
|
||||
<span class="fa fa-exclamation-triangle fa-3x float-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> -->
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user