You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
6.7 KiB
112 lines
6.7 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<data>
|
|
<!-- Template for user icon-->
|
|
<template id="template_header_default_inherited" inherit_id="portal.user_dropdown">
|
|
<xpath expr="//span" position="replace">
|
|
<span t-if="_user_name" t-attf-class="fa fa-1x fa-fw fa-user-circle-o #{_icon_class}"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<!-- Template for footer-->
|
|
<template id="footer_default_sample" inherit_id="website.layout" name="Footer Sample">
|
|
<xpath expr="//div[@id='footer']" position="replace">
|
|
<section class="main_body">
|
|
<!-- Section footer starts here -->
|
|
<footer class="footer">
|
|
<div class="container-fluid">
|
|
<div class="footer_content">
|
|
<div class="row">
|
|
<div class="col-lg-3 offset-lg-1 col-md-4 col-sm-12 pb-5 pb-md-0 pb-lg-0 ">
|
|
<div class="wrapper">
|
|
<div class="brand">
|
|
<a class="navbar-brand" href="index.html">The Chef</a>
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
|
Et obcaecati quisquam id sit omnis
|
|
explicabo voluptate aut placeat, soluta,
|
|
nisi ea magni facere, itaque incidunt modi? Magni,
|
|
et voluptatum dolorem.
|
|
</p>
|
|
<div class="footer_icon">
|
|
<a href="#">
|
|
<span class="fa fa-pinterest"/>
|
|
</a>
|
|
<a href="#">
|
|
<span class="fa fa-linkedin"/>
|
|
</a>
|
|
<a href="#">
|
|
<span class="fa fa-facebook"/>
|
|
</a>
|
|
<a href="#">
|
|
<span class="fa fa-twitter"/>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-3 col-md-4 col-sm-12 pb-5 pb-md-0 pb-lg-0">
|
|
<div class="wrapper">
|
|
<h4>Open Hours</h4>
|
|
<ul class="list-unstyled open-hours">
|
|
<li class="d-flex justify-content-between">
|
|
<span>Monday</span>
|
|
<span>9:00 - 24:00</span>
|
|
</li>
|
|
<li class="d-flex justify-content-between">
|
|
<span>Tuesday</span>
|
|
<span>9:00 - 24:00</span>
|
|
</li>
|
|
<li class="d-flex justify-content-between">
|
|
<span>Wednesday</span>
|
|
<span>9:00 - 24:00</span>
|
|
</li>
|
|
<li class="d-flex justify-content-between">
|
|
<span>Thursday</span>
|
|
<span>9:00 - 24:00</span>
|
|
</li>
|
|
<li class="d-flex justify-content-between">
|
|
<span>Friday</span>
|
|
<span>9:00 - 02:00</span>
|
|
</li>
|
|
<li class="d-flex justify-content-between">
|
|
<span>Saturday</span>
|
|
<span>9:00 - 02:00</span>
|
|
</li>
|
|
<li class="d-flex justify-content-between">
|
|
<span>Sunday</span>
|
|
<span>Closed</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="col-lg-3 offset-lg-1 col-md-4 col-sm-12 pb-5 pb-md-0 pb-lg-0">
|
|
<div class="wrapper">
|
|
<h4>Open Hours</h4>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
|
|
</p>
|
|
|
|
<div class="">
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" id="usr"
|
|
placeholder="Enter Email"/>
|
|
</div>
|
|
</div>
|
|
<a href="#" class="btn btn-submit">Submit</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer_bottom">
|
|
<p>Copy right © <a href="#">Cybrosys.com</a> All rights reserved
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</section>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|