hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
snowcrest.in
/
Upload FileeE
HOME
<?php ob_start(); include("config.php"); ?> <!DOCTYPE html> <html lang="en"> <head> <link href="../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="css/simp.min.css" rel="stylesheet" type="text/css" /> <link href="css/custom-plugins.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css" /> <!--<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>--> <!--<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>--> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js" ></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.js"></script> <link href="css/custom.css" rel="stylesheet" type="text/css" /> <link href="css/whatsapp.css" rel="stylesheet" type="text/css" /> <title>Offers | Hotel Snow Crest Inn, McLeod Ganj | Dharamshala Hotels</title> <meta name="Description" content="Hotel Snow Crest Inn, McLeod Ganj, Dharamshala, is close to a number of attractions in McLeod Ganj. Stay here and access the easy and faster routes." /> <meta property="og:title" content="Tourist Attractions | Hotel Snow Crest Inn, McLeod Ganj | Dharamshala Hotels" /> <meta property="og:type" content="website" /> <meta property="og:url" content="tourist-attractions.php" /> <meta property="og:image:alt" content="Hotel Snow Crest Inn, McLeod Ganj, Dharamshala McLeod Ganj Tsuglagkhang Temple Hotel Snow Crest Inn McLeod Ganj Dharamshala" /> <meta property="og:description" content="Hotel Snow Crest Inn, McLeod Ganj, Dharamshala, is close to a number of attractions in McLeod Ganj. Stay here and access the easy and faster routes." /> <meta name="Keywords" content="Tourist Attractions, Hotel Snow Crest Inn, McLeod Ganj Hotels" /> <link rel="canonical" hreflang="en" href="tourist-attractions.php" /> <link rel="alternate" media="only screen and (max-width: 640px)" href="m/tourist-attractions/tourist-attractions.php" /> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name = "format-detection" content = "telephone=no"> <link rel="shortcut icon" href="https://res.cloudinary.com/simplotel/image/upload/x_42,y_0,w_46,h_46,c_crop/w_32,h_32,c_scale/hotel-snow-crest-inn-mcleod-ganj-dharamshala/Logo_Hotel_Snow_Crest_Inn_Electronic_City_Bangalore_scimpy.ico" /> <meta name="msvalidate.01" content="BDAACE752F021F8ED5D1AD5A93AAF201" /> </head> <body class="for-innerpage "> <div id="wrapper"> <?php include('header.php'); ?> <div class="inner-page"> <div class="header-pills-wrapper"> <div class="clearfix widget-wrapper header-pills"> <div class="col-xs-12 col-sm-12"> <!-- <h3 class="text-center header-pills-header">Tourist Attractions</h3> --> <ul class="nav nav-pills nav-stacked"> <li> <a class=" active" href="offers.php" rel="">Offers</a> </li> </ul> </div> </div> </div> <div class="container loc-fullwidth"> <div class="row clearfix"> <div class="col-sm-12 clearfix content_wrapper"> <div class="no-gutter clearfix"> <!--<div class="clearfix widget-wrapper wtheader"> <div class="col-xs-12 one-col text-content"> <h1 class="text-align"> The Best Places Around Us </h1> </div> </div>--> <?php $i=1; $sql_select = "Select * from offers order by id desc"; $query_select = mysqli_query($conn, $sql_select); while($res_select = mysqli_fetch_array($query_select)){ if($i%2==0){ ?> <div class="clearfix widget-wrapper imageDescriptionSide imageDescriptionSide-leftimage two-col"> <div class="col-md-6 col-sm-6 left-box"> <img alt="Hotel Snow Crest Inn, McLeod Ganj, Dharamshala McLeod Ganj Tsuglagkhang Temple Hotel Snow Crest Inn McLeod Ganj Dharamshala" src="upload/offers/<?php echo $res_select['img'];?>" width="455" height="256" class="img-responsive" /> </div> <div class="col-md-6 col-sm-6 right-box"> <div class="text-content"> <p><strong><?php echo $res_select['title'];?>:</strong><br /> <?php echo $res_select['description'];?></p> </div> <div class="row"> <div class="col-md-8"> <div class="row"> <div class=" col-md-6"> <strong>Actual Price:</strong><strike><?php echo $res_select['actual_price'];?></strike> </div> <div class="col-md-6"> <strong>Offer Price:</strong><?php echo $res_select['offer_price'];?> </div> </div> </div> <div class="col-md-4"> <a class="btn btn-success" href="https://live.ipms247.com/booking/book-rooms-snowcrestinn" target="_blank">BOOK NOW</a> </div> </div> </div> </div> <?php }else{ ?> <div class="clearfix widget-wrapper imageDescriptionSide imageDescriptionSide-rightimage two-col"> <div class="col-md-6 col-sm-6 left-box"> <div class="text-content"> <p><strong><?php echo $res_select['title'];?>:</strong><br /> <?php echo $res_select['description'];?></p> </div> <div class="row"> <div class="col-md-4"> <a class="btn btn-success pull-left" href="https://live.ipms247.com/booking/book-rooms-snowcrestinn" target="_blank">BOOK NOW</a> </div> <div class="col-md-8"> <div class="row"> <div class=" col-md-6"> <strong>Actual Price:</strong><strike><?php echo $res_select['actual_price'];?></strike> </div> <div class="col-md-6"> <strong>Offer Price:</strong><?php echo $res_select['offer_price'];?> </div> </div> </div> </div> </div> <div class="col-md-6 col-sm-6 right-box"> <img alt="Hotel Snow Crest Inn, McLeod Ganj, Dharamshala McLeod Ganj Masroor Temple Hotel Snow Crest Inn McLeod Ganj Dharamshala" src="upload/offers/<?php echo $res_select['img'];?>" width="455" height="256" class="img-responsive image-content" /> </div> </div> <?php } $i++; } ?> </div> <div class="row social_feed clearfix section_bg"> </div> <div class="row location_map_block clearfix"> </div> <div class="promotions_block clearfix"> </div> </div> <div class="custom_widgets_block clearfix"> </div> </div> </div> </div> </div> <!-- <div class="row clearfix widget-wrapper hotel_amenities_wrap"> <p class="text-center side-nav-header no-pad-bot"> <span>Hotel Amenities</span> </p> <ul> </ul> </div> --> <?php include('footer.php'); ?> <div class="hidden"></div> <script type="text/javascript" src="bookings.simplotel.com/static/xdomain_cookie.min.php" charset="utf-8"></script> <script type="text/javascript" src="js/whatsapp.js"></script> <script type="text/javascript" src="js/1-simp-lib.min.js"></script> <script type="text/javascript" src="js/2-simp-lib.min.js"></script> <script type="text/javascript" src="js/3-simp-lib.min.js"></script> <script type="text/javascript" src="js/4-simp-lib.min.js"></script> <script type="text/javascript" src="js/5-simp-lib.min.js"></script> <script type="text/javascript" src="js/bookingengine.min.js"></script> <div id="fb-root"></div> <div id="overlay"></div> <p id="back-top"> <a href="#top"><span class="fa fa-angle-up"></span></a> </p> <script type="text/javascript"> $(document).ready(function() { //contains all common scripts which needs to be called on page load initjs(); // reservation button on top // reservation_top_nav(); // socialicon loader onScrollSocialicons(); // for going to the top of the page goToTop(); }); $(window).on('load', function() { //for showing MORE link if there are more number of links responsive_menu(); // to add a class to the parent of images who are circular roundImageCheck(); }); // Listen for orientation changes window.addEventListener("orientationchange", function() { // Announce the new orientation number responsive_menu(); }, false); window.addEventListener("resize", function() { // Announce the new orientation number responsive_menu(); }, false); </script> <script type="text/javascript"> // for adding third party js file tp.js on page load function jsOnload() { var element = document.createElement('script'); element.src = 'js/lib/tp.js'; document.body.appendChild(element); } if (window.addEventListener) window.addEventListener('load', jsOnload, false); else if (window.attachEvent) window.attachEvent('onload', jsOnload); else window.onload = jsOnload; </script> <div class="col-xs-12 other-script-wrap"> </div> </div> </body> </html>