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.
27 lines
1.4 KiB
27 lines
1.4 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!--Template for "Contact Us" page-->
|
|
<!--The page includes a banner image and a form where visitors can submit their contact information, such as their name,
|
|
phone number, email address, company name, and the subject of their message. -->
|
|
<!--The form also includes a message box where visitors can enter their inquiry or question. Once the visitor
|
|
submits the form, it will be sent as an email to the company's email address.-->
|
|
<template id="contactus" inherit_id="website.contactus"
|
|
name="Contact Us">
|
|
<xpath expr="//div[@class='oe_structure']" position="replace">
|
|
<div id="wrap" class="oe_structure oe_empty">
|
|
<section
|
|
class="s_title parallax s_parallax_is_fixed bg-black-50 pt24 pb24"
|
|
data-vcss="001"
|
|
data-snippet="s_title"
|
|
data-scroll-background-ratio="1">
|
|
<span class="s_parallax_bg oe_img_bg"
|
|
style="background-image: url('/theme_trading/static/src/images/contactus/contactus_banner.jpg'); background-position: 50% 0px;"/>
|
|
<div class="o_we_bg_filter bg-black-50"/>
|
|
<div class="container">
|
|
<h1>Contact us</h1>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|