HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/forbes/contact-form/img/
Upload File :
Current File : /home/islapiiu/sites/forbes/contact-form/img/view-excursion.php.tar
home/islapiiu/sites/madolduwaboatride/view-excursion.php000064400000025466150767414120017655 0ustar00<?php
include './db.php';
include './function.php';

$id = $_GET['id'];
$excursion = getOneActivitie($id);
?>
<!DOCTYPE html>

<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title><?php echo $excursion['title']; ?> | Madol Duwa Boat Ride</title>

        <meta name="description" content="Welcome to Gin River Safari , If you stay at the Galle, Hikkaduwa, Unawatuna area you should go with a boat at the Gin Ganga. Usually we start the safari in gintota bridge. Also, we do not use motor boat and the boat is ridden by two people and your tour make it so nature friendly. So you will able to hear many bird sounds and water flow sounds of the river. We run the business as our family and we will make you happy for your value." />
        <meta name="keywords" content="<?php echo $excursion['title']; ?>, river safari,Gin ganga boat safari,Gin ganga tour,Gin ganga trip,Gin ganga mangroves,Gin ganga biodiversity" />
        
 
        <link rel="icon" type="image/png" sizes="32x32" href="images/about/icon.png">
        <!-- Bootstrap -->
        <link href="css/bootstrap.min.css" rel="stylesheet">
        <!-- font-awesome -->
        <link href="css/font-awesome.css" rel="stylesheet">
        <!-- chosen.min -->
        <link href="css/chosen.min.css" rel="stylesheet">
        <!-- slick-slider -->
        <link href="css/slick-slider.css" rel="stylesheet">
        <!-- jquery.bxslider -->
        <link href="css/jquery.bxslider.css" rel="stylesheet">
        <!-- prettyPhoto -->
        <link href="css/prettyPhoto.css" rel="stylesheet">
        <!-- responsive menu component -->
        <link href="js/responsive-menu/component.css" rel="stylesheet">
        <!-- svg-icons -->
        <link href="css/svg-icons.css" rel="stylesheet">
        <!-- Typography -->
        <link href="css/typography.css" rel="stylesheet">
        <!-- jquery.auto-complete -->
        <link href="css/jquery.auto-complete.css" rel="stylesheet">
        <!-- shortcodes -->
        <link href="css/shortcodes.css" rel="stylesheet">
        <!-- Colors -->
        <link href="css/colors.css" rel="stylesheet">
        <!-- Style Sheet -->
        <link href="style.css" rel="stylesheet">
        <!-- Responsive theme-->
        <link href="css/responsive.css" rel="stylesheet">
        <link href="css/mystyle.css" rel="stylesheet">

        <!-- jQuery (JavaScript plugins) -->
        <script src="js/jquery-3.2.0.min.js"></script>
    </head>

    <body>
        <div class="eco_wrapper"> 
            <?php
            include './header.php';
            ?>


            <div class="eco_banner eco_inner_page_banner">
                <!--Eco Template Banner img-->
                <div class="eco_headings">
                    <h3><?php echo $excursion['title']; ?></h3>
                </div>
                <ul class="eco_page_link">
                    <li><a href="./">Home</a></li>
                    <li><a href="excursion.php">Excursion</a></li>
                    <li><?php echo $excursion['title']; ?></li>
                </ul>
            </div>

            <div class="content">


                <section>
                    <div class="eco_blog_detail">

                        <div class="container">
                            <div class="row">

                                <div class="col-md-9 col-sm-12 col-xs-12 responsive-991-width">
                                    <!--Eco Template section-->									
                                    <div class="eco_blog_detail_post">
                                        <figure>
                                            <div id="myCarousel" class="carousel slide" data-ride="carousel">

                                                <!-- Wrapper for slides -->
                                                <div class="carousel-inner" role="listbox">
                                                    <?php
                                                    $activitiePhotos = getAllActivitiePhotos($id);

                                                    if (count($activitiePhotos) > 0) {
                                                        foreach ($activitiePhotos as $key => $img) {
                                                            if ($key == 0) {
                                                                ?>
                                                                <div class="item active">
                                                                    <img src="images/activities/gallery/<?php echo $img["image_name"]; ?>" alt="Chania">
                                                                </div>

                                                                <?php
                                                            } else {
                                                                ?>

                                                                <div class="item">
                                                                    <img src="images/activities/gallery/<?php echo $img["image_name"]; ?>" alt="Chania">
                                                                </div>
                                                                <?php
                                                            }
                                                        }
                                                    } else {
                                                        ?> 
                                                        <b style="padding-left: 15px;">No images in the database.</b> 
                                                    <?php } ?> 

                                                </div>

                                                <!-- Left and right controls -->
                                                <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
                                                    <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
                                                    <span class="sr-only">Previous</span>
                                                </a>
                                                <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
                                                    <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
                                                    <span class="sr-only">Next</span>
                                                </a>
                                            </div>
                                        </figure>
                                        <div class="eco_blog_detail_content text-justify">
                                            <?php echo $excursion['description']; ?>

                                        </div>

                                    </div>		
                                    <!--Eco Template section ends-->
                                </div>

                                <div class="col-md-3 col-sm-12 col-xs-12 responsive-991-width">


                                    <div class="margin-buttom_50 responsive-column responsive-devider-50">	
                                        <div class="eco_recent_blog_post widget_post_content">
                                            <h5 class="eco_sm_titles">Other Excursion</h5>
                                             
                                                <?php
                                                $activities = getAllActivities();

                                                if (count($activities) > 0) {
                                                    foreach ($activities as $key=> $activitie) {
                                                        if($key == 5){
                                                            break;
                                                        }
                                                        ?>
                                                        
                                                            <div class="other_posts">
                                                                 
                                                                <img src="images/excursion/<?php echo $activitie["image_name"]; ?>" alt="" class="pull-left"> 
                                                                <small><b><?php echo $activitie["title"]; ?></b></small>
                                                                <p><?php echo substr($activitie["sort_description"], 0,40); ?><a href="view-excursion.php?id=<?php echo $activitie["id"]; ?>"> more <i class="fa fa-angle-right"> </i><i class="fa fa-angle-right"> </i></a></p>
                                                                 
                                                            </div>
                                                       

                                                        <?php
                                                    }
                                                } else {
                                                    ?> 
                                                    <b style="padding-left: 15px;">No Excursion in the database.</b> 
                                                <?php } ?> 
                                            
                                    </div>


                                </div>

                            </div>
                        </div>
                    </div>
                </section>


            </div>

            <?php
            include './footer.php';
            ?>

        </div>


        <!-- Bootstrap js -->
        <script src="js/bootstrap-lab.js"></script>
        <script src="js/bootstrap.min.js"></script>
        <!--responsive-menu -->
        <script src="js/responsive-menu/modernizr.custom.js"></script>
        <script src="js/responsive-menu/jquery.dlmenu.js"></script>
        <!-- masonry & filterable -->
        <script src="js/jquery-filterable.js"></script>
        <script src="js/masonry-gallery.js"></script>
        <!-- chosen.jquery js -->
        <script src="js/chosen.jquery.min.js"></script>
        <script src="js/jquery.auto-complete.js"></script>
        <!-- jquery.prettyPhoto js -->
        <script src="js/jquery.prettyPhoto.js"></script>
        <!-- countup and countdown js -->
        <script src="js/countup.js"></script>
        <script src="js/jquery.countdown.js"></script>
        <!-- slider -->
        <script src="js/slick-slider.js"></script>
        <script src="js/jquery.bxslider.js"></script>
        <script src="js/owl.carousel.js"></script>
        <!-- custom js -->
        <script src="js/custom.js"></script>

    </body>
