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/symphony-solusi.co.id/public_html/application/modules/story/views/ |
Upload File : |
<section id="subheader" data-stellar-background-ratio=".3" style="background:url('<?= base_url('theme/') ?>images/bg-subheader3.jpg')top fixed"> <div class="container"> <div class="row"> <div class="col-md-12"> <h1 style="text-shadow:1px 1px black;"> <?php if ($this->session->userdata('site_lang') == 'english') : ?> Success Stories <?php else : ?> Cerita Sukses <?php endif; ?> </h1> <div class="small-border-deco"><span></span></div> <ul class="crumb" style="text-shadow:1px 1px black;"> <li> <a href="<?= base_url('/') ?>"> <?php if ($this->session->userdata('site_lang') == 'english') : ?> Home <?php else : ?> Beranda <?php endif; ?> </a> </li> <li class="sep"></li> <li> <?php if ($this->session->userdata('site_lang') == 'english') : ?> Success Stories <?php else : ?> Cerita Sukses <?php endif; ?> </li> </ul> </div> </div> </div> </section> <!-- subheader close --> <!-- section begin --> <section id="section-portfolio" class="no-bottom" aria-label="section-portfolio"> <div class="container"> <video controls="controls" poster="<?= base_url('theme/images/poster1.jpg') ?>" style="width:100%" title="sap"> <source src="<?= base_url('theme/images/20190416_SAP_Nihon Seiki_5th.mp4') ?>" type="video/mp4"> <object type="application/x-shockwave-flash" data="eh5v.files/html5video/flashfox.swf" width="1280" height="720" style="position:relative;"> <param name="movie" value="eh5v.files/html5video/flashfox.swf"> <param name="allowFullScreen" value="true"> <param name="flashVars" value="autoplay=false&controls=true&fullScreenEnabled=true&posterOnEnd=true&loop=false&poster=images/poster1.jpg&src=<?= base_url('theme/images/20190416_SAP_Nihon Seiki_5th.mp4') ?>"> <embed src="eh5v.files/html5video/flashfox.swf" width="1280" height="720" style="position:relative;" flashvars="autoplay=false&controls=true&fullScreenEnabled=true&posterOnEnd=true&loop=false&poster=<?= base_url('theme/images/poster1.jpg') ?>&src=<?= base_url('theme/images/20190416_SAP_Nihon Seiki_5th.mp4') ?>" allowfullscreen="true" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_en"> <img alt="sap" src="<?= base_url('theme/images/poster1.jpg') ?>" style="position:absolute;left:0;" width="100%" title="Video playback is not supported by your browser"> </object> </div> <!-- <div class="container"> <video style="width:100%" controls poster="images/poster1.jpg"> <source src="images/20190416_SAP_Nihon Seiki_5th.mp4" type="video/mp4"> Your browser does not support HTML5 video. </video> </div> --> <br> <div class="container"> <video controls="controls" poster="<?= base_url('theme/') ?>images/thumbnail.jpg" style="width:100%" title="sap"> <source src="<?= base_url('theme/') ?>eh5v.files/html5video/SAP_INDO_ACP_09_06_16.m4v" type="video/mp4"> <source src="<?= base_url('theme/') ?>eh5v.files/html5video/SAP_INDO_ACP_09_06_16.webm" type="video/webm"> <object type="application/x-shockwave-flash" data="eh5v.files/html5video/flashfox.swf" width="1280" height="720" style="position:relative;"> <param name="movie" value="eh5v.files/html5video/flashfox.swf"> <param name="allowFullScreen" value="true"> <param name="flashVars" value="autoplay=false&controls=true&fullScreenEnabled=true&posterOnEnd=true&loop=false&poster=<?= base_url('theme/') ?>eh5v.files/html5video/SAP_INDO_ACP_09_06_16.jpg&src=<?= base_url('theme/') ?>SAP_INDO_ACP_09_06_16.m4v"> <embed src="eh5v.files/html5video/flashfox.swf" width="1280" height="720" style="position:relative;" flashvars="autoplay=false&controls=true&fullScreenEnabled=true&posterOnEnd=true&loop=false&poster=<?= base_url('theme/') ?>eh5v.files/html5video/SAP_INDO_ACP_09_06_16.jpg&src=<?= base_url('theme/') ?>SAP_INDO_ACP_09_06_16.m4v" allowfullscreen="true" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_en"> <img alt="sap" src="<?= base_url('theme/') ?>/eh5v.files/html5video/SAP_INDO_ACP_09_06_16.jpg" style="position:absolute;left:0;" width="100%" title="Video playback is not supported by your browser"> </object> </div> <br> <h2 style="text-align:center;">MIS Success Stories</h2> <div id="gallery" class="gallery invert full-gallery de-gallery pf_full_width"> <?php foreach ($stories as $story) : ?> <!-- gallery item --> <div class="item residential"> <div class="picframe"> <a href="<?= base_url() . 'story/get/' . $story->alias ?>"> <span class="overlay"> <span class="pf_text"> <span class="project-name"><?= $story->beauty_tips ?></span> </span> </span> </a> <img src="<?= base_url() . 'uploads/beauty_tips/' . $story->image1 ?>" alt="" /> </div> </div> <!-- close gallery item --> <?php endforeach; ?> </div> </section> <!-- section close -->