?
Current Path : /home1/savoy/public_html/savoyglobal.net/horeitia/application/views/Onboarding/ |
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/horeitia/application/views/Onboarding/view_joining.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <table class="sort" cellpadding="0" cellspacing="0"> <caption>Actions</caption> <thead> <tr> <th width="10%">Sl No</th> <th>Employee Joining / Rejoining Actions</th> </tr> </thead> <tbody> <?php if ($viewinfo->num_rows() > 0) { $table=""; $field=""; $z=1; foreach ($viewinfo->result() as $row) { if($z%2==0) $alt="alt"; else $alt="alt1"; ?> <tr class="'.$alt.'"> <td><?=$id;?></td> <td><a href="#" onclick="<?=$row->joining_page;?>"><?=$row->joining_caption;?></a></td> </tr> <?php $id++; $z++; } } ?> </tbody> </table>