-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactUs.php
More file actions
138 lines (112 loc) · 5.51 KB
/
Copy pathcontactUs.php
File metadata and controls
138 lines (112 loc) · 5.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!--/**-->
<!-- * Created by PhpStorm.-->
<!-- * User: prabhatdas-->
<!-- * Date: 2019-02-25-->
<!-- * Time: 14:07-->
<!-- */-->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="/image/favicon.png" type="image/png">
<title>Plus 2 Rooms</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/royal_assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/royal_assets/vendors/linericon/style.css">
<link rel="stylesheet" href="assets/royal_assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/royal_assets/vendors/owl-carousel/owl.carousel.min.css">
<link rel="stylesheet" href="assets/royal_assets/vendors/bootstrap-datepicker/bootstrap-datetimepicker.min.css">
<link rel="stylesheet" href="assets/royal_assets/vendors/nice-select/css/nice-select.css">
<link rel="stylesheet" href="assets/royal_assets/vendors/owl-carousel/owl.carousel.min.css">
<!-- main css -->
<link rel="stylesheet" href="assets/royal_assets/css/style.css">
<link rel="stylesheet" href="assets/royal_assets/css/responsive.css">
<!--CUSTOM CSS--->
<link rel="stylesheet" href="assets/plus2rooms_assets/css/animation/animate.css">
<link rel="stylesheet" href="assets/plus2rooms_assets/css/page_css/contactUs.css" >
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel='stylesheet' href='http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css'>
<link rel="stylesheet" href="assets/plus2rooms_assets/css/checkbox.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!--------------->
</head>
<body>
<!--================Header Area =================-->
<?php
include_once "navbar.php";
include_once "miscellaneous_functions.php";
include_once "config.php";
include_once "UrlHandler.php";
$pagename="contactUs.php";
$_SESSION['redirect_url'] = $basePath.$pagename;
?>
<!--================Header Area =================-->
<!--================Breadcrumb Area =================-->
<section class="breadcrumb_area">
<div class="overlay bg-parallax" data-stellar-ratio="0.8" data-stellar-vertical-offset="0" data-background=""></div>
<div class="container">
<div class="page-cover text-center">
<h2 class="page-cover-tittle">Contact Us</h2>
<ol class="breadcrumb">
<li><a href="../index.php">Home</a></li>
<li><a href="../hotels/disp_hotels.php">Hotels</a></li>
<li class="active">Rooms</li>
</ol>
</div>
</div>
</section>
<!--================Breadcrumb Area =================-->
<!--================ Accomodation Area =================-->
<div id="list">
<center>
<br>
<div id="main_card" class="card">
<br>
<form method="post" action="contactUs_post.php">
<input type="text" required class="form-control" style="width: 98%" placeholder="Your Name">
<br>
<input type="email" required class="form-control" style="width: 98%" placeholder="Your Email">
<br>
<input type="number" required class="form-control" style="width: 98%" placeholder="Your Phone">
<br>
<textarea class="form-control" style="width: 98%;height: 150px" placeholder="Your Query"></textarea>
<br>
<button class="btn btn-primary" type="submit">SEND QUERY</button>
<br><br><br>
</form>
</div>
<br>
</center>
</div>
<!--================ Accomodation Area =================-->
<!--================Booking Tabel Area =================-->
<!--================Booking Tabel Area =================-->
<!--================ Accomodation Area =================-->
<!--================ Accomodation Area =================-->
<!--================ start footer Area =================-->
<?php
include_once "footer.php"
?>
<!--================ End footer Area =================-->
<script src="assets/plus2rooms_assets/js/room_add_remove_css_class.js"></script>
<script src="assets/plus2rooms_assets/js/dategenerator.js"></script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="assets/royal_assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/royal_assets/js/popper.js"></script>
<script src="assets/royal_assets/js/bootstrap.min.js"></script>
<script src="assets/royal_assets/vendors/owl-carousel/owl.carousel.min.js"></script>
<script src="assets/royal_assets/js/jquery.ajaxchimp.min.js"></script>
<script src="assets/royal_assets/vendors/bootstrap-datepicker/bootstrap-datetimepicker.min.js"></script>
<script src="assets/royal_assets/vendors/nice-select/js/jquery.nice-select.js"></script>
<script src="assets/royal_assets/js/mail-script.js"></script>
<script src="assets/royal_assets/js/stellar.js"></script>
<script src="assets/royal_assets/vendors/lightbox/simpleLightbox.min.js"></script>
<script src="assets/royal_assets/js/custom.js"></script>
</body>
</html>