Server : Apache/2.4.18 (Ubuntu) System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64 User : oppastar ( 1041) PHP Version : 7.0.33-0ubuntu0.16.04.15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Directory : /var/www/blue-sky.co.id/public_html/application/views/themes/1/ |
Upload File : |
<!-- SLIDER --> <style type="text/css"> .trabo-button{ background-color: unset !important; } .trabo-button:hover{ color: #002d57 !important; } .section-slider .check-avail .container .find_btn .text-find .trabo-button{ color: white; } .icon-best img { width:50px; } /* .section-slider .check-avail .container .find_btn:hover { color: #002d57 !important; } */ /*.section-slider .check-avail .container .find_btn .text-find .trabo-button{ color: white !important; }*/ </style> <section class="section-slider height-v"> <div id="index12" class="owl-carousel owl-theme"> <?php if ($product->image != NULL): ?> <div class="item"> <img alt="" src="<?= base_url(); ?>uploads/product/<?= $product->image; ?>" class="img-responsive"> </div> <?php else: ?> <?php endif ?> <?php if ($product->image3 != NULL): ?> <div class="item"> <img alt="" src="<?= base_url(); ?>uploads/product/<?= $product->image3; ?>" class="img-responsive"> </div> <?php else: ?> <?php endif ?> <?php if ($product->image4 != NULL): ?> <div class="item"> <img alt="" src="<?= base_url(); ?>uploads/product/<?= $product->image4; ?>" class="img-responsive"> </div> <?php else: ?> <?php endif ?> </div> <?php if($product->booking_active === 'yes') : ?> <div class="check-avail check-avail-v3" style="background:#F2F2F2; padding:15px; text-align:center; display:none"> <div class="container" style="display:block"> <div class='row'> <div class='col-sm-5 col-sm-offset-2'> <div class="arrival date-title" style="width:100%; height:90px"> <label>Choose Airport Lounge</label> <select class="select_lounge" name="lounge_id" id="slc_choose_aiport_lounges" style="height:28px; margin-top:0; border-radius:0; width:100%; border:none; background:none; border-bottom:1px solid #b3b3b3; border-radius:0px !important;"> <option selected value="<?= $product->id_products; ?>"><?= $product->title; ?></option> </select> </div> </div> <div class='col-sm-3'> <div style="width:100%; height:90px;" class="find_btn btn_booknow date-title"> <div class="text-find" style="padding-top:0px;height: 100%"> <button class='trabo-button' style="width:100%; height:100%;font-size:16px">Book Now</button> </div> </div> </div> </div> </div> </div> <?php endif; ?> </div> </div> </section> <!-- END / SLIDER --> <!-- ABOUT-US--> <section class="about about-v2" style="margin-bottom:175px;"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-12 col-md-12 col-lg-10 col-lg-offset-1"> <div class="about-centent"> <h2 class="about-title text-center"> <?= $this->session->userdata('site_lang') == 'english' ? ucwords($product->title) : ucwords($product->title_en); ?> </h2> <div class="line-v2"></div> <?= $this->session->userdata('site_lang') == 'english' ? $product->description : $product->description_en; ?> </div> <div class="about-img"> <div class="img-1"> <img src="<?= base_url(); ?>uploads/product/<?= $product->image1; ?>" class="img-responsive" alt="Image"> <div class="img-2"> <img src="<?= base_url(); ?>uploads/product/<?= $product->image2; ?>" class="img-responsive" alt="Image"> </div> </div> </div> </div> </div> </div> </section> <!-- END/ ABOUT-US--> <!-- BEST --> <section class="best"> <div class="container"> <div class="row"> <?php if($product->text_icon1 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon1; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon1); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon2 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon2; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon2); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon3 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon3; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon3); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon4 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon4; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon4); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon5 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon5; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon5); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon6 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon6; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon6); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon7 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon7; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon7); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon8 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon8; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon8); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon9 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon9; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon9); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon10 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon10; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon10); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon11 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon11; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon11); ?></h6> </div> </div> <?php endif; ?> <?php if($product->text_icon12 !== '') : ?> <div class="col-xs-6 col-sm-3 col-md-2 col-lg-2"> <div class="wrap-best"> <div class="icon-best"> <img src="<?= base_url(); ?>uploads/product/<?= $product->icon12; ?>" class="img-responsive" alt="Image"> </div> <h6 class="sky-h6"><?= ucwords($product->text_icon12); ?></h6> </div> </div> <?php endif; ?> </div> </div> </section> <!-- END / BEST --> <!-- TESTIMONOALS --> <section class="testimonials testimonials-v2" style="background: url('<?= base_url(); ?>uploads/product/<?= $product->background_testimoni; ?>'); background-size: cover; background-position: center center; background-attachment: fixed; position: relative; text-align: left; width: 100%; color: white;"> <div class="testimonials-h"> <div class="testimonials-content"> <div class="container"> <div id="testimonials" class="owl-carousel owl-theme"> <?php if ($testi_images->num_rows()>0): ?> <?php foreach ($testi_images->result() as $key): ?> <div class="item "> <div class="row"> <div class="col-xs-3 col-sm-3 col-md-3 col-lg-3"> <div class="testimonials-img"> <img src="<?= base_url(); ?>uploads/product/<?= $key->image; ?>" alt=""> </div> </div> <div class="col-xs-9 col-sm-9 col-md-9 col-lg-9"> <div class="content-testimonials"> <div class="title-tes"> <h5> <span class="sky-h5"> <?= ucwords($key->text_1); ?> </span> <span class="line"> <?= ucwords($key->text_2); ?> </span> </h5> </div> <?= $key->description; ?> </div> </div> </div> </div> <?php endforeach; ?> <?php endif; ?> </div> </div> </div> </div> </section> <!-- END / TESTIMONOALS --> <style type="text/css"> @media (min-width: 1200px){ .gambarPartnership{ width: 1165px; height: auto; } } @media (max-width: 768px){ .gambarPartnership{ width: 375px !important; height: auto; } } </style> <?php if ($product->partnership == ""): ?> <?php else: ?> <section class="gallery-our wrap-gallery-restaurant"> <div class="container"> <h2 class="h2-rooms">Partnership</h2> <img class="gambarPartnership" src="<?= base_url(); ?>uploads/product/<?= $product->partnership; ?>"> </div> </section> <?php endif ?> <!-- OUR-GALLERY--> <section class="gallery-our wrap-gallery-restaurant"> <div class="container"> <div class="gallery gallery-restaurant"> <h2 class="h2-rooms">Gallery</h2> <!-- <ul class="nav nav-tabs text-uppercase"> <li class="active"><a data-toggle="tab" href="restaurant_4.html#all">ALL</a></li> <li><a data-toggle="tab" href="restaurant_4.html#dinner">DINNER</a></li> <li><a data-toggle="tab" href="restaurant_4.html#lunch">LUNCH</a></li> <li><a data-toggle="tab" href="restaurant_4.html#diner">DINER</a></li> <li><a data-toggle="tab" href="restaurant_4.html#drink">DRINK</a></li> </ul> --> <br/> <div class="tab-content"> <div id="all" class="tab-pane fade in active"> <div class="product "> <div class="row"> <?php if ($product_images->num_rows()>0): ?> <?php foreach ($product_images->result() as $key): ?> <style type="text/css"> .lightbox-wrap .lightbox-title span { text-align: center !important; } </style> <div class="gallery_product col-lg-3 col-md-4 col-sm-6 col-xs-6 "> <div class="wrap-box"> <div class="box-img"> <img src="<?= base_url(); ?>uploads/product/large/<?= $key->image; ?>" class="img-responsive" alt="Product" title="images products"> </div> <?php if ($key->text_description == NULL): ?> <div class="gallery-box-main "> <div class="gallery-icon"> <a class="lightbox " href="<?= base_url(); ?>uploads/product/large/<?= $key->image; ?>" data-littlelightbox-group="gallery" title="<div style='margin-bottom:-23px;'><?= $this->session->userdata('site_lang') == 'english' ? ucwords($product->title) : ucwords($product->title_en); ?></div>"> <i class="ion-ios-plus-empty" aria-hidden="true"></i> </a> </div> </div> <?php else: ?> <div class="gallery-box-main "> <div class="gallery-icon"> <a class="lightbox " href="<?= base_url(); ?>uploads/product/large/<?= $key->image; ?>" data-littlelightbox-group="gallery" title="<div style='margin-bottom:-23px;'><?= $this->session->userdata('site_lang') == 'english' ? ucwords($product->title) : ucwords($product->title_en); ?></div>*<?= $key->text_description?><br>"> <i class="ion-ios-plus-empty" aria-hidden="true"></i> </a> </div> </div> <?php endif ?> </div> </div> <?php endforeach; ?> <?php endif; ?> </div> </div> </div> </div> <!-- end-tab-content --> </div> <!-- /gallery --> </div> <!-- /container --> </section> <!-- END / OUR GALLERY -->