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.
 
 
 
 
 

215 lines
18 KiB

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- To inherit contact us page -->
<template id="xtream_contact_us" name="Xtream Contact Us" inherit_id="website.contactus">
<xpath expr="//div[hasclass('oe_structure')]" position="replace">
<div class="oe_structure"/>
</xpath>
<xpath expr="//div[hasclass('oe_structure')]" position="after">
<div id="wrap" class="oe_structure oe_empty">
<div class="container mt-4 mb-5">
<div class="row">
<div class="col" style="margin-right: 42%;">
<div id="contactus_section" style="margin-top: 14px;">
<section class="s_website_form">
<div class="container">
<section class="body_section">
<!-- Contact section starts here -->
<section class="contact">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12">
<div class="contact_left">
<div class="name">
<h3>Get in touch</h3>
<form id="contactus_form"
t-ignore="true"
action="/website/form/"
method="post"
data-model_name="mail.mail"
enctype="multipart/form-data"
data-success_page="/contactus-thank-you"
class="contact-form"
style="width: 350%;">
<div class="row">
<div class="form-group row form-field o_website_form_custom o_website_form_required_custom">
<div class="col-sm-12">
<div class="input-block">
<label for="Name">
Your
Name
</label>
<input type="text"
class="form-control o_website_form_input"
name="Name"
required=""/>
</div>
</div>
</div>
<div class="form-group row form-field o_website_form_custom">
<div class="col-sm-12">
<div class="input-block">
<label for="Phone">
Phone
Number
</label>
<input type="tel"
class="form-control o_website_form_input"
name="Phone"/>
</div>
</div>
</div>
<div class="form-group row form-field o_website_form_required_custom">
<div class="col-sm-12">
<div class="input-block">
<label for="email_from">
Email
</label>
<input type="email"
class="form-control o_website_form_input"
name="email_from"
required=""/>
</div>
</div>
</div>
<div class="form-group row form-field o_website_form_custom">
<div class="col-sm-12">
<div class="input-block">
<label for="Partner Name">
Your Company
</label>
<input type="text"
class="form-control o_website_form_input"
name="Partner Name"/>
</div>
</div>
</div>
<div class="form-group row form-field o_website_form_required_custom">
<div class="col-sm-12">
<div class="input-block">
<label for="subject">
Subject
</label>
<input type="text"
class="form-control o_website_form_input"
name="subject"
required=""/>
</div>
</div>
</div>
<div class="form-group row form-field o_website_form_custom o_website_form_required_custom">
<div class="col-sm-12">
<div class="input-block textarea">
<label for="Description">
Your Question
</label>
<textarea rows="3"
type="text"
class="form-control o_website_form_input"
name="Description"
required=""/>
</div>
</div>
</div>
<div class="form-group row form-field d-none">
<div class="col-lg-3 col-md-4">
<label class="col-form-label"
for="email_to">
Email To
</label>
</div>
<div class="col-lg-7 col-md-8">
<input type="hidden"
class="form-control o_website_form_input"
name="email_to"
t-att-value="res_company.email"/>
</div>
</div>
<div class="col-sm-12">
<a href="#"
class="btn btn-contact btn-lg o_website_form_send">
Send message
</a>
<span id="o_website_form_result"/>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
</div>
</section>
</div>
</div>
<div class="col">
<section class="body_section">
<div class="row">
<section class="contact">
<div class="contact_right">
<br/>
<div class="wrapper">
<div class="c_info">
<h3>marketing</h3>
<div class="phone">
<p>
<span>Phone:</span>
<a href="tel:+6494461709">+6494461709</a>
</p>
<p>
<span>Mail:</span>
<a href="mailto:info@xtream.com">
info@xtream.com
</a>
</p>
</div>
</div>
<div class="c_info">
<h3>Shipping &amp; Returns</h3>
<div class="phone">
<p>
<span>Phone:</span>
<a href="tel:+6494461709">+6494461709</a>
</p>
<p>
<span>Mail:</span>
<a href="mailto:info@xtream.com">
info@xtream.com
</a>
</p>
</div>
</div>
<div class="c_info">
<h3>Information</h3>
<div class="phone">
<address itemscope="itemscope"
itemtype="http://schema.org/Organization">
<!-- TODO widget contact must add itemprop attributes -->
<div t-field="res_company.partner_id" t-options='{
"widget": "contact",
"fields": ["name", "address", "phone", "mobile", "email"]}'/>
<t t-if="not res_company.google_map_img()">
<span class="fa fa-map-marker fa-fw mt16" role="img"
aria-label="Address" title="Address"/>
<a t-att-href="res_company.google_map_link()"
target="_BLANK">Google Maps
</a>
</t>
</address>
</div>
</div>
</div>
</div>
</section>
</div>
</section>
</div>
</div>
</div>
</div>
</xpath>
</template>
</odoo>