</html>
home/islapiiu/sites/travelwithsusa/view-excursion.php000064400000033662150767624750017264 0ustar00<!DOCTYPE html>
<?php
include './class/include.php';
$id = '';
$id = $_GET['id'];
$EXCURSION = new Activities($id);
?>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="keywords" content="tours in matara, sri lanka round tour in matara , sri Lanka travel agents, sri Lanka travel agents in matara, travel agents in matara, destination in matara, attraction in matara, tour packages, travel with susa, tour operators in matara " /> 
        <meta name="description" content="Travel with Susa, is a well-organized and planned touring company who makes sure that if you travel to Sri Lanka you have the best of it. We specialize in tours relating to vast islands of the country. We have expertise and polite crew to dedication for your service. " /> 
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <!-- FAVICONS ICON -->
        <link rel="icon" href="images/favicon.ico" type="image/x-icon" />
        <link rel="shortcut icon" type="image/x-icon" href="images/lof.png" />

        <!-- PAGE TITLE HERE -->
        <title> <?php echo $EXCURSION->title ?> | Travel Agent in Matara | Taxi in Matara | Tour with Susa |</title>

        <!-- MOBILE SPECIFIC -->
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <!-- STYLESHEETS -->
        <link rel="stylesheet" type="text/css" href="css/plugins.css">
        <link rel="stylesheet" type="text/css" href="css/style.css">
        <link rel="stylesheet" type="text/css" href="css/templete.css">
        <link class="skin" rel="stylesheet" type="text/css" href="css/skin/skin-1.css">
        <link rel="stylesheet" href="plugins/datepicker/css/bootstrap-datetimepicker.min.css"/>
        <!-- Revolution Slider Css -->
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/layers.css">
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/settings.css">
        <link rel="stylesheet" type="text/css" href="plugins/revolution/revolution/css/navigation.css">
        <!-- Revolution Navigation Style -->
    </head>
    <body id="bg">
        <div class="page-wraper"> 

            <!-- header -->
            <?php include './header.php'; ?>
            <!-- header END -->
            <!-- Content -->
            <div class="page-content bg-white">
                <div class="dlab-bnr-inr overlay-black-middle" style="background-image:url(images/banner/bnr1.jpg);">
                    <div class="container">
                        <div class="dlab-bnr-inr-entry">
                            <h1 class="text-white"><?php echo $EXCURSION->title ?></h1>
                            <div class="breadcrumb-row">
                                <ul class="list-inline">
                                    <li><a href="index.php">Home</a></li>
                                    <li><a href="excursion.php">Excursion</a></li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- inner page banner END -->
                
                <div class="content-block">
                    <div class="section-full content-inner">
                        <div class="container">
                            <div class="row m-b30">
                                <div class="col-lg-12"> 
                                    <div class="product-gallery on-show-slider"> 
                                        <div id="sync1" class="owl-carousel owl-theme owl-btn-center-lr m-b5 owl-btn-1 primary">
                                            <?php
                                            $EXCURSION_PHOTO = new ActivitiesPhoto(NULL);
                                            foreach ($EXCURSION_PHOTO->getActivitiesPhotosById($id) as $excursion_photo) {
                                                ?>
                                                <div class="item">
                                                    <div class="dlab-box">
                                                        <div class="dlab-thum-bx">
                                                            <img src="upload/activity/gallery/<?php echo $excursion_photo['image_name'] ?>" alt="">
                                                        </div>
                                                    </div>
                                                </div>
                                            <?php }
                                            ?>
                                        </div>

                                        <div id="sync2" class="owl-carousel owl-theme owl-none">
                                            <?php
                                            $EXCURSION_PHOTO = new ActivitiesPhoto(NULL);
                                            foreach ($EXCURSION_PHOTO->getActivitiesPhotosById($id) as $excursion_photo) {
                                                ?>
                                                <div class="item">
                                                    <div class="dlab-media">
                                                        <img src="upload/activity/gallery/thumb/<?php echo $excursion_photo['image_name'] ?>" alt="">
                                                    </div>
                                                </div>
                                            <?php }
                                            ?>  
                                        </div>
                                    </div>
                                    <div class="tour-days">
                                        <?php echo $EXCURSION->description ?>
                                    </div>
                                </div>
                            </div>
                            
                            <div class="container">
                                <div class="section-head d-flex text-black">
                                    <div class="flex-grow-1">
                                        <h2 class="text-uppercase m-b0">Other EXCURSION</h2>
                                        <p class="m-b0">CHOOSE YOUR NEXT EXCURSION</p>
                                    </div>
                                    <div class="align-self-center">
                                        <a href="excursion.php" class="site-button button-md pull-right m-t5">View All</a>
                                    </div>
                                </div>
                            </div>
                            <div class="row m-b30">
                                <div class="col-md-12 col-lg-12">
                                    <div class="blog-carousel owl-carousel owl-btn-center-lr owl-btn-3 owl-theme owl-btn-center-lr owl-btn-1">
                                        <?php
                                        $EXCURSION = new Activities(NULL);
                                        foreach ($EXCURSION->all() as $excursion) {
                                            ?>
                                            <div class="item">
                                                <div class="dlab-box hotal-box" data-tilt data-tilt-max="10" data-tilt-speed="1">
                                                    <a href="view-excursion.php?id=<?php echo $excursion['id'] ?>"> 
                                                        <div class="dlab-media dlab-img-effect dlab-img-overlay2">  
                                                            <img src="upload/activity/<?php echo $excursion['image_name'] ?>" alt="">  
                                                            <div class="dlab-info-has p-a20 text-white no-hover">
                                                                <h4 class="m-t0 m-b10"><?php echo $excursion['title'] ?></h4>
                                                                <span>View More</span> 

                                                            </div>
                                                        </div> 
                                                    </a> 
                                                </div>
                                            </div> 
                                        <?php }
                                        ?> 
                                    </div>
                                </div>
                            </div>
                        </div>  
                    </div> 
                </div>
            </div>
        </div>
        <!-- Footer -->
        <?php include './footer.php'; ?>
        <!-- Footer END-->
       <button class="scroltop fa fa-arrow-up " ></button>

        <!-- JAVASCRIPT FILES ========================================= -->
        <script src="js/jquery.min.js"></script><!-- JQUERY.MIN JS -->
        <script src="plugins/wow/wow.js"></script><!-- WOW JS -->
        <script src="plugins/bootstrap/js/popper.min.js"></script><!-- BOOTSTRAP.MIN JS -->
        <script src="plugins/bootstrap/js/bootstrap.min.js"></script><!-- BOOTSTRAP.MIN JS -->
        <script src="plugins/bootstrap-select/bootstrap-select.min.js"></script><!-- FORM JS -->
        <script src="plugins/bootstrap-touchspin/jquery.bootstrap-touchspin.js"></script><!-- FORM JS -->
        <script src="plugins/magnific-popup/magnific-popup.js"></script><!-- MAGNIFIC POPUP JS -->
        <script src="plugins/counter/waypoints-min.js"></script><!-- WAYPOINTS JS -->
        <script src="plugins/counter/counterup.min.js"></script><!-- COUNTERUP JS -->
        <script src="plugins/imagesloaded/imagesloaded.js"></script><!-- IMAGESLOADED -->
        <script src="plugins/masonry/masonry-3.1.4.js"></script><!-- MASONRY -->
        <script src="plugins/masonry/masonry.filter.js"></script><!-- MASONRY -->
        <script src="plugins/owl-carousel/owl.carousel.js"></script><!-- OWL SLIDER -->
        <script src="plugins/rangeslider/rangeslider.js" ></script><!-- Rangeslider -->
        <script src="js/custom.js"></script><!-- CUSTOM FUCTIONS  -->
        <script src="js/dz.carousel.js"></script><!-- SORTCODE FUCTIONS  -->
        <script src='../../www.google.com/recaptcha/api.js'></script> <!-- Google API For Recaptcha  -->
        <script src="js/dz.ajax.js"></script><!-- CONTACT JS  -->
        <script src="plugins/paroller/skrollr.min.js"></script><!-- PAROLLER -->
        <script>
            $(document).ready(function () {

                var sync1 = $("#sync1");
                var sync2 = $("#sync2");
                var slidesPerPage = 8; //globaly define number of elements per page
                var syncedSecondary = true;

                sync1.owlCarousel({
                    items: 1,
                    slideSpeed: 2000,
                    nav: true,
                    autoplay: false,
                    dots: false,
                    loop: true,
                    responsiveRefreshRate: 200,
                    navText: ['<i class="fa fa-chevron-left"></i>', '<i class="fa fa-chevron-right"></i>'],
                }).on('changed.owl.carousel', syncPosition);

                sync2.on('initialized.owl.carousel', function () {
                    sync2.find(".owl-item").eq(0).addClass("current");
                }).owlCarousel({
                    items: slidesPerPage,
                    dots: false,
                    nav: false,
                    margin: 2,
                    smartSpeed: 200,
                    slideSpeed: 500,
                    slideBy: slidesPerPage, //alternatively you can slide by 1, this way the active slide will stick to the first item in the second carousel
                    responsiveRefreshRate: 100
                }).on('changed.owl.carousel', syncPosition2);

                function syncPosition(el) {
                    //if you set loop to false, you have to restore this next line
                    //var current = el.item.index;

                    //if you disable loop you have to comment this block
                    var count = el.item.count - 1;
                    var current = Math.round(el.item.index - (el.item.count / 2) - .5);

                    if (current < 0) {
                        current = count;
                    }
                    if (current > count) {
                        current = 0;
                    }

                    //end block

                    sync2
                            .find(".owl-item")
                            .removeClass("current")
                            .eq(current)
                            .addClass("current");
                    var onscreen = sync2.find('.owl-item.active').length - 1;
                    var start = sync2.find('.owl-item.active').first().index();
                    var end = sync2.find('.owl-item.active').last().index();

                    if (current > end) {
                        sync2.data('owl.carousel').to(current, 100, true);
                    }
                    if (current < start) {
                        sync2.data('owl.carousel').to(current - onscreen, 100, true);
                    }
                }

                function syncPosition2(el) {
                    if (syncedSecondary) {
                        var number = el.item.index;
                        sync1.data('owl.carousel').to(number, 100, true);
                    }
                }

                sync2.on("click", ".owl-item", function (e) {
                    e.preventDefault();
                    var number = $(this).index();
                    //sync1.data('owl.carousel').to(number, 300, true);

                    sync1.data('owl.carousel').to(number, 300, true);

                });
            });
        </script>
    </body>

