-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path4&5star.html
353 lines (329 loc) · 14.9 KB
/
4&5star.html
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="beb.png"type="image" sizes="32x32"/>
<title>Hotels-RoamUdaipur</title>
<meta name = "viewport" content = "width=device-width, initial-scale = 1, maximum-scale=1 ,user-scalable = no" />
<link rel="stylesheet" type="text/css" href="main1.css">
<link href='https://fonts.googleapis.com/css?family=Josefin Sans' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Finger Paint' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Sanchez' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Aclonica' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Aladin' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Share Tech' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Sedgwick Ave Display' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Alegreya Sans SC' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Andika' rel='stylesheet'>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAxiAHEz1tcr1OLaVLA1T50mvO2B27kHFM&libraries=geometry&language=en"></script>
<script src="https://use.fontawesome.com/5b626b8830.js"></script>
</head>
<body>
<div class="header">
<div class="inner-header">
<div class="logo"><a href="index.html"><img src="tatag.png" ></a></div>
<!-- <div class="header-link"><a id="login" href="logoutscript.php">Log Out</a></div>-->
<div class="header-link"><Button class="login" ><i id="myBtn" class="fa fa-globe" aria-hidden="true"></i></Button></div>
<div class="header-link"><i style="font-size: 25px; color:red;" id="myBtn1" onclick="openCont()" class="fa fa-bars" aria-hidden="true"></i></div>
<div class="header-link"><Button class="login cancer" onclick="openCont()"><i class="fa fa-bars" aria-hidden="true"></i></Button></div>
<!-- <div class="header-link"><Button id="login" onclick="openProfile()">Profile</Button></div>-->
<div class="header-link"><a class="login cancer" href="index.html"><i class="fa fa-home" aria-hidden="true"></i></a></div>
</div>
</div>
<div id="disploc" class="locadisp">
<div class="con-disp">
<span class="close">×</span>
<h3 style="font-family:'Amarante'; text-align: center; color:#EF9A9A; ">Your Distance from Major Transportation in Udaipur</h3>
<div id="saracont" >
<div id="map"></div>
<h4 id="bababa"></h4>
</div>
</div>
</div>
<script src="globe.js"></script>
<div>
<img src="1.jpg" alt="" class="slideshow">
<img src="2.jpg" alt="" class="slideshow" >
<img src="7.jpg" alt="" class="slideshow" >
</div>
<script>
var si = 0;
slides();
function slides() {
var i;
var x = document.getElementsByClassName("slideshow");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
si++;
if (si > x.length) {si = 1}
x[si-1].style.display = "block";
setTimeout(slides, 2000);
}
function myFunctio(event)
{
var targo=event.target;
if(targo.id=="fgh")
{var x = document.getElementById('myDIV');
}
else if(targo.id=="rpp")
{
var x=document.getElementById('myDIV1');
}
else if(targo.id=="lp")
{
var x=document.getElementById('myDIV2');
}
else if(targo.id=="rbu")
{
var x=document.getElementById('myDIV3');
}
else if(targo.id=="llv")
{
var x=document.getElementById('myDIV4');
}
else if(targo.id=="lpu")
{
var x=document.getElementById('myDIV5');
}
else if(targo.id=="ou")
{
var x=document.getElementById('myDIV6');
}
else if(targo.id=="th")
{
var x=document.getElementById('myDIV7');
}
if (x.style.display === 'none')
{
x.style.display = 'block';
}
else {
x.style.display = 'none';
}
}
function openProfile() {
document.getElementById("profile_show").style.width = "50%";
}
function closeProfile() {
document.getElementById("profile_show").style.width = "0";
}
function openCont() {
document.getElementById("contents_show").style.width = "50%";
}
function closeCont() {
document.getElementById("contents_show").style.width = "0";
}
</script>
<div id="profile_show" class="profile">
<a href="javascript:void(0)" class="closebtn" onclick="closeProfile()">×</a>
<div id="pro_head"><h1>Profile</h1></div>
<br/><br/>
<div id="pro_element"><h2>Username: <?php echo $_SESSION['username'];?></h2></div>
<div id="pro_element1"><h2>E-Mail: <?php
$con=mysqli_connect('localhost','root','','users');
$query="SELECT * FROM users.users_data WHERE username='$name'";
$data=mysqli_query($con,$query);
$row=mysqli_fetch_array($data);
echo $row['email'];?></h2></div>
<a style="margin-top:295px; font-size:16px; text-align:center; color:black;" href="roamudaipur.php">©RoamUdaipur.com</a>
</div>
<div class="profile" id="contents_show">
<a href="javascript:void(0)" class="closebtn" onclick="closeCont()">×</a>
<h2 style="text-align:center; font-family: 'Sedgwick Ave Display';">Contents</h2>
<br/>
<br/>
<i><a href="lakes.html">Lakes</a></i>
<i><a href="temples.html">Temples</a></i>
<i><a href="museums.html">Museums</a></i>
<i><a href="2&3star.html">2&3 Star Hotels</a></i>
<i><a href="restaurants.html">Restaurants</a></i>
<i><a href="airways.html">Airways</a></i>
<i><a href="railways.html">Railways</a></i>
<a style="margin-top:95px; text-align:center; font-size:16px; color:black;" href="roamudaipur.php">©RoamUdaipur.com</a>
</div>
<div id="jkk"><h2>Hotels</h2></div>
<div id="searched2" style="border:none; height:800px;">
<div class="tab" style="height: 700px; margin-top:50px;">
<button class="tablinks" onclick="openCity(event, 'fs')" id="defaultOpen">Hotel Fateh Garh</button>
<button class="tablinks" onclick="openCity(event, 'pl')">Hotel Ram Pratap Palace</button>
<button class="tablinks" onclick="openCity(event, 'us')">Lake Palace</button>
<button class="tablinks" onclick="openCity(event, 'js')">Radisson Blu Palace Resort & Spa</button>
<button class="tablinks" onclick="openCity(event, 'rl')">The Lalit Laxmi Vilas Palace</button>
<button class="tablinks" onclick="openCity(event, 'dt')">The Leela Palace</button>
<button class="tablinks" onclick="openCity(event, 'bt')">The Oberoi Udaivilas</button>
<button class="tablinks" onclick="openCity(event, 'ss')">Trident Hotel</button>
</div>
<div id="fs" class="tabcontent" style="height:700px; margin-top:50px;">
<h3>Hotel Fateh Garh</h3>
<img src="fatehg.jpg" style="margin-left:160px;" alt="Amantra">
<div id="divcont">
<h3>Website :</h3><a href="amantrahotel.com" style="color: blue;">Visit Site</a></div>
<div id="divcont"><h3>Address :</h3><p> Sisarma, Udaipur, Rajasthan 313001</p></div>
<div id="divcont">
<h3>Phone :</h3><p> 086969 45109</p></div>
</div>
<div id="pl" class="tabcontent" style="height:700px; margin-top:50px;">
<h3>Hotel Ram Pratap Palace</h3>
<img src="rampra.jpg"style="margin-left:160px;" alt="Amar Kothi">
<div id="divcont">
<h3>Website :</h3><a href="" style="color: blue;"> Visit Site</a></div>
<div id="divcont"><h3>Address :</h3><p> No.5-B, Alkapuri , Fateh Sagar Lake, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 243 1701</p></div>
</div>
<div id="us" class="tabcontent " style="height:700px; margin-top:50px;">
<h3>Lake Palace</h3>
<img src="lakep.jpg" style="margin-left:160px;" alt="Heritage">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Lake Pichola, Udaipur, Rajasthan 313001
</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 242 8800</p></div>
</div>
<div id="js" class="tabcontent" style="height:700px; margin-top:50px;">
<h3>Radisson Blu Palace Resort & Spa</h3>
<img src="radi.jpg" style="margin-left:160px;" alt="Rajdarshan">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> B-1, Near Fateh Sagar Lake, Ambamata, Udaipur, Rajasthan 313001</p></div><div id="divcont">
<h3>Phone :</h3><p> 0294 305 0000</p>
</div>
</div>
<div id="rl" class="tabcontent " style="height:700px; margin-top:50px;">
<h3>The Lalit Laxmi Vilas Palace</h3>
<img src="laxmi.jpg" style="margin-left:160px;" alt="Ram Pratap">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Opposite Fateh Sagar Lake, Udaipur, Rajasthan 313004</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 301 7777</p>
</div>
</div>
<div id="dt" class="tabcontent" style="height:700px; margin-top:50px;">
<h3>The Leela Palace</h3>
<img src="leela.jpg" style="margin-left:160px;" alt="Rangniwas">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Lake Pichola, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 670 1234</p>
</div>
</div>
<div id="bt" class="tabcontent" style="height:700px; margin-top:50px;">
<h3>The Oberoi Udaivilas</h3>
<img src="udaivil.jpg" style="margin-left:160px;" alt="Ambavgarh Retreat">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Haridasji Ki Magri, Pichola, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone:</h3><p> 0294 243 3300</p>
</div>
</div>
<div id="ss" class="tabcontent" style="height:700px; margin-top:50px;">
<h3>Trident Hotel</h3>
<img src="tride.jpg" style="margin-left:160px;" alt="Krishna">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Near Lake Pichola, Pichola, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 243 2200</p>
</div>
</div>
</div>
<div id="searched1" style="height:auto;">
<ul id="myUL" type="none">
<li>
<h4 id="fgh" onclick="myFunctio(event)">Hotel Fateh Garh </h4>
<div id="myDIV" class="kink" style="display:none">
<img src="fatehg.jpg" alt="Amantra">
<div id="divcont">
<h3>Website :</h3><a href="amantrahotel.com" style="color: blue;"> Visit Site</a></div>
<div id="divcont"><h3>Address :</h3><p> Sisarma, Udaipur, Rajasthan 313001</p></div>
<div id="divcont">
<h3>Phone :</h3><p> 086969 45109</p></div>
</div>
</li>
<li>
<h4 id="rpp" onclick="myFunctio(event)">Hotel Ram Pratap Palace</h4>
<div id="myDIV1" class="kink" style="display:none">
<img src="rampra.jpg" alt="Amar Kothi">
<div id="divcont">
<h3>Website :</h3><a href="" style="color: blue;"> Visit Site</a></div>
<div id="divcont"><h3>Address :</h3><p> No.5-B, Alkapuri , Fateh Sagar Lake, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 243 1701</p></div>
</div>
</li>
<li>
<h4 id="lp" onclick="myFunctio(event)">Lake Palace</h4>
<div id="myDIV2" class="kink" style="display:none">
<img src="lakep.jpg" alt="Heritage">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Lake Pichola, Udaipur, Rajasthan 313001
</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 242 8800</p></div>
</div></li>
<li>
<h4 id="rbu" onclick="myFunctio(event)">Radisson Blu Palace Resort & Spa</h4>
<div id="myDIV3" class="kink" style="display:none">
<img src="radi.jpg" alt="Rajdarshan">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> B-1, Near Fateh Sagar Lake, Ambamata, Udaipur, Rajasthan 313001</p></div><div id="divcont">
<h3>Phone :</h3><p> 0294 305 0000</p>
</div></div></li>
<li><h4 id="llv" onclick="myFunctio(event)">The Lalit Laxmi Vilas Palace</h4>
<div id="myDIV4" class="kink" style="display:none">
<img src="laxmi.jpg" alt="Ram Pratap">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Opposite Fateh Sagar Lake, Udaipur, Rajasthan 313004</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 301 7777</p>
</div></div></li>
<li>
<h4 id="lpu" onclick="myFunctio(event)">The Leela Palace</h4>
<div id="myDIV5" class="kink" style="display:none">
<img src="leela.jpg" alt="Rangniwas">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Lake Pichola, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 670 1234</p>
</div></div></li>
<li><h4 id="ou" onclick="myFunctio(event)">The Oberoi Udaivilas</h4>
<div id="myDIV6" class="kink" style="display:none">
<img src="udaivil.jpg" alt="Ambavgarh Retreat">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Haridasji Ki Magri, Pichola, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone:</h3><p> 0294 243 3300</p>
</div></div></li>
<li><h4 id="th" onclick="myFunctio(event)">Trident Hotel</h4>
<div id="myDIV7" class="kink" style="display:none">
<img src="tride.jpg" alt="Krishna">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Near Lake Pichola, Pichola, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 243 2200</p>
</div></div></li>
</ul>
</div>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
document.getElementById("defaultOpen").click();
</script>
<footer>
<div class="container" >
<p style="float: left;" id="copyv">©Roam Udaipur</p>
<a style="float:right; padding-top:14px; text-decoration: underline;" id="copyv" href="disclaimer.html">Disclaimer</a>
<p id="copyv" style="text-align: center;">Made with <i class="fa fa-heart" aria-hidden="true"></i></p>
</div>
</footer>
</body>
</html>