home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
eead2dcab626e3b7e09083bc10c3607e
← Back
<?php $__env->startSection('metatags'); ?> <meta name="title" content="<?php echo e($pageContent->page_meta_title); ?>" /> <meta name="description" content="<?php echo e($pageContent->page_meta_description); ?>" /> <meta name="keywords" content="<?php echo e($pageContent->page_meta_keyword); ?>" /> <?php $__env->stopSection(); ?> <?php $__env->startSection('seoPageTitle'); ?> <title><?php echo (!empty($pageContent->page_seo_title))?$pageContent->page_seo_title:$pageTitle; ?></title> <?php $__env->stopSection(); ?> <?php $__env->startSection('styles'); ?> @parent <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="innerBanner bgimgaePositionRightTopResponsive" style="background:url(<?php echo asset('assets/uploads/'.$pageContent->page_banner );?> ) no-repeat; background-size: cover;background-repeat: no-repeat;;-webkit-background-size: cover;-moz-background-size: cover; -o-background-size: cover;background-size: cover;"> <!--<div class="banner-overlay"></div>--> <div class="welcome-text"> <div class="bannermainTitle"> <h4><?php echo $pageContent->page_name ;?> </h4> </div> </div> </div> <?php if(!empty($breadCrumbs)) { ?> <div class="breadcrumbsWrap"> <?php echo $breadCrumbs; ?> <div class="clearfix"></div> </div> <?php } ?> <!-- ===============MAIN CONTENT =============--> <div class="main-content"> <div class="fluid-container"> <div class="content-wrapper"> <?php echo $pageContent->page_large_desc ;?> <div class="page-section innerPageContentWrap doubleColumn"> <ul id="accordion" class="panel-group tab-list"> <?php $i=0; foreach($productContent as $list){ $i++; ?> <div class="panel "> <div class="panel-heading"> <a href="#collapse<?php echo $i ;?>" data-parent="#accordion" data-toggle="collapse" class="accordion-toggle collapsed"> <?php echo $list->product_title; ?> <i class="indicator fa pull-right fa-plus"></i> </a> </div> <div class="panel-collapse collapse " id="collapse<?php echo $i ;?>" > <?php echo $list->product_title; ?> <div class="iframe-video"> <div class="video-thumb"> <a href="https://www.youtube.com/embed/<?php echo $list->product_youtube_id?>?autoplay=1&showinfo=0&controls=0" class="various fancybox.iframe"> <img src="http://img.youtube.com/vi/<?php echo $list->product_youtube_id; ?>/1.jpg" > <div class="video-icon"></div> </a> </div> </div> <a href="images/pdf/LT345 KRAS BRAF PIK3CA APR14.pdf" download class="download"> Download PDF <i class="fa fa-play-circle"></i></a> </div> </div> <?php } ?> </ul> </div> </div> </div> </div> <!-- MAIN CONTENT --> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> @parent <?php if(!empty($ourPeople)) { ?> <script src="<?php echo asset("assets/js/jquery.fancybox.js"); ?>"></script> <script> $(document).ready(function(){ $('.fancybox').fancybox(); }); </script> <script> <?php if(!empty($hasCompanyBrochureForm) && $hasCompanyBrochureForm){ ?> function refresh_captcha(){ d = new Date(); $("#captchaImage").attr("src", "<?php echo asset('/captcha')?>?"+d.getTime()); } $(document).ready(function(){ $('.fa-refresh').on('click',function() { refresh_captcha(); }); $('#submitbtn').on('click',function(e){ $('#ajaxLoader').show(); e.preventDefault(); sendAsyncAjax($('#requestBrochureForm').attr('action'),$('#requestBrochureForm').serialize(),function(response){ // console.log(response) if(response.message){ $('#errorMessage').html(response.message); $('#errorMessage').fadeIn('slow'); setTimeout(function(){ $('#errorMessage').fadeOut('slow'); },15000); } refresh_captcha(); $('.form-control').val(''); $('#ajaxLoader').hide(); }); }); }); <?php } ?> </script> <?php } ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.frontend.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel