ok

Mini Shell

Direktori : /proc/self/root/home2/selectio/www/bharath/application/views/reports/
Upload File :
Current File : //proc/self/root/home2/selectio/www/bharath/application/views/reports/_online_examinations.php

<div class="row">
            <div class="col-md-12">
                <div class="box box-primary border0 mb0 margesection">
                    <div class="box-header with-border">
                <h3 class="box-title"><i class="fa fa-search"></i>  <?php echo $this->lang->line('online')." ".$this->lang->line('examinations')." ".$this->lang->line('report')?></h3>

            </div>
                    <div class="">
                        <ul class="reportlists">
                       
                            <?php 

                            if($this->rbac->hasPrivilege('online_exam_wise_report','can_view')){
                                ?>
                                <li class="col-lg-4 col-md-4 col-sm-6 <?php echo set_SubSubmenu('Reports/online_examinations/online_exam_report'); ?>"><a href="<?php echo base_url() ?>admin/onlineexam/report"><i class="fa fa-file-text-o"></i> <?php echo $this->lang->line('online')." ".$this->lang->line('exam')." ".$this->lang->line('wise')." ".$this->lang->line('report'); ?></a></li>
                                <?php
                            }
                            if($this->rbac->hasPrivilege('online_exams_report','can_view')){
                                ?>
                                <li class="col-lg-4 col-md-4 col-sm-6 <?php echo set_SubSubmenu('Reports/online_examinations/onlineexams'); ?>"><a href="<?php echo base_url() ?>report/onlineexams"><i class="fa fa-file-text-o"></i> <?php echo $this->lang->line('online')." ".$this->lang->line('exams')." ".$this->lang->line('report'); ?></a></li>
                                <?php
                            }
                            if($this->rbac->hasPrivilege('online_exams_attempt_report','can_view')){
                                ?>
                                <li class="col-lg-4 col-md-4 col-sm-6 <?php echo set_SubSubmenu('Reports/online_examinations/onlineexamattend'); ?>"><a href="<?php echo base_url() ?>report/onlineexamattend"><i class="fa fa-file-text-o"></i> <?php echo $this->lang->line('online')." ".$this->lang->line('exams')." ".$this->lang->line('attempt')." ".$this->lang->line('report');  ?></a></li>
                                <?php
                            }
                            if($this->rbac->hasPrivilege('online_exams_rank_report','can_view')){
                                ?>
                                <li class="col-lg-4 col-md-4 col-sm-6 <?php echo set_SubSubmenu('Reports/online_examinations/onlineexamrank'); ?>"><a href="<?php echo base_url() ?>report/onlineexamrank"><i class="fa fa-file-text-o"></i> <?php echo $this->lang->line('online')." ".$this->lang->line('exams')." ".$this->lang->line('rank')." ".$this->lang->line('report'); ?></a></li>
                                <?php
                            }
                            ?>

                             
                        </ul>
                    </div>
                </div>
            </div>
        </div>

Zerion Mini Shell 1.0