File manager - Edit - /home/asiatechinc/public_html/asiatechinc-websites/elcastelloladakh.com/accommodation.php
Back
<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="icon" href="assets/images/favicon.png" type="image/png" sizes="16x16"> <title>Accommodation | Hotel El Castello</title> <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" rel="stylesheet"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" /> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.1/css/lightbox.min.css" /> <link rel="stylesheet" href="assets/css/custom.css"> </head> <body> <?php include 'include/header.php';?> <main> <div class="main-img-box"> <div class="overlay"> <div class="container"> <h1>Accommodation</h1> </div> </div> </div> </main> <div class="about_us mt60" > <div class="container"> <div class="row"> <div class="col-sm-12 text-center"> <h2 class="heading_main colo-light2">Accommodation</h2> </div> </div> </div> </div> <div class="meeting-events"> <div class="container-fluid room-stay"> <div class="row flex_center row-align"> <div class="col-md-6"> <div class="meeting_image boder-color"> <img src="assets/images/room/premium-room1.jpg" class="img-fluid" alt="Hotel Accommodation in Leh Ladakh" /> </div> </div> <div class="col-md-6"> <div class="col-md-12"> <h3 class="subheading_main">Premium Double Room</h3> </div> <div class="meeting-events_content boder-color"> <div class="row color-white row-align"> <div class="col-md-6 text-center order2"> <p> The Premium Double rooms at Hotel El Castello Chulung offer a perfect blend of modern luxury and Ladakhi charm. With amenities like heating, free wifi, TV, and a hairdryer, these rooms provide a comfortable retreat in the heart of Ladakh. Guests can enjoy breathtaking views while relishing the plush comforts, making the Premium Double room an ideal choice for a memorable stay.</p> <a href="https://asiatech.in/booking_engine/index3?token=NjcxNg==" target="_blank" class="cta-Explore"> Book Now</a> </div> <div class="col-md-6 nopadding order1"> <div class="meeting-events-small"> <img src="assets/images/room/premium-room2.jpg" class="img-fluid" alt="Hotel Accommodation in Leh" /> </div> </div> </div> </div> </div> </div> <div class="row flex_center row-align mt60"> <div class="col-md-6"> <div class="col-md-12"> <h3 class="subheading_main" style="left:15%">Deluxe Double room</h3> </div> <div class="meeting-events_content meeting-events_content_r boder-color"> <div class="row color-white row-align"> <div class="col-md-6 text-center order2"> <p> The Deluxe Double rooms at Hotel El Castello Chulung provide a perfect blend of comfort and style in the heart of Ladakh. Featuring modern amenities like heating, free wifi, TV, and a hairdryer, these rooms offer a cozy retreat for a memorable stay. With tasteful decor and attention to detail, the Deluxe Double rooms ensure a comfortable and inviting experience for guests seeking a touch of sophistication in their Ladakh getaway.</p> <a href="https://asiatech.in/booking_engine/index3?token=NjcxNg==" target="_blank" class="cta-Explore"> Book Now</a> </div> <div class="col-md-6 nopadding order1"> <div class="meeting-events-small"> <img src="assets/images/room/deluxe-room2.jpg" class="img-fluid" alt="Hotel Accommodation in Ladakh" /> </div> </div> </div> </div> </div> <div class="col-md-6"> <div class="meeting_image boder-color"> <img src="assets/images/room/deluxe-room1.jpg" class="img-fluid" alt="Accommodation in Leh Ladakh" /> </div> </div> </div> </div> </div> <?php include 'include/footer.php';?> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/js/bootstrap-datepicker.min.js'></script> <script src="https://www.maplebeargulfschools.com/assets/js/owl.carousel.js"></script> <script src='https://npmcdn.com/isotope-layout@3/dist/isotope.pkgd.js'></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/bootstrap-hover-dropdown/2.2.1/bootstrap-hover-dropdown.min.js'></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.1/js/lightbox.min.js"></script> <script src="assets/js/custom.js"></script> <div id="enquireModal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">ENQUIRE NOW</h4> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body"> <form action=""> <div class="row"> <div class="form-group col-md-6"> <label for="name">Your Name</label> <input type="text" class="form-control" id="name" required> </div> <div class="form-group col-md-6"> <label for="email">Your Email</label> <input type="email" class="form-control" id="email" required> </div> </div> <div class="row"> <div class="form-group col-md-6"> <label for="telephone">Telephone</label> <input type="text" class="form-control" id="telephone" required> </div> <div class="form-group col-md-6"> <label for="date">Date</label> <input type="date" class="form-control" id="date" required> </div> </div> <div class="row"> <div class="form-group col-md-12"> <label for="msg">Your Message</label> <textarea class="form-control" id="msg" rows="3"></textarea> </div> </div> <button type="submit" class="btn btn-primary">Send</button> </form> </div> </div> </div> </div> <script> $(".speacial-off").click(function(){ $(".side-pop").show(); }); $("#close-p").click(function(){ $(".side-pop").hide(); }); $(".closess").click(function () { $("#continueBooking").hide(); }); $(".Modify").click(function () { $("#newBooking").show(); $(".Modify").hide(); $(".same_book_cta").hide(); }); var nowTemp = new Date(); var now = new Date(nowTemp.getFullYear(), nowTemp.getMonth(), nowTemp.getDate(), 0, 0, 0, 0); var checkin = $('#dps_1').datepicker({ format: "yyyy-mm-dd", beforeShowDay: function(date) { return date.valueOf() >= now.valueOf(); }, autoclose: true }).on('changeDate', function(ev) { if (ev.date.valueOf() > checkout.datepicker("getDate").valueOf() || !checkout.datepicker("getDate").valueOf()) { var newDate = new Date(ev.date); newDate.setDate(newDate.getDate() + 1); checkout.datepicker("update", newDate); } $('#dps_2')[0].focus(); }); var checkout = $('#dps_2').datepicker({ format: "yyyy-mm-dd", beforeShowDay: function(date) { if (!checkin.datepicker("getDate").valueOf()) { return date.valueOf() >= new Date().valueOf(); } else { return date.valueOf() > checkin.datepicker("getDate").valueOf(); } }, autoclose: true }).on('changeDate', function(ev) {}); function booknowModifynew() { var checkInm=$("#dps_1").val(); var checkOutm=$("#dps_2").val(); var user_id=$("#user_id").val(); var user_name=$("#user_name").val(); if($('#dps_1').length) { $.ajax({ type: "POST", url: "https://www.thegranddragonladakh.com/data_update.php", data: {arrive:checkInm,depart:checkOutm,user_id:user_id,user_name:user_name}, cache: false, success: function(data){ $("#update_list").html(data); window.open("https://staahmax.staah.net/bookings/indexpackdetail?propertyId=Nzcz&individual=true&Ln=en&checkIn=" + checkInm + "&checkOut=" + checkOutm,'_blank'); } }); } } </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings