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.
 
 
 
 
 

411 lines
28 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="custom_message" inherit_id="website.layout"
name="Custom Header and Footer">
<!-- This is a custom header and footer template for a website, which includes -->
<!-- HTML, CSS, and FontAwesome links in the header, and a customized footer-->
<!-- with product and service information, contact details, and social media links.-->
<!-- Header-->
<xpath expr="//div[@id='wrapwrap']/main" position="before">
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet"
href="/theme_college/static/src/css/style.css"/>
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
crossorigin="anonymous"/>
</head>
</html>
</xpath>
<xpath expr="//div[@id='footer']" position="replace">
<footer class="footer">
<div class="container" id="footer">
<div class="row">
<div class="col-12 col-lg-4 col-md-12 col-sm-12">
<div class="footer_part">
<h4>Our Product and Services</h4>
<p class="fp">
<a href="/" class="btn btn-quoteF">Home</a>
</p>
<p class="fp">
<a href="/livechat" class="btn btn-quoteF">
Live Chat Support
</a>
</p>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
<h4>Contact Us</h4>
<address class="fp">
<div t-field="res_company.partner_id"
t-options='{
"widget": "contact",
"fields": ["name", "address", "phone", "mobile", "email"]}'/>
</address>
<div class="footer_icons">
<ul>
<a href="#">
<li class="fab fa-facebook-f fb"
aria-hidden="true"/>
</a>
<a href="#">
<li class="fab fa-twitter tw"
aria-hidden="true"/>
</a>
<a href="#">
<li class="fab fa-google-plus-g gg"
aria-hidden="true"/>
</a>
<a href="#">
<li class="fab fa-dribbble dr"
aria-hidden="true"/>
</a>
</ul>
</div>
</div>
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
<h4>About Us</h4>
<p class="fp">
We are a team of passionate people whose goal is
to improve
everyone's life through disruptive products. We
build great products
to solve your business problems.
Our products are designed for small to medium
size companies
willing to optimize their performance.
</p>
</div>
</div>
</div>
</footer>
</xpath>
</template>
<template id="template_header_default"
inherit_id="website.template_header_default"
name="Template Header Theme College" active="True">
<!-- The "Template Header Theme College" is a custom template that replaces -->
<!-- the default navbar with a modified version that includes menu items, -->
<!-- sign-in options, a user dropdown, a language selector, and a call-to-action button.-->
<xpath expr="//t [@t-call='website.navbar']" position="replace">
<t t-call="website.navbar">
<t t-set="_navbar_classes" t-valuef="shadow-sm"/>
<div id="top_menu_container"
class="container justify-content-start justify-content-lg-between">
<!-- Brand -->
<t t-call="website.placeholder_header_brand">
<t t-set="_link_class" t-valuef="mr-4"/>
</t>
<!-- Navbar Collapse -->
<div id="top_menu_collapse"
class="collapse navbar-collapse order-last order-lg-0">
<t t-call="website.navbar_nav">
<t t-set="_nav_class" t-valuef="flex-grow-1"/>
<!-- Menu -->
<t t-foreach="website.menu_id.child_id"
t-as="submenu">
<t t-call="website.submenu">
<t t-set="item_class" t-valuef="nav-item"/>
<t t-set="link_class" t-valuef="nav-link"/>
</t>
</t>
<!-- Sign In -->
<t t-call="portal.placeholder_user_sign_in">
<t t-set="_item_class"
t-valuef="nav-item ml-lg-auto"/>
<t t-set="_link_class"
t-valuef="nav-link font-weight-bold"/>
</t>
<!-- User Dropdown -->
<t t-call="portal.user_dropdown">
<t t-set="_user_name" t-value="true"/>
<t t-set="_item_class"
t-valuef="nav-item dropdown ml-lg-auto"/>
<t t-set="_link_class"
t-valuef="nav-link font-weight-bold"/>
</t>
<!-- Language Selector -->
<t t-call="website.placeholder_header_language_selector">
<t t-set="_div_classes"
t-valuef="nav-item my-auto ml-lg-2"/>
</t>
</t>
</div>
<!-- Call To Action -->
<t t-call="website.placeholder_header_call_to_action"/>
<!-- Navbar Toggler -->
<t t-call="website.navbar_toggler">
<t t-set="_toggler_class" t-valuef="ml-auto"/>
</t>
</div>
</t>
</xpath>
</template>
<template id="college_contact_us" name="College Contact Us"
inherit_id="website.contactus">
<!-- The "College Contact Us" is a custom template that replaces -->
<!-- the default contact us page with a modified version -->
<xpath expr="//div[@id='wrap']" position="replace">
<section class="contact">
<div class="contact_main">
<div class="container">
<div class="row contact_page">
<div class="col-lg-6 col-md-6 col-12">
<div class="contact_details">
<div class="heading_c">
<h2 class="main">Contact Us</h2>
</div>
<p class="abt">
As you might expect of a company that
began as a high-end interiors
contractor, we pay strict attention.
</p>
<section class="s_website_form"
data-vcss="001"
data-snippet="s_website_form">
<div class="container">
<form id="contactus_form"
action="/website/form/"
method="post"
enctype="multipart/form-data"
class="o_mark_required"
data-mark="*"
data-model_name="mail.mail"
data-success-mode="redirect"
data-success-page="/contactus-thank-you"
data-pre-fill="true">
<div class="s_website_form_rows row s_col_no_bgcolor">
<div class="form-group col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="contact1">
<span class="s_website_form_label_content">
Your Name
</span>
<span class="s_website_form_mark">
*
</span>
</label>
<div class="col-sm">
<input id="contact1"
type="text"
class="form-control s_website_form_input"
name="name"
required=""
data-fill-with="name"/>
</div>
</div>
</div>
<div class="form-group col-12 s_website_form_field s_website_form_custom"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="contact2">
<span class="s_website_form_label_content">
Phone Number
</span>
</label>
<div class="col-sm">
<input id="contact2"
type="tel"
class="form-control s_website_form_input"
name="phone"
data-fill-with="phone"/>
</div>
</div>
</div>
<div class="form-group col-12 s_website_form_field s_website_form_required"
data-type="email"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="contact3">
<span class="s_website_form_label_content">
Your Email
</span>
<span class="s_website_form_mark">
*
</span>
</label>
<div class="col-sm">
<input id="contact3"
type="email"
class="form-control s_website_form_input"
name="email_from"
required=""
data-fill-with="email"/>
</div>
</div>
</div>
<div class="form-group col-12 s_website_form_field s_website_form_custom"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="contact4">
<span class="s_website_form_label_content">
Your Company
</span>
</label>
<div class="col-sm">
<input id="contact4"
type="text"
class="form-control s_website_form_input"
name="company"
data-fill-with="commercial_company_name"/>
</div>
</div>
</div>
<div class="form-group col-12 s_website_form_field s_website_form_required"
data-type="char"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="contact5">
<span class="s_website_form_label_content">
Subject
</span>
<span class="s_website_form_mark">
*
</span>
</label>
<div class="col-sm">
<input id="contact5"
type="text"
class="form-control s_website_form_input"
name="subject"
required=""/>
</div>
</div>
</div>
<div class="form-group col-12 s_website_form_field s_website_form_custom s_website_form_required"
data-type="text"
data-name="Field">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="contact6">
<span class="s_website_form_label_content">
Your
Question
</span>
</label>
<div class="col-sm">
<textarea
id="contact6"
class="form-control s_website_form_input"
name="description"
required=""/>
</div>
</div>
</div>
<div class="form-group col-12 s_website_form_field s_website_form_dnone">
<div class="row s_col_no_resize s_col_no_bgcolor">
<label class="col-form-label col-sm-auto s_website_form_label"
style="width: 200px"
for="contact7">
<span class="s_website_form_label_content">
Email To
</span>
</label>
<div class="col-sm">
<input id="contact7"
type="hidden"
class="form-control s_website_form_input"
name="email_to"/>
</div>
</div>
</div>
<div class="form-group col-12 s_website_form_submit"
data-name="Submit Button">
<div style="width: 200px;"
class="s_website_form_label"/>
<a href="#"
role="button"
class="btn btn-primary btn-lg s_website_form_send">
Submit
</a>
</div>
<div class="text-center">
<span id="s_website_form_result"/>
</div>
</div>
</form>
</div>
</section>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<div class="contact-page-second-col">
<div class="address">
<div class="wrapper">
<ul class="list-unstyled mb-0 ps-2">
<li>My Company</li>
<li>
<i class="fa fa-map-marker fa-fw me-2"/>
<span class="o_force_ltr">
3575 Fake Buena Vista
Avenue
</span>
</li>
<li>
<i class="fa fa-phone fa-fw me-2"/>
<span class="o_force_ltr">+1
(650) 555-0111
</span>
</li>
<li>
<i class="fa fa-1x fa-fw fa-envelope me-2"/>
<span>
info@yourcompany.example.com
</span>
</li>
</ul>
</div>
<div class="wrapper">
<div class="cc">United states</div>
<p class="info">195 E Parker Square
Dr, Parker, CO 801
</p>
<p>
<a href="tel:+4733378901">+47
333 78 901
</a>
</p>
</div>
</div>
<div>
<section class="map">
<div class="map-responsive">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d15658.881983874671!2d75.87971722644363!3d11.134181973268767!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba651d1fb20b40b%3A0xd15c44b13dfe431c!2sThenhipalam%2C%20Kerala!5e0!3m2!1sen!2sin!4v1598930664895!5m2!1sen!2sin"
width="100%"
height="450"
frameborder="0"
style="border:0;"
allowfullscreen=""
aria-hidden="false"
tabindex="0"/>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</xpath>
</template>
</odoo>