</html>
home/islapiiu/sites/evergreenvilla/view-excursion.php000064400000023171150767631160017174 0ustar00<!doctype html>

<?php

include './class/include.php';

$id = $_GET["id"];

$attraction = new Attraction($id);

?>

<html lang="en">



    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />

    <head>

        <!-- Required meta tags -->

        <meta charset="utf-8">

        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

        <!-- Meta Tags -->

        <meta http-equiv="X-UA-Compatible" content="IE=edge">

        <meta name="description" content="Vilena template">

        <meta name="keywords" content="hotel, resort, hotel booking, tour, living hotel, motel, event, hotel template">

        <meta name="author" content="Unicoder">



        <!-- Favicons -->

        <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">



        <!-- Font Link -->

        <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800" rel="stylesheet">

        <link href="https://fonts.googleapis.com/css?family=Oleo+Script:400,700" rel="stylesheet">



        <!-- Required style of the theme -->

        <link rel="stylesheet" href="css/bootstrap.min.css">

        <link rel="stylesheet" href="css/layerslider.css">

        <link rel="stylesheet" href="css/common.css">

        <link rel="stylesheet" href="css/style.css">

        <link rel="stylesheet" href="css/color.css" id="color-change">

        <link rel="stylesheet" href="css/fontawesome-all-5.2.0.min.css">

        <link rel="stylesheet" href="webfonts/flaticon/flaticon.css">

        <link href="css/custom.css" rel="stylesheet" type="text/css"/>



        <title>Evergreen Villa | Excursion</title>

    </head>

    <body>





        <div id="page_wrapper">

            <div class="">

                <!-- Header 4 Section Start -->

                <?php include './header-top.php'; ?>

                <!-- Header 4 Section End --> 



                <!-- Page Banner Section Start -->

                <div class="full-row overlay-secondery-opacity-65 bg-img-5" id="page-banner">

                    <div class="container">

                        <div class="row py-80">

                            <div class="col-sm-6">

                                <h1 class="banner-title text-white"><?php echo $attraction->title; ?></h1>

                            </div>

                            <div class="col-sm-6">

                                <ul class="pages-link">

                                    <li><a href="index.php">Home</a></li>

                                    <li>/</li>

                                    <li>Excursion</li>

                                </ul>

                            </div>

                        </div>

                    </div>

                </div>

                <!-- Page Banner Section End -->



                <section class="full-row bg-gray">

                    <div class="container">

                        <div class="row">

                            <div class="col-lg-8">

                                <div class="place-item-details">

                                    <div class="place-detail-info">

                                        <h3><?php echo $attraction->title ?></h3>

