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.
145 lines
7.3 KiB
145 lines
7.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="custom_message" inherit_id="website.layout"
|
|
name="Custom Header and Footer">
|
|
<!-- 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>
|
|
<!-- Footer-->
|
|
<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>
|
|
|
|
<record id="scholarship_thanks" model="website.page">
|
|
<field name="name">Thanks (Contact us)</field>
|
|
<field name="type">qweb</field>
|
|
<field name="url">/scholarship-thank-you</field>
|
|
<field name="website_indexed" eval="False"/>
|
|
<field name="is_published">True</field>
|
|
<field name="key">website_form.contactus_thanks</field>
|
|
<field name="arch" type="xml">
|
|
<t name="Thanks (Contact us)"
|
|
t-name="website_form.contactus_thanks">
|
|
<t t-call="website.layout">
|
|
<div id="wrap">
|
|
<div class="oe_structure"
|
|
id="oe_structure_website_form_contact_us_thanks_1"/>
|
|
<div class="container mt-4">
|
|
<div class="row">
|
|
<div class="col-lg-7 col-xl-6 mr-lg-auto oe_structure">
|
|
<section
|
|
class="pt40 s_text_block pb40 o_colored_level o_cc o_cc1"
|
|
data-snippet="s_text_block"
|
|
data-name="Text">
|
|
<div class="container">
|
|
<span class="d-block fa fa-4x fa-thumbs-up mx-auto rounded-circle bg-primary"/>
|
|
<br/>
|
|
<h1 class="text-center">Thank You!
|
|
</h1>
|
|
<div class="pb16 pt16 s_hr"
|
|
data-snippet="s_hr"
|
|
data-name="Separator">
|
|
<hr class="mx-auto border-top w-50 border-dark text-center"/>
|
|
</div>
|
|
<h5 class="text-center">
|
|
<span class="fa fa-check-circle"/>
|
|
<span>Your message has been sent
|
|
<b>successfully</b>
|
|
</span>
|
|
</h5>
|
|
<p class="text-center">We will get
|
|
back to you shortly.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
<div class="col-lg-4 mt-5 pt-3">
|
|
<t t-call="website.company_description"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="oe_structure"
|
|
id="oe_structure_website_form_contact_us_thanks_2"/>
|
|
</div>
|
|
</t>
|
|
</t>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|
|
|