?
Current Path : /home1/savoy/public_html/savoyglobal.net/koolkids/school/application/views/Report/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/koolkids/school/application/views/Report/viewfeereport.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <span class="section_content_top"></span> <div class="section_content_inner"> <!--[if !IE]>start table_wrapper<![endif]--> <div class="table_wrapper"> <div class="table_wrapper_inner"> <table cellpadding="0" cellspacing="0" width="100%"> <tbody><tr> <th style="width: 17px;">Sl No.</th> <th><span>Type</span></th> <th><span>Description</span></th> </tr> <?php $slno=($pagenum-1)*10+1; if ($viewinfo->num_rows() > 0) { foreach ($viewinfo->result() as $row) { ?> <tr <?php if($slno%2==0) { ?>class="first" <?php } else { ?> class="second" <?php } ?>> <td><?=$slno++;?></td> <td><a href="#" onclick="<?=$row->target;?>"><?=$row->report_label;?></a></td> <td><?=$row->description;?></td> </tr> <?php } } ?> </tbody></table> </div> </div> <!--[if !IE]>end table_wrapper<![endif]--> </div> <span class="section_content_bottom"></span>