?
Current Path : /home1/savoy/public_html/savoyglobal.net/koolkids/school/application/views/Teacher/ |
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/Teacher/singlestaff.php |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?> <span class="section_content_top"></span> <div class="section_content_inner"> <?php $attributes=array('class'=>'search_form','id'=>'validateform'); echo form_open('',$attributes); ?> <fieldset> <!--[if !IE]>start forms<![endif]--> <div class="forms"> <div class="backicon"> <a href="#" onclick="viewdata('teacher','viewinteachersearch','searchstaff','viewstaff','<?=$_SESSION['pagenum'];?>')"> <img src="<?=base_url()?>assets/images/backicon.png" alt="back-icon" title="Back"/> </a> </div> <div class="table_wrapper"> <div class="table_wrapper_inner"> <table cellpadding="0" cellspacing="0" width="100%"> <tr><th colspan="2" >Non-Teacher Details</th></tr> <tr> <td width="35%">Name</td> <td><?=$staff->name;?></td> </tr <tr> <td width="35%">Staff No</td> <td><?=$staff->staff_no;?></td> </tr> <tr> <td width="35%">Designation</td> <td><?=$this->mastermodel->getSingleFieldValue('designation','designation_name','designation_id',$staff->designation_id);?></td> </tr> <tr> <td width="35%">Email</td> <td><?=$staff->email;?></td> </tr> <tr> <td width="35%">Contact No</td> <td><?=$staff->contact_no;?></td> </tr> <tr> <td width="35%">Mobile No</td> <td><?=$staff->mobile_no;?></td> </tr> <tr> <td width="35%">Passport No</td> <td><?=$staff->passport_no;?></td> </tr> <tr> <td width="35%">Qatar ID</td> <td><?=$staff->qatar_id;?></td> </tr> <tr> <td width="35%">Sponsorship</td> <td><?=$staff->sponsorship;?></td> </tr> </table> </div> </div> <br/><br/> <div class="table_wrapper"> <div class="table_wrapper_inner"> <table cellpadding="0" cellspacing="0" width="100%"> <tr><th colspan="2" >Staff Address</th></tr> <tr> <td width="35%">Permanent Address</td> <td><?=$address->address_permanent;?></td> </tr> <tr> <td width="35%">Permanent Country</td> <td><?=$address->country_permanent;?></td> </tr> <tr> <td width="35%">Present Address</td> <td><?=$address->address_present;?></td> </tr> <tr> <td width="35%">Present Country</td> <td><?=$address->country_present;?></td> </tr> </table> </div> </div> </div> </fieldset> <br/><br/> <fieldset> <div class="forms"> <h3>Staff Files</h3> <?php $staff_file=$this->mastermodel->get_data('files',$staff->staff_id,'record_id'); foreach ($staff_file as $file) { ?> <div class="gal_dir_div"> <a href="<?=base_url().$file['file_location']?>"> <img src="<?=base_url();?>assets/images/download.jpg"/> <br/> <?=$file['file_name'];?> </a> </div> <?php } ?> </div> </fieldset> <?php echo form_close(); ?> </div> <span class="section_content_bottom"></span>