<!--                                        <span>Blue water beach and white sand test</span>-->

                                    </div>

                                    <div class="mt-5">



                                        <div class="photo-gallery"> 

                                            <?php

                                            $ATTRACTION_PHOTOS = AttractionPhoto::getAttractionPhotosById($id);

                                            foreach ($ATTRACTION_PHOTOS as $key => $attraction_photo) {

                                                if ($key < 6) {

                                                    ?>

                                                    <a href="upload/attraction/gallery/<?php echo $attraction_photo['image_name'] ?>" class="img_view" data-fancybox="gallery">

                                                        <div class="overlay-secondery-opacity-40"> <span class="text-primary xy-center"><i class="fa fa-plus"></i></span> <img src="upload/attraction/gallery/thumb/<?php echo $attraction_photo['image_name'] ?>" alt="Image not found!"> </div>

                                                    </a> 

                                                    <?php

                                                }

                                            }

                                            ?>

                                        </div>

                                    </div>



                                    <div class="line"></div>

                                    <p><?php echo $attraction->description ?></p>



                                </div>

                            </div>

                            <div class="col-lg-4">

                                <h3 class="top-title">Other Excursion</h3>

                                <div class="row">





                                    <div class="widget widget_posts">



                                        <ul>

                                              <?php

                                                $ATTRACTION = new Attraction(NULL);

                                                foreach ($ATTRACTION->all() as $attraction) {

                                                    ?>

                                                <li>

                                                    <div class="post-item mb-4 bg-color box">

                                                        <div class="row">

                                                            <div class="col-lg-5 col-md-7">

                                                                <div class=""> <a href="view-excursion.php?id=<?php echo $attraction['id'] ?>"><img src="upload/attraction/<?php echo $attraction['image_name'] ?>" alt="Image not found!" ></a> </div>

                                                            </div>

                                                            <div class="col-lg-6 col-md-7 div-padding" >

                                                                <div class="post-detail post-detail-padding">

                                                                    <h5 class="title h5-title"><a class="text-secondery" href="view-excursion.php?id=<?php echo $attraction['id'] ?>"><?php echo substr($attraction['title'], 0, 13)?>...</a></h5>

                                                                    <p class="p-des"><?php echo substr($attraction['short_description'], 0, 45) ?>...</p>

                                                                    <button>

                                                                        <a href="view-excursion.php?id=<?php echo $attraction['id'] ?>">View More</a>

                                                                    </button>

                                                                </div>

                                                            </div>

                                                        </div>

                                                    </div><!--wd-post end-->

                                                </li>

                                                <?php

                                            }

                                            ?>



                                        </ul>

                                    </div><!--widget_posts end-->



                                </div>



                            </div>

                        </div>

                    </div>

                </section>

                <!-- Footer Section Start -->

                <?php include './footer.php'; ?>

                <!-- Footer Section End --> 



                <!-- Copyright Section Start -->

                

                <!-- Copyright Section End -->

                <div class="scroll-to-top"> <a href="#" class="btn-scroll" data-target="body"><i class="fa fa-angle-up" aria-hidden="true"></i><b>Back to Top</b></a> </div>

            </div>

        </div>

        <!-- Wrapper End --> 



        <!-- Jquery links --> 

        <script src="js/jquery.min.js"></script> 

        <script src="js/greensock.js"></script> 

        <script src="js/layerslider.transitions.js"></script> 

        <script src="js/layerslider.kreaturamedia.jquery.js"></script> 

        <script src="js/popper.min.js"></script> 

        <script src="js/bootstrap.min.js"></script> 

        <script src="js/common.js"></script>

        <script src="js/jquery.countdown.js"></script>

        <script src="js/jquery.cookie.js"></script> 

        <script src="js/custom.js"></script> 



        <!-- For Home page5 side nav --> 

        <script>

            function openNav() {

                document.getElementById("mySidenav").style.width = "250px";

                document.getElementById("main").style.marginRight = "250px";

            }



            function closeNav() {

                document.getElementById("mySidenav").style.width = "0";

                document.getElementById("main").style.marginRight = "0";

            }

        </script>

    </body>



