mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[ADD] theme_aviato: add new theme aviato
task-2589967
X-original-commit: 18d1f0a532
Part-of: odoo/design-themes#501
This commit is contained in:
@@ -0,0 +1,189 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<!-- Cover -->
|
||||
<record id="s_cover_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_cover_default_image</field>
|
||||
<field name="name">website.s_cover_default_image</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_cover.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Banner -->
|
||||
<record id="s_banner_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_banner_default_image</field>
|
||||
<field name="name">website.s_banner_default_image</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_banner.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Three Columns -->
|
||||
<record id="s_three_columns_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_three_columns_default_image_1</field>
|
||||
<field name="name">website.s_three_columns_default_image_1</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_three_columns_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_three_columns_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_three_columns_default_image_2</field>
|
||||
<field name="name">website.s_three_columns_default_image_2</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_three_columns_2.jpg</field>
|
||||
</record>
|
||||
<record id="s_three_columns_default_image_3" model="theme.ir.attachment">
|
||||
<field name="key">website.s_three_columns_default_image_3</field>
|
||||
<field name="name">website.s_three_columns_default_image_3</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_three_columns_3.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Picture -->
|
||||
<record id="s_picture_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_picture_default_image</field>
|
||||
<field name="name">website.s_picture_default_image</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_picture.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Popup -->
|
||||
<record id="s_popup_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_popup_default_image</field>
|
||||
<field name="name">website.s_popup_default_image</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_popup.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Masonry -->
|
||||
<record id="s_masonry_block_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_masonry_block_default_image_1</field>
|
||||
<field name="name">website.s_masonry_block_default_image_1</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_masonry_block.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Carousel -->
|
||||
<record id="s_carousel_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_carousel_default_image_1</field>
|
||||
<field name="name">website.s_carousel_default_image_1</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_carousel_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_carousel_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_carousel_default_image_2</field>
|
||||
<field name="name">website.s_carousel_default_image_2</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_carousel_2.jpg</field>
|
||||
</record>
|
||||
<record id="s_carousel_default_image_3" model="theme.ir.attachment">
|
||||
<field name="key">website.s_carousel_default_image_3</field>
|
||||
<field name="name">website.s_carousel_default_image_3</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_carousel_3.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Media List -->
|
||||
<record id="s_media_list_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_media_list_default_image_1</field>
|
||||
<field name="name">website.s_media_list_default_image_1</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/media_02.jpg</field>
|
||||
</record>
|
||||
<record id="s_media_list_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_media_list_default_image_2</field>
|
||||
<field name="name">website.s_media_list_default_image_2</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/media_02.jpg</field>
|
||||
</record>
|
||||
<record id="s_media_list_default_image_3" model="theme.ir.attachment">
|
||||
<field name="key">website.s_media_list_default_image_3</field>
|
||||
<field name="name">website.s_media_list_default_image_3</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/media_02.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Company Team -->
|
||||
<record id="s_company_team_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_company_team_image_1</field>
|
||||
<field name="name">website.s_company_team_image_1</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_team_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_company_team_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_company_team_image_2</field>
|
||||
<field name="name">website.s_company_team_image_2</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_team_2.jpg</field>
|
||||
</record>
|
||||
<record id="s_company_team_default_image_3" model="theme.ir.attachment">
|
||||
<field name="key">website.s_company_team_image_3</field>
|
||||
<field name="name">website.s_company_team_image_3</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_team_3.jpg</field>
|
||||
</record>
|
||||
<record id="s_company_team_default_image_4" model="theme.ir.attachment">
|
||||
<field name="key">website.s_company_team_image_4</field>
|
||||
<field name="name">website.s_company_team_default_image_4</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_team_4.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Quotes Carousel -->
|
||||
<record id="s_quotes_carousel_default_image_0" model="theme.ir.attachment">
|
||||
<field name="key">website.s_quotes_carousel_demo_image_0</field>
|
||||
<field name="name">website.s_quotes_carousel_demo_image_0</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_quote_bg_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_quotes_carousel_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_quotes_carousel_demo_image_1</field>
|
||||
<field name="name">website.s_quotes_carousel_demo_image_1</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_quote_bg_2.jpg</field>
|
||||
</record>
|
||||
<record id="s_quotes_carousel_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_quotes_carousel_demo_image_2</field>
|
||||
<field name="name">website.s_quotes_carousel_demo_image_2</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_quote_bg_3.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="s_quotes_carousel_default_image_3" model="theme.ir.attachment">
|
||||
<field name="key">website.s_quotes_carousel_demo_image_3</field>
|
||||
<field name="name">website.s_quotes_carousel_demo_image_3</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_quote_1.jpg</field>
|
||||
</record>
|
||||
<record id="s_quotes_carousel_default_image_4" model="theme.ir.attachment">
|
||||
<field name="key">website.s_quotes_carousel_demo_image_4</field>
|
||||
<field name="name">website.s_quotes_carousel_demo_image_4</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_quote_2.jpg</field>
|
||||
</record>
|
||||
|
||||
<record id="s_quotes_carousel_default_image_5" model="theme.ir.attachment">
|
||||
<field name="key">website.s_quotes_carousel_demo_image_5</field>
|
||||
<field name="name">website.s_quotes_carousel_demo_image_5</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_quote_3.jpg</field>
|
||||
</record>
|
||||
|
||||
<!-- Image Wall -->
|
||||
<record id="library_image_03" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_03</field>
|
||||
<field name="name">website.library_image_03</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_wall_01.jpg</field>
|
||||
</record>
|
||||
<record id="library_image_10" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_10</field>
|
||||
<field name="name">website.library_image_10</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_wall_02.jpg</field>
|
||||
</record>
|
||||
<record id="library_image_13" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_13</field>
|
||||
<field name="name">website.library_image_13</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_wall_03.jpg</field>
|
||||
</record>
|
||||
<record id="library_image_05" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_05</field>
|
||||
<field name="name">website.library_image_05</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_wall_04.jpg</field>
|
||||
</record>
|
||||
<record id="library_image_14" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_14</field>
|
||||
<field name="name">website.library_image_14</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_wall_05.jpg</field>
|
||||
</record>
|
||||
<record id="library_image_16" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_16</field>
|
||||
<field name="name">website.library_image_16</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_wall_06.jpg</field>
|
||||
</record>
|
||||
<!-- Image Slider -->
|
||||
<record id="library_image_08" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_08</field>
|
||||
<field name="name">website.library_image_08</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_wall_05.jpg</field>
|
||||
</record>
|
||||
<record id="library_image_02" model="theme.ir.attachment">
|
||||
<field name="key">website.library_image_02</field>
|
||||
<field name="name">website.library_image_02</field>
|
||||
<field name="url">/theme_aviato/static/src/img/content/s_wall_04.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_cover" inherit_id="website.s_cover">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pt192 pb192" remove="pt96 pb96 s_parallax_is_fixed" separator=" "/>
|
||||
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/21","flip":["y"]}</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//span[hasclass('s_parallax_bg')]" position="replace">
|
||||
<span class="s_parallax_bg oe_img_bg" style="background-image: url('/web/image/website.s_cover_default_image'); background-position: 50% 50%;"/>
|
||||
</xpath>
|
||||
<!-- Shape -->
|
||||
<xpath expr="//div[hasclass('container')]" position="before">
|
||||
<div class="o_we_shape o_web_editor_Wavy_21 o_we_flip_y"/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Travel to any corner <br/>of the world
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
<b>A travel agent helps you to plan your <br/> trip from start to finish.</b>
|
||||
<br/>
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a" position="replace" mode="inner">
|
||||
Plan your trip with us
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_features" inherit_id="website.s_features">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pt48 pb56" remove="pt32 pb32" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Titles -->
|
||||
<xpath expr="//div[hasclass('row')]/div[1]/h3" position="replace" mode="inner">
|
||||
Hotel Booking
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div[2]/h3" position="replace" mode="inner">
|
||||
Flight Booking
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div[3]/h3" position="replace" mode="inner">
|
||||
Ticket Booking
|
||||
</xpath>
|
||||
<!-- Icons -->
|
||||
<xpath expr="//div[hasclass('row')]/div[1]/i" position="attributes">
|
||||
<attribute name="class" add="shadow fa-hotel" remove="fa-gear" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div[2]/i" position="attributes">
|
||||
<attribute name="class" add="shadow fa-plane" remove="fa-photo" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('row')]/div[3]/i" position="attributes">
|
||||
<attribute name="class" add="shadow fa-ticket" remove="fa-leaf" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_image_text" inherit_id="website.s_image_text">
|
||||
<!-- Section -->
|
||||
<xpath expr="//div[hasclass('container')]" position="attributes">
|
||||
<attribute name="class" add="container-fluid" remove="container" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pb72" remove="pb32" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Image -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" add="w-75" separator=" "/>
|
||||
<attribute name="src">/web_editor/shape/theme_aviato/s_image_text.svg?c1=o-color-1</attribute>
|
||||
</xpath>
|
||||
<!-- layout -->
|
||||
<xpath expr="//div[hasclass('row')]/div[2]" position="attributes">
|
||||
<attribute name="class" add="col-lg-4" remove="col-lg-6" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Itinerary Planning
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p[1]" position="replace" mode="inner">
|
||||
Our vision is to make travel planning stress free and make travel more fun. No matter the type of trip you have in mind, we have the resources and expertise necessary to create the perfect trip
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace">
|
||||
<p><br/></p>
|
||||
</xpath>
|
||||
<xpath expr="//p[3]" position="replace"/>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_picture" inherit_id="website.s_picture">
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pt72 overflow-hidden o_cc3 bg-o-color-3" remove="pt48 o_cc2" separator=" "/>
|
||||
<attribute name="data-oe-shape-data">{"shape":"web_editor/Bold/01","flip":[]}</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//section/div" position="before">
|
||||
<div class="o_we_shape o_web_editor_Bold_07_001"/>
|
||||
</xpath>
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Our travel agencies
|
||||
</xpath>
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" remove="img-thumbnail" separator=" "/>
|
||||
<attribute name="style">width: 100%;</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//figcaption" position="replace">
|
||||
<figcaption class="text-400"><em>Odoo Travel New York</em></figcaption>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_popup" inherit_id="website.s_popup">
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Win 200$
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Check out now and get $200 off your first booking.
|
||||
</xpath>
|
||||
<xpath expr="//a" position="replace" mode="inner">
|
||||
Travel Now
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_quotes_carousel" inherit_id="website.s_quotes_carousel">
|
||||
<!-- Quote 1 -->
|
||||
<xpath expr="(//div[hasclass('s_blockquote_content')])[1]/p" position="replace" mode="inner">
|
||||
It's difficult to describe how awesome the trip was. I feel like my life has changed forever. It would take too long to describe day by day the sights, sounds, architecture, art, food, history, and people that we came across. Ireland was fantastic.
|
||||
</xpath>
|
||||
<xpath expr="(//span[hasclass('s_blockquote_author')])[1]" position="replace" mode="inner">
|
||||
<b>Linda and Paulo</b> • From Italy
|
||||
</xpath>
|
||||
<!-- Quote 2 -->
|
||||
<xpath expr="(//div[hasclass('s_blockquote_content')])[2]/p" position="replace" mode="inner">
|
||||
As always, Odoo Travel has delivered a truly wonderful travel experience for us. Norway was a great travel destination. The parts of the country we visited were beautiful, people were friendly, everything we ate was delicious, and there were many fun things to see and do.
|
||||
</xpath>
|
||||
<xpath expr="(//span[hasclass('s_blockquote_author')])[2]" position="replace" mode="inner">
|
||||
<b>Jacques and Marie</b> • From France
|
||||
</xpath>
|
||||
<!-- Quote 3 -->
|
||||
<xpath expr="(//div[hasclass('s_blockquote_content')])[3]/p" position="replace" mode="inner">
|
||||
We would like to thank Odoo Travel for organising wonderful tour for us in Delhi, Agra and Rajasthan. Everything was very well organised. Thank you very much for everything!
|
||||
</xpath>
|
||||
<xpath expr="(//span[hasclass('s_blockquote_author')])[3]" position="replace" mode="inner">
|
||||
<b>Rose and Peter</b> • From United Kingdom
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_text_image" inherit_id="website.s_text_image">
|
||||
<!-- Container -->
|
||||
<xpath expr="//div[hasclass('container')]" position="attributes">
|
||||
<attribute name="class" add="container-fluid" remove="container" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
What we can do, <b>for you</b>
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p[1]" position="replace" mode="inner">
|
||||
Our team travels widely the globe to bring our clients first-hand knowledge of upcoming destinations, new "hot" hotels and ships, local restaurants, neighborhood hangouts, bars, pubs, the best. beaches and places to visit and not to see.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace">
|
||||
<p><br/></p>
|
||||
</xpath>
|
||||
<xpath expr="//p[3]" position="replace"/>
|
||||
<!-- layout -->
|
||||
<xpath expr="//div[hasclass('row')]/div[1]" position="attributes">
|
||||
<attribute name="class" add="col-lg-4 offset-lg-2" remove="col-lg-6" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Image -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="class" add="w-75" separator=" "/>
|
||||
<attribute name="src">/web_editor/shape/theme_aviato/s_text_image.svg?c1=o-color-1</attribute>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_three_columns" inherit_id="website.s_three_columns">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pt16 pb56 o_cc3" remove="pt32 pb32 o_cc2" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Column #01 -->
|
||||
<xpath expr="//div[hasclass('row')]/div[1]/div" position="replace">
|
||||
<img class="position-relative d-block img-fluid figure-img rounded shadow-lg w-100" style="height:50vh; object-fit:cover; z-index:2;" src="/web/image/website.s_three_columns_default_image_1" alt="s_three_columns_1"/>
|
||||
<div class="card-wrapper shadow-lg position-relative p-4 bg-white rounded-3 mt-n4" style="z-index:1;">
|
||||
<h4 class="card-title mt-4">Paris</h4>
|
||||
<p>Paris' monument-lined boulevards, museums, classical bistros and boutiques are enhanced by a new wave of multimedia galleries, creative wine bars..</p>
|
||||
<a href="#" class="btn btn-primary mb-2">Book now</a>
|
||||
</div>
|
||||
</xpath>
|
||||
<!-- Column #02 -->
|
||||
<xpath expr="//div[hasclass('row')]/div[2]/div" position="replace">
|
||||
<img class="position-relative d-block img-fluid figure-img rounded shadow-lg w-100" style="height:50vh; object-fit:cover; z-index:2;" src="/web/image/website.s_three_columns_default_image_2" alt="s_three_columns_2"/>
|
||||
<div class="card-wrapper shadow-lg position-relative p-4 bg-white rounded-3 mt-n4" style="z-index:1;">
|
||||
<h4 class="card-title mt-4">Rome</h4>
|
||||
<p>A heady mix of haunting ruins, awe-inspiring art and vibrant street life, Italy’s hot-blooded capital is one of the world’s most romantic and charismatic cities.</p>
|
||||
<a href="#" class="btn btn-primary mb-2">Book now</a>
|
||||
</div>
|
||||
</xpath>
|
||||
<!-- Column #03 -->
|
||||
<xpath expr="//div[hasclass('row')]/div[3]/div" position="replace">
|
||||
<img class="position-relative d-block img-fluid figure-img rounded shadow-lg w-100" style="height:50vh; object-fit:cover; z-index:2;" src="/web/image/website.s_three_columns_default_image_3" alt="s_three_columns_3"/>
|
||||
<div class="card-wrapper shadow-lg position-relative p-4 bg-white rounded-3 mt-n4" style="z-index:1;">
|
||||
<h4 class="card-title mt-4">Prague</h4>
|
||||
<p>Prague is the equal of Paris in terms of beauty. Its history goes back a millennium. And the beer? The best in Europe. Prague is the perfect city to walk around.</p>
|
||||
<a href="#" class="btn btn-primary mb-2">Book now</a>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
|
||||
<template id="s_title" inherit_id="website.s_title">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Top Destinations
|
||||
</xpath>
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc o_cc3" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user