-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2&3star.html
442 lines (417 loc) · 23.2 KB
/
2&3star.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
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!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=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="slidu">
<img src="9.jpg" alt="" class="slideshow">
<img src="10.jpg" alt="" class="slideshow" >
<img src="11.jpg" alt="" class="slideshow" >
</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>
<script>
var slideIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("slideshow");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
slideIndex++;
if (slideIndex > x.length) {slideIndex = 1}
x[slideIndex-1].style.display = "block";
setTimeout(carousel, 2000);
}
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="railways.html">Railways</a></i>
<i><a href="restaurants.html">Restaurants</a></i>
<i><a href="4&5star.html">4 & 5 Star Hotels</a></i>
<i><a href="airways.html">Airways</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">
<div class="tab">
<button class="tablinks" onclick="openCity(event, 'fs')" id="defaultOpen">Amantra Comfort Hotel</button>
<button class="tablinks" onclick="openCity(event, 'pl')">Amar Kothi Hotel</button>
<button class="tablinks" onclick="openCity(event, 'us')">Heritage Resort</button>
<button class="tablinks" onclick="openCity(event, 'js')">Hotel Rajdarshan</button>
<button class="tablinks" onclick="openCity(event, 'rl')">Hotel Ram Pratap Palace</button>
<button class="tablinks" onclick="openCity(event, 'dt')">Rangniwas Palace Hotel</button>
<button class="tablinks" onclick="openCity(event, 'bt')">Ambavgarh Retreat</button>
<button class="tablinks" onclick="openCity(event, 'ss')">Hotel Krishna Niwas</button>
<button class="tablinks" onclick="openCity(event, 'tl')">Alka Hotel</button>
<button class="tablinks" onclick="openCity(event, 'bl')">Hotel Hill Lake</button>
<button class="tablinks" onclick="openCity(event, 'clv')">Hotel Sarovar</button>
</div>
<div id="fs" class="tabcontent">
<h3>Amantra Comfort Hotel</h3>
<img src="amantra.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>5-B, Opposite Sahelion Ki Bari, New Fatehpura, Udaipur, Rajasthan 313001</p></div>
<div id="divcont">
<h3>Phone :</h3><p> 80033 31188</p></div>
</div>
<div id="pl" class="tabcontent" >
<h3>Amar Kothi Hotel</h3>
<img src="amarkothi.jpg">
<div id="divcont">
<h3>Website :</h3><a href="" style="color: blue;"> Visit Site</a></div>
<div id="divcont"><h3>Address :</h3><p> 5-C, Haridasji Ki Magri, Trident-Udaivilas Road, Mulla Talai, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 094144 71020</p></div>
</div>
<div id="us" class="tabcontent">
<h3>Heritage Resort</h3>
<img src="herit.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 Bagela, Nagda, Eklingji, Udaipur, Rajasthan 313002
</p></div>
<div id="divcont"><h3>Phone :</h3><p> 094141 62133</p></div>
</div>
<div id="js" class="tabcontent">
<h3>Hotel Rajdarshan</h3>
<img src="rajd.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> 18, Pannadhai Marg, Hathipole, Udaipur, Rajasthan 313001</p></div><div id="divcont">
<h3>Phone :</h3><p> 0294 252 6601</p>
</div>
</div>
<div id="rl" class="tabcontent ">
<h3>Hotel Ram Pratap Palace</h3>
<img src="ramp.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> 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="dt" class="tabcontent" >
<h3>Rangniwas Palace Hotel</h3>
<img src="rang.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 Palace Rd, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 252 3890</p>
</div>
</div>
<div id="bt" class="tabcontent">
<h3>Ambavgarh Retreat</h3>
<img src="amb.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> 46, Ambavgarh Retreat , Near Fateh Sagar Lake, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone:</h3><p> 094140 24622</p>
</div>
</div>
<div id="ss" class="tabcontent" >
<h3>Hotel Krishna Niwas</h3>
<img src="krish.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> No:34-35, Lal Ghat, Behind Jagdish Temple, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 242 0163</p>
</div>
</div>
<div id="tl" class="tabcontent" >
<h3>Alka Hotel</h3>
<img src="alka.jpg" style="margin-left:160px;" alt="Alka">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Alka Hotel Road, Shastri Circle, NA, Udaipur, Rajasthan 313001</p></div>
<div id="divcont">
<h3>Phone :</h3><p> 0294 242 7981</p>
</div>
</div>
<div id="bl" class="tabcontent" >
<h3>Hotel Hill Lake</h3>
<img src="hill.jpg" style="margin-left:160px;" alt="Hill">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Purohit Ji Ka Khurra,, Chandpole, Udaipur, Rajasthan 313001</p></div>
<div id="divcont">
<h3>Phone :</h3><p> 078771 54820</p>
</div>
</div>
<div id="clv" class="tabcontent" >
<h3>Hotel Sarovar</h3>
<img src="saro.jpg" style="margin-left:160px;" alt="Hotel Sarovar">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Pichola Lake, Hauman Ghat, Outside Chandpole, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 243 2801</p>
</div>
</div>
</div>
<div id="searched1">
<ul id="myUL" type="none">
<li>
<h4 id="fgh" onclick="myFunctio(event)">Amantra Comfort Hotel</h4>
<div id="myDIV" class="kink" style="display:none">
<img src="amantra.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> 5-B, Opposite Sahelion Ki Bari, New Fatehpura, Udaipur, Rajasthan 313001</p></div>
<div id="divcont">
<h3>Phone :</h3><p> 80033 31188</p></div>
</div>
</li>
<li>
<h4 id="rpp" onclick="myFunctio(event)">Amar Kothi Hotel</h4>
<div id="myDIV1" class="kink" style="display:none">
<img src="amarkothi.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> 5-C, Haridasji Ki Magri, Trident-Udaivilas Road, Mulla Talai, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 094144 71020</p></div>
</div>
</li>
<li>
<h4 id="lp" onclick="myFunctio(event)">Heritage Resort</h4>
<div id="myDIV2" class="kink" style="display:none">
<img src="herit.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 Bagela, Nagda, Eklingji, Udaipur, Rajasthan 313002
</p></div>
<div id="divcont"><h3>Phone :</h3><p> 094141 62133</p></div>
</div></li>
<li>
<h4 id="rbu" onclick="myFunctio(event)">Hotel Rajdarshan</h4>
<div id="myDIV3" class="kink" style="display:none">
<img src="rajd.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> 18, Pannadhai Marg, Hathipole, Udaipur, Rajasthan 313001</p></div><div id="divcont">
<h3>Phone :</h3><p> 0294 252 6601</p>
</div></div></li>
<li><h4 id="llv" onclick="myFunctio(event)">Hotel Ram Pratap Palace</h4>
<div id="myDIV4" class="kink" style="display:none">
<img src="ramp.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> 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="lpu" onclick="myFunctio(event)">Rangniwas Palace Hotel</h4>
<div id="myDIV5" class="kink" style="display:none">
<img src="rang.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 Palace Rd, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 252 3890</p>
</div></div></li>
<li><h4 id="ou" onclick="myFunctio(event)">Ambavgarh Retreat</h4>
<div id="myDIV6" class="kink" style="display:none">
<img src="amb.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> 46, Ambavgarh Retreat , Near Fateh Sagar Lake, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone:</h3><p> 094140 24622</p>
</div></div></li>
<li><h4 id="th" onclick="myFunctio(event)">Hotel Krishna Niwas</h4>
<div id="myDIV7" class="kink" style="display:none">
<img src="krish.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> No:34-35, Lal Ghat, Behind Jagdish Temple, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 242 0163</p>
</div></div></li>
<li><h4 id="ah" onclick="myFunctio(event)">Alka Hotel</h4>
<div id="myDIV8" class="kink" style="display:none">
<img src="alka.jpg" alt="Alka">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Alka Hotel Road, Shastri Circle, NA, Udaipur, Rajasthan 313001</p></div>
<div id="divcont">
<h3>Phone :</h3><p> 0294 242 7981</p>
</div></div></li>
<li><h4 id="hhl" onclick="myFunctio(event)">Hotel Hill Lake</h4>
<div id="myDIV9" class="kink" style="display:none">
<img src="hill.jpg" alt="Hill">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Purohit Ji Ka Khurra,, Chandpole, Udaipur, Rajasthan 313001</p></div>
<div id="divcont">
<h3>Phone :</h3><p> 078771 54820</p>
</div></div></li>
<li><h4 id="hs" onclick="myFunctio(event)">Hotel Sarovar</h4>
<div id="myDIV10" class="kink" style="display:none">
<img src="saro.jpg" alt="Hotel Sarovar">
<div id="divcont"><h3>Website :</h3><a href="" style="color:blue;"> Visit Site</a></div>
<div id="divcont">
<h3>Address :</h3><p> Pichola Lake, Hauman Ghat, Outside Chandpole, Udaipur, Rajasthan 313001</p></div>
<div id="divcont"><h3>Phone :</h3><p> 0294 243 2801</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>
<script>
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');
}
else if(targo.id=="ah")
{
var x=document.getElementById('myDIV8');
}
else if(targo.id=="hhl")
{
var x=document.getElementById('myDIV9');
}
else if(targo.id=="hs")
{
var x=document.getElementById('myDIV10');
}
else if(targo.id=="hrp")
{
var x=document.getElementById('myDIV11');
}
else if(targo.id=="fj")
{
var x=document.getElementById('myDIV12');
}
if (x.style.display === 'none')
{
x.style.display = 'block';
}
else {
x.style.display = 'none';
}
}
window.addEventListener('mouseup',function(event){
var zyx=document.getElementById('contents_show');
if(event.target != zyx)
{
zyx.style.width="0";
}
});
</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>