|
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 : /proc/self/root/var/www/symphony-solusi.co.id/public_html/application/views/ |
Upload File : |
<style>
figcaption {
font-size: 9px;
opacity: 0.7;
background-color: rgba(0,0,0,0.7) !important;
}
@media (max-width: 768px) {
figcaption {
overflow: scroll;
}
}
figcaption:hover, figcaption {
cursor: zoom-in;
}
#Subheader {
background-repeat: no-repeat;
background-position: right center;
}
</style>
<!-- <?php $banner = $this->db->select('image')->from('categories')->get()->row()->image ?> -->
<?php if(!empty($category->image)) : ?>
<div id="Subheader" style="padding:145px 0; background-image: url(<?= base_url('uploads/category/'. $category->image)?>); background-size: cover;background-position: center center; background-repeat: no-repeat;">
<div class="container">
<div class="column one">
<h1 class="title" style="color: white;text-align: center; text-shadow: 2px 2px black; text-transform: uppercase;"><?= str_replace('-', ' ', $this->uri->segment(2)) ?></h1>
</div>
</div>
</div>
<?php endif; ?>
<div id="Content">
<div class="content_wrapper clearfix">
<div class="sections_group">
<div class="section section-filters">
<div class="section_wrapper clearfix">
<div id="Filters" class="column one isotope-filters only only-categories">
<ul class="filters_buttons">
<li class="label">
Filter by
</li>
<li class="categories">
<a class="open" href="projects.php#"><i class="icon-docs"></i>Categories<i class="icon-down-dir"></i></a>
</li>
<li class="reset">
<a class="close" data-rel="*" href="projects.php"><i class="icon-cancel"></i> Show all</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container" id="containerContent">
<div class="content project">
<?php if($products!=NULL) : ?>
<div class="row">
<?php $count=0; ?>
<?php foreach ($products as $product) : ?>
<?php $count++; ?>
<div class="col-md-3" style="text-align:center; margin-bottom:30px; border:1px solid #dedede; padding:15px;">
<div class="lightbox-<?= $count; ?>">
<?php if(!empty($product->image1)) : ?>
<a href="<?= base_url('uploads/product/'. $product->image1)?>"><img style="height:300px;" src="<?= base_url('uploads/product/'. $product->image1)?>" alt="" title=""/></a>
<?php endif; ?>
<?php if(!empty($product->image2)) : ?>
<a style="display:none;" href="<?= base_url('uploads/product/'. $product->image2)?>"><img src="<?= base_url('uploads/product/'. $product->image2)?>" alt="" title=""/></a>
<?php endif; ?>
<?php if(!empty($product->image3)) : ?>
<a style="display:none;" href="<?= base_url('uploads/product/'. $product->image3)?>"><img src="<?= base_url('uploads/product/'. $product->image3)?>" alt="" title=""/></a>
<?php endif; ?>
<?php if(!empty($product->image4)) : ?>
<a style="display:none;" href="<?= base_url('uploads/product/'. $product->image4)?>"><img src="<?= base_url('uploads/product/'. $product->image4)?>" alt="" title=""/></a>
<?php endif; ?>
<?php if(!empty($product->image5)) : ?>
<a style="display:none;" href="<?= base_url('uploads/product/'. $product->image5)?>"><img src="<?= base_url('uploads/product/'. $product->image5)?>" alt="" title=""/></a>
<?php endif; ?>
<?php if(!empty($product->image6)) : ?>
<a style="display:none;" href="<?= base_url('uploads/product/'. $product->image6)?>"><img src="<?= base_url('uploads/product/'. $product->image6)?>" alt="" title=""/></a>
<?php endif; ?>
</div>
</div>
<script>
var lightbox<?= $count; ?> = jQuery('.lightbox-<?= $count; ?> a').simpleLightbox();
</script>
<?php endforeach ?>
</div>
<?php else : ?>
<div class="container text-center">
Produk Not Found
</div>
<?php endif ?>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
jQuery(window).on('load', function() {
jQuery("div.pack").pack();
});
</script>