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/asietex.co.id/public_html/application/views/ |
Upload File : |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <!-- subheader --> <?php if(isset($category)) : ?> <section id="subheader" data-stellar-background-ratio=".3" style="background:url('<?= base_url() . 'uploads/category/' . $category->image; ?>')top fixed;"> <?php else : ?> <section id="subheader" data-stellar-background-ratio=".3" style="background:url('<?= base_url() . 'uploads/category/' . $category_landing->category_landingpage_image; ?>')top fixed;"> <?php endif; ?> <div class="container"> <div class="row"> <div class="col-md-12"> <?php if(isset($level1_title)) : ?> <h1 style="color:#283170;"><?= $level1_title; ?></h1> <?php else : ?> <?php if($this->session->userdata('site_lang') == 'english') : ?> <h1 style="color:#283170;">project</h1> <?php else : ?> <h1 style="color:#283170;">proyek</h1> <?php endif; ?> <?php endif; ?> <div class="small-border-deco"><span></span></div> <ul class="crumb"> <li><a href="<?= base_url(); ?>"><?= ucwords(lang('home')); ?></a></li> <li class="sep"></li> <?php if(isset($level1_title)) : ?> <li style="color:#283170;"><?= ucwords($level1_title); ?></li> <?php else : ?> <?php if($this->session->userdata('site_lang') == 'english') : ?> <li style="color:#283170;">project</li> <?php else : ?> <li style="color:#283170;">proyek</li> <?php endif; ?> <?php endif; ?> </ul> </div> </div> </div> </section> <!-- subheader close --> <div class="container-fluid"> <!-- content begin --> <div id="content" class="no-top no-bottom" > <!-- section begin --> <section id="section-portfolio" aria-label="section-portfolio" class="no-top no-bottom"> <?php if(isset($category_landing)) : ?> <div class="container"> <div class="row" style="padding-top:85px; padding-bottom:55px;"> <div class="col-md-12 pageContent"> <h2 style="margin-bottom:70px;"> <?php if($this->session->userdata('site_lang') == 'english') : ?> PROJECT MAP <?php else : ?> DENAH PROYEK <?php endif; ?> <span style="width:50px;" class="tiny-border"></span> </h2> <?php if($this->session->userdata('site_lang') == 'english') : ?> <?= $category_landing->category_landingpage_description_en; ?> <?php else : ?> <?= $category_landing->category_landingpage_description; ?> <?php endif; ?> </div> </div> </div> <?php endif; ?> <div class="container-fluid" style="background:#ededee;"> <div class="container"> <!-- portfolio filter begin --> <div class="row"> <div class="col-md-12" style="padding-top:25px;"> <ul id="filters"> <?php if($this->session->userdata('site_lang') == 'english') : ?> <li><a <?php if($this->uri->segment(2) == 'residensial') : ?> style="color:#283170;" <?php endif; ?> href="#" data-filter=".residensial">residential</a></li> <li><a <?php if($this->uri->segment(2) == 'perkantoran') : ?> style="color:#283170;" <?php endif; ?> href="#" data-filter=".perkantoran">office</a></li> <li><a <?php if($this->uri->segment(2) == 'superblock') : ?> style="color:#283170;" <?php endif; ?> href="#" data-filter=".superblok">superblock</a></li> <li><a <?php if($this->uri->segment(2) == 'hotel') : ?> style="color:#283170;" <?php endif; ?> href="#" data-filter=".hotel">hotel</a></li> <?php if($this->uri->segment(2) == 'all-categories') : ?> <li class="pull-right"><a href="#" data-filter="*" >all projects</a></li> <?php endif; ?> <?php else : ?> <li><a <?php if($this->uri->segment(2) == 'residensial') : ?> style="color:#283170;" <?php endif; ?> href="#" data-filter=".residensial">residensial</a></li> <li><a <?php if($this->uri->segment(2) == 'perkantoran') : ?> style="color:#283170;" <?php endif; ?> href="#" data-filter=".perkantoran">perkantoran</a></li> <li><a <?php if($this->uri->segment(2) == 'superblock') : ?> style="color:#283170;" <?php endif; ?> href="#" data-filter=".superblok">superblock</a></li> <li><a <?php if($this->uri->segment(2) == 'hotel') : ?> cstyle="color:#283170;" <?php endif; ?> href="#" data-filter=".hotel">hotel</a></li> <?php if($this->uri->segment(2) == 'all-categories') : ?> <li class="pull-right"><a href="#" data-filter="*" >semua proyek</a></li> <?php endif; ?> <?php endif; ?> </ul> </div> </div> <!-- portfolio filter close --> </div> </div> <div id="gallery" class="gallery full-gallery de-gallery pf_full_width pf_4_cols"> <?php foreach($all_products as $product) : ?> <!-- gallery item --> <div class="item <?= $product->class_tag; ?>"> <div class="picframe"> <a href="<?= base_url() . 'product/' . $product->alias; ?>"> <span class="overlay"> <span class="pf_text"> <span class="project-name"><?= strtoupper($product->title); ?><br><?= $product->product_type; ?></span> </span> </span> </a> <img src="<?= base_url() . 'uploads/product/' . $product->thumbnail; ?>" alt="" /> </div> </div> <!-- close gallery item --> <?php endforeach; ?> </div> </section> <!-- section close --> </div> </div>