Odoo18-Base/addons/website/views/snippets/s_opening_hours.xml
2025-01-06 10:57:38 +07:00

34 lines
2.3 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_opening_hours" name="Opening Hours">
<section class="s_opening_hours">
<div class="container-fluid">
<div class="row o_grid_mode" data-row-count="13">
<div class="o_grid_item o_grid_item_image g-col-lg-12 g-height-13 col-lg-12" style="z-index: 1; grid-area: 1 / 1 / 14 / 13; --grid-item-padding-y: 0px; --grid-item-padding-x: 0px;">
<img class="img img-fluid" src="/web/image/website.s_cover_default_image" alt=""/>
</div>
<!-- This next div is intended to correct a visual issue, specifically a vertical line anomaly next to the hours, that appears only in the modal preview.-->
<div class="s_dialog_preview o_grid_item o_cc o_cc1 g-col-lg-10 g-height-7 col-lg-10" style="z-index: 2; grid-area: 7 / 2 / 14 / 12; --grid-item-padding-y: 0px; --grid-item-padding-x: 0px;"/>
<div class="o_grid_item o_cc o_cc1 g-col-lg-6 g-height-7 col-lg-6" style="grid-area: 7 / 2 / 14 / 8; z-index: 3; --grid-item-padding-y: 32px; --grid-item-padding-x: 40px;">
<h2 class="display-4-fs">Lets get in touch</h2>
<p class="lead"><u>info@yourcompany.example.com</u></p>
</div>
<div class="o_grid_item o_cc o_cc1 g-col-lg-2 g-height-7 col-lg-2 col-6" style="grid-area: 7 / 8 / 14 / 10; z-index: 4; --grid-item-padding-y: 32px; --grid-item-padding-x: 40px;">
<p class="o_small"><u>Monday</u><br/>8.00am-6.00pm</p>
<p class="o_small"><u>Tuesday</u><br/>8.00am-6.00pm</p>
<p class="o_small"><u>Wednesday</u><br/>8.00am-12.00am</p>
<p class="o_small"><u>Thursday</u><br/>8.00am-6.00pm</p>
</div>
<div class="o_grid_item o_cc o_cc1 g-col-lg-2 g-height-7 col-lg-2 col-6" style="grid-area: 7 / 10 / 14 / 12; z-index:5; --grid-item-padding-y: 32px; --grid-item-padding-x: 40px;">
<p class="o_small"><u>Friday</u><br/>8.00am-6.00pm</p>
<p class="o_small"><u>Saturday</u><br/>8.00am-6.00pm</p>
<p class="o_small"><u>Sunday</u><br/>Closed</p>
</div>
</div>
</div>
</section>
</template>
</odoo>