561 lines
41 KiB
XML
561 lines
41 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<openerp>
|
||
|
||
<data>
|
||
|
||
<template id="theme_customize" inherit_id="website_less.theme_customize" name="theme_monglia modal">
|
||
<xpath expr="div" position="replace">
|
||
<div id="theme_customize_modal" class="modal fade bs-example-modal-sm">
|
||
|
||
<div class="modal-dialog">
|
||
<div class="container-fluid interface modal-content">
|
||
<div class="row">
|
||
|
||
<!-- ======================== Nav tabs ======================== -->
|
||
|
||
<div class="col-md-2 left-content">
|
||
|
||
<div class="loading_backdrop"></div>
|
||
|
||
<ul class="nav nav-tabs" role="tablist">
|
||
<li class="active text-center left-content-block">
|
||
<a href="#layout" class="" role="tab" data-toggle="tab"><span class="fa fa-th-list center-block"></span>LAYOUT</a>
|
||
</li>
|
||
|
||
<li class="text-center left-content-block">
|
||
<a href="#header" class="" role="tab" data-toggle="tab"><span class="fa fa-th-list center-block"></span>HEADER</a>
|
||
</li>
|
||
|
||
<li class="text-center left-content-block">
|
||
<a href="#color" class="" role="tab" data-toggle="tab"><span class="fa fa-pencil center-block"></span>COLORS</a>
|
||
</li>
|
||
|
||
<li class="text-center left-content-block">
|
||
<a href="#bgcolor" class="" role="tab" data-toggle="tab"><span class="fa fa-pencil center-block"></span> BG COLORS</a>
|
||
</li>
|
||
|
||
<li class="text-center left-content-block">
|
||
<a href="#bgimage" class="" role="tab" data-toggle="tab"><span class="fa fa-picture-o center-block"></span> BACKGROUND</a>
|
||
</li>
|
||
|
||
<li class="text-center left-content-block">
|
||
<a href="#font" class="" role="tab" data-toggle="tab"><span class="fa fa-font center-block"></span>FONTS</a>
|
||
</li>
|
||
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- ========================= Content ======================== -->
|
||
|
||
<div class="col-md-10 right-content">
|
||
|
||
<div class="col-md-12 modal-header">
|
||
<button type="button" class="close">×</button>
|
||
<h4 class="modal-title text-center" id="mySmallModalLabel">Customize Theme</h4>
|
||
</div>
|
||
|
||
<div class="col-md-12 tab-content">
|
||
|
||
<!-- =============== LAYOUT CONTAINER ================= -->
|
||
|
||
<div class="tab-pane active" id="layout">
|
||
<div class="col-xs-12">
|
||
<label>
|
||
<h6 class="text-center modal-h6"><i class="fa fa-desktop"></i></h6>
|
||
<p>Full width</p>
|
||
<input name="layoutvar" type="radio" data-xmlid="theme_monglia.option_layout_fullwidth" />
|
||
</label>
|
||
</div>
|
||
<div class="col-xs-12">
|
||
<label>
|
||
<h6 class="text-center modal-h6"><i class="fa fa-arrows-h"></i></h6>
|
||
<p>Boxed</p>
|
||
<input name="layoutvar" type="radio" data-xmlid="theme_monglia.option_layout_boxed"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- =============== NAV CONTAINER ================= -->
|
||
|
||
<div class="tab-pane" id="header">
|
||
<div class="row">
|
||
<div class="col-xs-12">
|
||
<label class="center-block" >
|
||
<h6 class="text-center modal-h6"><i class="fa fa-arrows-h"></i></h6>
|
||
LEFT
|
||
<input name="headervar" type="radio" data-xmlid="theme_monglia.option_navigation_left_style"/>
|
||
</label>
|
||
</div>
|
||
<div class="col-xs-12">
|
||
<label class="center-block" >
|
||
<h6 class="text-center modal-h6"><i class="fa fa-arrows-h"></i></h6>
|
||
RIGHT
|
||
<input name="headervar" type="radio" data-xmlid="theme_monglia.option_navigation_right_style"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- =============== COLOR CONTAINER ================= -->
|
||
|
||
<div class="tab-pane" id="color">
|
||
<div class="row">
|
||
<div class="col-xs-12">
|
||
<p class="text-center">Color Preset 1</p>
|
||
<label class="color-combi">
|
||
<div class="row colorPreset1">
|
||
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
|
||
</div>
|
||
<input name="colorvar" type="radio" data-xmlid="theme_monglia.option_colorPreset1" />
|
||
</label>
|
||
</div>
|
||
<div class="col-xs-12">
|
||
<p class="text-center">Color Preset 2</p>
|
||
<label class="color-combi">
|
||
<div class="row colorPreset2">
|
||
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
|
||
</div>
|
||
<input name="colorvar" type="radio" data-xmlid="theme_monglia.option_colorPreset2" />
|
||
</label>
|
||
</div>
|
||
<div class="col-xs-12">
|
||
<p class="text-center">Color Preset 3</p>
|
||
<label class="color-combi">
|
||
<div class="row colorPreset3">
|
||
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
|
||
</div>
|
||
<input name="colorvar" type="radio" data-xmlid="theme_monglia.option_colorPreset3" />
|
||
</label>
|
||
</div>
|
||
<div class="col-xs-12">
|
||
<p class="text-center">Color Preset 4</p>
|
||
<label class="color-combi">
|
||
<div class="row colorPreset4">
|
||
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
|
||
</div>
|
||
<input name="colorvar" type="radio" data-xmlid="theme_monglia.option_colorPreset4" />
|
||
</label>
|
||
</div>
|
||
<div class="col-xs-12">
|
||
<p class="text-center">Color Preset 5</p>
|
||
<label class="color-combi">
|
||
<div class="row colorPreset5">
|
||
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
|
||
</div>
|
||
<input name="colorvar" type="radio" data-xmlid="theme_monglia.option_colorPreset5" />
|
||
</label>
|
||
</div>
|
||
<div class="col-xs-12">
|
||
<p class="text-center">Color Preset 6</p>
|
||
<label class="color-combi">
|
||
<div class="row colorPreset6">
|
||
<div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div><div class="col-xs-2"></div>
|
||
</div>
|
||
<input name="colorvar" type="radio" data-xmlid="theme_monglia.option_colorPreset6" />
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- =============== BG COLOR CONTAINER ================= -->
|
||
|
||
<div class="tab-pane" id="bgcolor">
|
||
<div class="row">
|
||
<div class="col-sm-12">
|
||
<label class="col-xs-12 bg_color_01">
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_color_01" />
|
||
</label>
|
||
<label class="col-xs-12 bg_color_02">
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_color_02" />
|
||
</label>
|
||
<label class="col-xs-12 bg_color_03">
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_color_03" />
|
||
</label>
|
||
<label class="col-xs-12 bg_color_04">
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_color_04" />
|
||
</label>
|
||
<label class="col-xs-12 bg_color_05">
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_color_05" />
|
||
</label>
|
||
<label class="col-xs-12 bg_color_06">
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_color_06" />
|
||
</label>
|
||
<label class="col-xs-12 bg_color_07">
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_color_07" />
|
||
</label>
|
||
<label class="col-xs-12 bg_color_08">
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_color_08" />
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- =============== BG IMAGE CONTAINER ================= -->
|
||
|
||
<div class="tab-pane" id="bgimage">
|
||
<div class="row">
|
||
<div class="col-md-12">
|
||
<label id="bg_image">
|
||
<img src="/theme_monglia/static/src/img/library/tn-bg-custom.jpg" alt="Image" class="color-combi-img" style="width: 100%; height: 100%;"/>
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_custom" />
|
||
</label>
|
||
</div>
|
||
<div class="col-md-12">
|
||
<label id="bg_pattern">
|
||
<img src="/theme_monglia/static/src/img/library/tn-pattern-custom.jpg" alt="Image" class="color-combi-img" style="width: 100%; height: 100%;"/>
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_pattern_custom" />
|
||
</label>
|
||
</div>
|
||
<div class="col-md-12">
|
||
<label id="bg_none">
|
||
<img src="/theme_monglia/static/src/img/library/tn-bg-none.jpg" alt="Image" class="color-combi-img" style="width: 100%; height: 100%;"/>
|
||
<input name="bgcolorvar" type="radio" data-xmlid="theme_monglia.option_bg_none" />
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- =============== FONT CONTAINER ================= -->
|
||
|
||
<div class="tab-pane" id="font">
|
||
<div class="row">
|
||
|
||
<div class="col-xs-12">
|
||
<label class="center-block">
|
||
<h4 style="font-family: Handlee; font-size: 30px">Handlee</h4>
|
||
<input name="fontvar" type="radio" data-xmlid="theme_monglia.option_font_handlee" />
|
||
</label>
|
||
</div>
|
||
|
||
<div class="col-xs-12">
|
||
<label class="center-block">
|
||
<h4 style="font-family: Nunito; font-size: 30px">Nunito</h4>
|
||
<input name="fontvar" type="radio" data-xmlid="theme_monglia.option_font_nunito" />
|
||
</label>
|
||
</div>
|
||
|
||
<div class="col-xs-12">
|
||
<label class="center-block">
|
||
<h4 style="font-family: SourceSansPro-Regular; font-size: 30px">SourceSansPro</h4>
|
||
<input name="fontvar" type="radio" data-xmlid="theme_monglia.option_font_sourcesanspro" />
|
||
</label>
|
||
</div>
|
||
|
||
<div class="col-xs-12">
|
||
<label class="center-block">
|
||
<h4 style="font-family: Gruppo; font-size: 30px">Gruppo</h4>
|
||
<input name="fontvar" type="radio" data-xmlid="theme_monglia.option_font_gruppo" />
|
||
</label>
|
||
</div>
|
||
|
||
<div class="col-xs-12">
|
||
<label class="center-block">
|
||
<h4 style="font-family: Raleway; font-size: 30px">Raleway</h4>
|
||
<input name="fontvar" type="radio" data-xmlid="theme_monglia.option_font_raleway" />
|
||
</label>
|
||
</div>
|
||
|
||
<div class="col-xs-12">
|
||
<label class="center-block">
|
||
<h4 style="font-family: Droid Sans; font-size: 30px">Droid Sans</h4>
|
||
<input name="fontvar" type="radio" data-xmlid="theme_monglia.option_font_droid" />
|
||
</label>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</xpath>
|
||
</template>
|
||
|
||
<!-- ===================== LAYOUT OPTIONS ======================== -->
|
||
|
||
<template id="option_layout_fullwidth" name="theme_monglia_option_layout_fullwidth" inherit_id="website.theme" active="True">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/layout/full-width.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_layout_boxed" name="theme_monglia_option_layout_boxed" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/layout/boxed.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
|
||
<!-- ===================== NAV OPTIONS ======================== -->
|
||
|
||
<template id="website_custom_navigation" inherit_id="website.layout" name="website_custom_navigation" customize_show="false" priority="1">
|
||
<xpath expr="//div[@id='wrapwrap']//header" position="replace">
|
||
<header>
|
||
<div class="navbar navbar-default navbar-static-top">
|
||
<div class="container">
|
||
<div class="navbar-header">
|
||
<h1>
|
||
<a class="navbar-brand" href="/" t-field="res_company.name"/>
|
||
</h1>
|
||
</div>
|
||
<div class="menu-wrap">
|
||
<ul class="nav navbar-nav navbar-top-collapse" id="top_menu">
|
||
<t t-foreach="website.menu_id.child_id" t-as="submenu">
|
||
<t t-call="website.submenu" />
|
||
</t>
|
||
<li class="dropdown" t-ignore="true" t-if="website.user_id != user_id">
|
||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||
<b>
|
||
<span t-esc="user_id.name" />
|
||
<span class="caret"></span>
|
||
</b>
|
||
</a>
|
||
<ul class="dropdown-menu js_usermenu" role="menu">
|
||
<li>
|
||
<a href="/web" role="menuitem">My Account</a>
|
||
</li>
|
||
<li>
|
||
<a t-attf-href="/web/session/logout?redirect=/" role="menuitem">Logout</a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<h2>
|
||
<a t-att-href="website.social_facebook" t-if="website.social_facebook"><i class="fa fa-facebook-square"/></a>
|
||
<a t-att-href="website.social_twitter" t-if="website.social_twitter"><i class="fa fa-twitter"/></a>
|
||
<a t-att-href="website.social_linkedin" t-if="website.social_linkedin"><i class="fa fa-linkedin"/></a>
|
||
<a t-att-href="website.social_youtube" t-if="website.social_youtube"><i class="fa fa-youtube-play"/></a>
|
||
<a t-att-href="website.social_googleplus" t-if="website.social_googleplus"><i class="fa fa-google-plus-square"/></a>
|
||
<a t-att-href="website.social_github" t-if="website.social_github"><i class="fa fa-github"/></a>
|
||
</h2>
|
||
</div>
|
||
<div id="menuToggle" class="">
|
||
<i class="fa fa-bars"></i>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
</xpath>
|
||
</template>
|
||
|
||
<template id="option_navigation_right_style" name="option_navigation_right_style" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/nav/option_navigation_right.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
|
||
<template id="option_navigation_left_style" name="option_navigation_left_style" inherit_id="website.theme" active="True">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/nav/option_navigation_left.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
|
||
<!-- ===================== COLOR OPTIONS ======================== -->
|
||
|
||
<template id="option_colorPreset1" name="option_colorPreset1" inherit_id="website.theme" active="True">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/colors/colorPreset1.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
<template id="option_colorPreset2" name="option_colorPreset2" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/colors/colorPreset2.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
<template id="option_colorPreset3" name="option_colorPreset3" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/colors/colorPreset3.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
<template id="option_colorPreset4" name="option_colorPreset4" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/colors/colorPreset4.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
<template id="option_colorPreset5" name="option_colorPreset5" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/colors/colorPreset5.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
<template id="option_colorPreset6" name="option_colorPreset6" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/colors/colorPreset6.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
|
||
<!-- ===================== BG COLOR OPTIONS ======================== -->
|
||
|
||
<template id="option_bg_color_01" name="option_bg_color_01" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_colors/option_bg_color_01.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_color_02" name="option_bg_color_02" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_colors/option_bg_color_02.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_color_03" name="option_bg_color_03" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_colors/option_bg_color_03.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_color_04" name="option_bg_color_04" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_colors/option_bg_color_04.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_color_05" name="option_bg_color_05" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_colors/option_bg_color_05.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_color_06" name="option_bg_color_06" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_colors/option_bg_color_06.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_color_07" name="option_bg_color_07" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_colors/option_bg_color_07.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_color_08" name="option_bg_color_08" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_colors/option_bg_color_08.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
|
||
<!-- ===================== BG IMAGE OPTIONS ======================== -->
|
||
|
||
<template id="option_bg_01" name="option_bg_01" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_01.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_02" name="option_bg_02" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_02.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_03" name="option_bg_03" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_03.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_04" name="option_bg_04" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_04.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_05" name="option_bg_05" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_05.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_06" name="option_bg_06" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_06.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_07" name="option_bg_07" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_07.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_08" name="option_bg_08" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_08.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_09" name="option_bg_09" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_09.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_10" name="option_bg_10" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_10.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_none" name="option_bg_none" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/bg_images/option_bg_none.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_custom" name="option_bg_custom" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/bg_images/option_bg_custom.less" rel="stylesheet" type="text/less"/>
|
||
<style>
|
||
/* This will be patched by monglia_snippets_editor.js */
|
||
</style>
|
||
</xpath>
|
||
</template>
|
||
|
||
<!-- ===================== FONT OPTIONS ======================== -->
|
||
|
||
<template id="option_font_handlee" name="option_font_handlee" inherit_id="website.theme" active="True">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/fonts/handlee.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_font_nunito" name="option_font_nunito" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/fonts/nunito.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_font_sourcesanspro" name="option_font_sourcesanspro" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/fonts/sourcesanspro.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_font_gruppo" name="option_font_gruppo" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/fonts/gruppo.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_font_raleway" name="option_font_raleway" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/fonts/raleway.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_font_droid" name="option_font_droid" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/fonts/droid.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
|
||
<!-- ===================== PATTERN OPTIONS ======================== -->
|
||
|
||
<template id="option_bg_pattern_01" name="option_bg_pattern_01" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_01.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_02" name="option_bg_pattern_02" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_02.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_03" name="option_bg_pattern_03" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_03.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_04" name="option_bg_pattern_04" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_04.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_05" name="option_bg_pattern_05" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_05.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_06" name="option_bg_pattern_06" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_06.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_07" name="option_bg_pattern_07" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_07.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_08" name="option_bg_pattern_08" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_08.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_09" name="option_bg_pattern_09" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_09.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_bg_pattern_10" name="option_bg_pattern_10" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_bg_pattern_10.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_pattern_none" name="option_pattern_none" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after"><link href="/theme_monglia/static/src/less/options/patterns/option_pattern_none.less" rel="stylesheet" type="text/less"/></xpath>
|
||
</template>
|
||
<template id="option_pattern_custom" name="option_pattern_custom" inherit_id="website.theme" active="False">
|
||
<xpath expr="//link[last()]" position="after">
|
||
<link href="/theme_monglia/static/src/less/options/patterns/option_pattern_custom.less" rel="stylesheet" type="text/less"/>
|
||
<style>
|
||
/* This will be patched by monglia_snippets_editor.js */
|
||
</style>
|
||
</xpath>
|
||
</template>
|
||
|
||
<!-- ===================== COLOR PICKER ======================== -->
|
||
|
||
<template id="colorpicker" inherit_id="website_less.colorpicker" name="Color-Picker">
|
||
<xpath expr="table" position="replace">
|
||
<table class="colorpicker">
|
||
<tr>
|
||
<td><button class="automatic-color" title="Automatic Color"/></td>
|
||
<td><button class="bg-alpha" title="Primary Color"/></td>
|
||
<td><button class="bg-beta" title="Success Color"/></td>
|
||
<td><button class="bg-gamma" title="Info Color"/></td>
|
||
<td><button class="bg-delta" title="Warning Color"/></td>
|
||
<td><button class="bg-epsilon" title="Danger Color"/></td>
|
||
</tr>
|
||
<tr><td colspan="8"><hr style="width: 100%; height: 1px;"/></td></tr>
|
||
<tr>
|
||
<td><button class="bg-blue"/></td>
|
||
<td><button class="bg-turquoise"/></td>
|
||
<td><button class="bg-green"/></td>
|
||
<td><button class="bg-yellow"/></td>
|
||
<td><button class="bg-red"/></td>
|
||
<td><button class="bg-pink"/></td>
|
||
<td><button class="bg-purple"/></td>
|
||
<td><button class="bg-brown"/></td>
|
||
</tr>
|
||
<tr><td colspan="8"><hr style="width: 100%; height: 1px;"/></td></tr>
|
||
<tr>
|
||
<td><button class="bg-blue2"/></td>
|
||
<td><button class="bg-turquoise2"/></td>
|
||
<td><button class="bg-green2"/></td>
|
||
<td><button class="bg-yellow2"/></td>
|
||
<td><button class="bg-red2"/></td>
|
||
<td><button class="bg-lightblue2"/></td>
|
||
<td><button class="bg-purple2"/></td>
|
||
<td><button class="bg-brown2"/></td>
|
||
</tr>
|
||
</table>
|
||
</xpath>
|
||
</template>
|
||
|
||
</data>
|
||
</openerp> |