</html>home/islapiiu/sites/greenresidences/view-excursion.php000064400000034165150770064120017322 0ustar00<?php
include_once(dirname(__FILE__) . '/class/include.php');

$id = '';

if (isset($_GET['id'])) {
    $id = $_GET['id'];
}

$EXCURSION = new Excursions($id);

$excursions = $EXCURSION->all();
?>
<!DOCTYPE html>
<html lang="en-US" class="scheme_original">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        <meta name="format-detection" content="telephone=no">
        <link rel="icon" type="image/x-icon" href="images/favicon.png" />
        <title><?php echo $EXCURSION->title; ?> | Luxury Apartment in Sri Lanka | Green Residences</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="We provide more excrusion to do in Sri Lanka with our experienced and customer friendly team." />
        <meta name="keywords" content="green residences excrusion, destinations of sri lanka, activities of sri lanka, luxury apartment in sri lanka, galle apartments, accommodation in sri lanka, deluxe double room in sri lanka" />
        <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700%7CRaleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%7COpen+Sans%3A300%2C400%2C600%2C700%2C800%7CMontserrat%3A700%2C400&amp;subset=cyrillic%2Ccyrillic-ext%2Clatin%2Cgreek-ext%2Cgreek%2Clatin-ext%2Cvietnamese&amp;ver=1.6.11" type="text/css" media="all">
        <link rel='stylesheet' href='js/vendor/booked/font-awesome.min.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/essgrid/tooltipster.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/essgrid/tooltipster-light.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/booked/styles.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/revslider/settings.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/fontello/css/fontello.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/_animation.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/shortcodes.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/style.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/skin.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/custom-style.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/colors.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/responsive.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/skin.responsive.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/swiper/swiper.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/_messages.css' type='text/css' media='all' />
        <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
        <link href="js/vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css"/>
        <link href="js/vendor/booked/booked.css" rel="stylesheet" type="text/css"/>
        <link href="css/custom/instagram-widget.css" rel="stylesheet" type="text/css"/>
        <link href="js/vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css"/>        
        <link href="plugins/owl-carousel/css/owl.carousel.min.css" rel="stylesheet" type="text/css"/>
        <link href="plugins/owl-carousel/css/owl.theme.default.min.css" rel="stylesheet" type="text/css"/>
        <link href="plugins/galleria/themes/classic/galleria.classic.css" rel="stylesheet" type="text/css"/>
        <link href="css/custom.css" rel="stylesheet" type="text/css"/>
        <style>
            .galleria-slider {
                border: solid 1px #AFAFAF;
                box-shadow: 0px 0px 4px #6F6F6F;
                margin-bottom: 20px;
            }
            .galleria-slider .galleria-stage {
                background: #000 !important;
            }
        </style>


    </head>
    <body class="body_style_wide responsive_menu scheme_original top_panel_show top_panel_above sidebar_hide">
        <div class="body_wrap">
            <div class="page_wrap">

                <!-- Header -->
                <?php
                include 'header.php';
                ?>
                <!-- /Header -->

                <!--breadcrumbs-->
                <div class="top_panel_title heading-banner top_panel_style_1  title_present scheme_original">
                    <div class="top_panel_title_inner top_panel_inner_style_1 breadcrumbs_present_inner">
                        <div class="content_wrap">
                            <h1 class="page_title banner-title"><?php echo $EXCURSION->title; ?></h1>
                            <div class="breadcrumbs banner-title">
                                <a class="breadcrumbs_item home" href="./">Home</a>
                                <span class="breadcrumbs_delimiter"></span>
                                <a class="breadcrumbs_item home" href="excursion.php">Excursions</a>
                                <span class="breadcrumbs_delimiter"></span>
                                <span class="breadcrumbs_item current"><?php echo $EXCURSION->title; ?></span>
                            </div>
                        </div>
                    </div>
                </div>
                <!--/breadcrumbs-->

                <div class="page_content_wrap accommo-padding">
                    <div class="content_wrap">
                        <div class="content">
                            <section class="post_featured">
                                <div class="post_thumb image-view">
                                    <div id="excursion_photos" class="galleria-slider  ">

                                        <?php
                                        $photos = ExcursionsPhoto::getExcursionsPhotosById($EXCURSION->id);
                                        foreach ($photos as $photo) {
                                            ?>

                                            <a href="upload/excursion/gallery/<?php echo $photo['image_name']; ?>">
                                                <img src="upload/excursion/gallery/thumb/<?php echo $photo['image_name']; ?>" data-title="" >
                                            </a>

                                            <?php
                                        }
                                        ?>
                                    </div>

                                </div>
                            </section>
                            <section class="post_content">
                                <h3 class="post_title"><?php echo $EXCURSION->title; ?></h3>

                                <div class="sc_section">
                                    <span class="text-justify"><?php echo $EXCURSION->description; ?></span>

                                </div>
                            </section>
                        </div>
                    </div>
                </div>
                <div class="custom_shortcode_box custom_shortcode_box1">
                    <div class="content_wrap">
                        <h4 class="sc_title">More Excursions</h4>
                        <div class="sc_property_wrap">
                            <div class="sc_property sc_property_style_property-1 " data-interval="5446" data-slides-per-view="3" style="margin-bottom: 40px;">
                                <div class="owl-carousel sc_columns columns_wrap" id="excurision-carousel">

                                    <?php
                                    $other_excursion = Excursions::getExcursionsWithoutThisID($EXCURSION->id);
                                    foreach ($other_excursion as $key => $excursion){
                                        ?>
                                        <div class="column_padding_bottom">
                                            <div class="sc_property_item">
                                                <div class="sc_property_image">
                                                    <a href="#">

                                                        <img alt="" src="upload/excursion/<?php echo $excursion['image_name'] ?>">
                                                    </a>
                                                </div>
                                                <div class="sc_property_info">
                                                    <div class="sc_property_description"></div>
                                                    <div>
                                                        <div class="sc_property_title">
                                                            <div class="sc_property_title_address_1">
                                                                <a href="#"><?php echo $excursion['title']; ?></a> 
                                                            </div>
                                                            <div class="text-justify"><?php echo substr($excursion['short_description'], 0, 220) . '...'; ?></div>
                                                        </div>
                                                        <div class="cL"></div>
                                                    </div>
                                                </div>
                                                <div class="sc_property_info_list">
                                                    <span>
                                                        <a href="view-excursion.php?id=<?php echo $excursion["id"]; ?>"><button class="read-more excursion-readmore">Read More</button></a>
                                                    </span>
                                                </div>
                                            </div>
                                        </div>
                                        <?php
                                    }
                                    ?>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

                <!-- Footer -->
                <?php
                include 'footer.php';
                ?>
                <!-- /Footer -->

            </div>
        </div>
        <a href="#" class="scroll_to_top icon-up"></a>
        <script src="plugins/galleria/jquery.1.12.4.min.js" type="text/javascript"></script>
        <script data-cfasync="false" src="cdn-cgi/scripts/f2bf09f8/cloudflare-static/email-decode.min.js"></script>
        <!--<script type='text/javascript' src='js/vendor/jquery.js'></script>-->
        <script type='text/javascript' src='js/custom/plugins.js'></script>
        <script type='text/javascript' src='js/custom/messages.js'></script>
        <script type='text/javascript' src='js/vendor/jquery-migrate.min.js'></script>
        <script type='text/javascript' src='js/vendor/essgrid/lightbox.js'></script>
        <script type='text/javascript' src='js/vendor/essgrid/jquery.themepunch.tools.min.js'></script>
        <script type='text/javascript' src='js/vendor/revslider/jquery.themepunch.revolution.min.js'></script>
        <script type='text/javascript' src='js/vendor/modernizr.min.js'></script>
        <script type='text/javascript' src='js/vendor/ui/jquery-ui.min.js'></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.slideanims.min.js"></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.layeranimation.min.js"></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.navigation.min.js"></script>
        <script type='text/javascript' src='js/vendor/superfish.js'></script>
        <script type='text/javascript' src='js/custom/_utils.js'></script>
        <script type='text/javascript' src='js/custom/_init.js'></script>
        <script type='text/javascript' src='js/custom/_shortcodes.js'></script>
        <script type='text/javascript' src='js/vendor/parallax.js'></script>
        <script type='text/javascript' src='js/vendor/skrollr.min.js'></script>
        <script type='text/javascript' src='js/vendor/swiper/swiper.min.js'></script>
        <script src="js/vendor/isotope.min.js" type="text/javascript"></script>
        <script type='text/javascript' src='http://maps.google.com/maps/api/js?sensor=false'></script>
        <script src="js/custom/_googlemap.js" type="text/javascript"></script>
        <script src="js/vendor/magnific-popup/jquery.magnific-popup.min.js" type="text/javascript"></script>        
        <script src="plugins/owl-carousel/js/owl.carousel.min.js" type="text/javascript"></script>

        <script src="plugins/galleria/galleria.js" type="text/javascript"></script>
        <script src="plugins/galleria/galleria.classic.min.js" type="text/javascript"></script>
        
        <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>


        <script>
            $(document).ready(function () {
                $("#excurision-carousel").owlCarousel({
                    loop: true,
                    margin: 7,
                    nav: true,
                    autoplay: true,
                    autoplayTimeout: 2000,
                    autoplayHoverPause: true,
                    dots: true,
                    responsive: {
                        0: {
                            items: 1
                        },
                        600: {
                            items: 2
                        },
                        1000: {
                            items: 3
                        }
                    }
                });
            });
        </script>

        <script type="text/javascript">
            $('#excursion_photos').galleria({
                responsive: true,
                height: 500,
                autoplay: 7000,
                lightbox: true,
                showInfo: true,

                //                imageCrop: true,
            });
        </script>
    </body>

</html>