https://t.me/RX1948
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/kokohpondasi.co.id/public_html/application/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/kokohpondasi.co.id/public_html/application/views/product_lama.php
               </header>
        </div>
        <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-image: url("http://localhost/firstglasspc/firstglass/images/gambar-konstruk.jpg");
    background-repeat: no-repeat;
    background-position: right center
}*/
#Subheader {
    background-repeat: no-repeat;
    background-position: right center
}

</style>
<?php $banner = $this->db->select('brand_landingpage_image')->from('configuration')->get()->row()->brand_landingpage_image ?>

            <div id="Subheader" style="padding:145px 0; background-image: url(<?=base_url('uploads/brand/'.$banner)?>); 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>
        </div>
        <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">
        <div class="row">
            <div class="col-md-12" data-aos="fade-down" data-aos-delay="300">
                <center><br><h3 style="text-transform: capitalize;"><?= str_replace('-', ' ', $this->uri->segment(2)) ?></h3><br></center>
            </div>
        </div>

         <?php if($products!=NULL) : ?>
            <?php  foreach ($products as $product) : ?>
                    <div class="row pack">
                        <div class="col-md-12">
                            <figure>
                              <div class="imghvr-slide-up">
                                <img src="<?= base_url('uploads/product/'. $product->image1)?>" style="width: 100vw;"/>
                                <figcaption onclick="test()"><h5> <?=ucwords($product->title)  ?></h5><p><?=$product->long_description ;?></p></figcaption>
                              </div>
                            </figure>
                        </div>

                        <div class="col-md-12">
                            <figure>
                              <div class="imghvr-slide-up">
                                <img src="<?= base_url('uploads/product/'. $product->image1)?>" style="width: 100vw;"/>
                                <figcaption onclick="test()"><h5> <?=ucwords($product->title)  ?></h5><p><?=$product->long_description ;?></p></figcaption>
                              </div>
                            </figure>
                        </div>
                    </div>
            <?php endforeach ?>
          <?php else : ?>
            <div class="container text-center"> 
                Produk Not Found
             </div>
         <?php endif ?>
 
<!-- 
          <div class="pack">
                <div class="col-md-12">
                    <figure>
                      <div class="imghvr-slide-up">
                        <img src="images/glassdoor/portrait1.jpg" style="width: 100vw;"/>
                        <figcaption onclick="test()"><h5>Judul</h5><p>deskripsi</p></figcaption>
                      </div>
                    </figure>
                </div>
                <div class="col-md-12">
                    <figure>
                      <div class="imghvr-slide-up">
                        <img src="images/glassdoor/landscape1.jpg" style="width: 100vw;"/>
                        <figcaption onclick="tampil()"><h5>Judul</h5><p>deskripsi</p></figcaption>
                      </div>
                    </figure>
                </div>
        </div> -->
</div>

                </div>
              <!--   <div class="gallery" style="display: none;">
                    <a href="<?= base_url('uploads/product/'. $product->image1)?>" id="gambar2" class="big"><img src=""></a>
                    <a href="<?= base_url('uploads/product/'. $product->image2)?>" id="gambar3" class=""><img src=""></a>
                    <a href="<?= base_url('uploads/product/'. $product->image3)?>" id="gambar4" class=""><img src=""></a>
                    <a href="<?= base_url('uploads/product/'. $product->image4)?>" id="gambar5" class=""><img src=""></a>
                </div>  -->
        </div>
        <script type="text/javascript">
             jQuery(window).on('load', function() {
                     jQuery("div.pack").pack();
              });

            //  function test(){

            //     var ss = jQuery('.gallery a').simpleLightbox({'showCounter':false});
            //             ss.destroy();
            //             ss.open();
            // }
                       
        </script>
        <script>
            jQuery('.gallery a').simpleLightbox({'enableKeyboard':true});
        </script>
         

https://t.me/RX1948 - 2025