?
Current Path : /home1/savoy/public_html/savoyglobal.net/simsdemo/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/simsdemo/school/application/views/Teacher/teacher.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');?> <script type="text/javascript"> </script> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php $this->load->view('header'); ?> <script type="text/javascript"> $(document).ready(function(){ viewdata('teacher','viewinteachersearch','searchteacher','viewteacher','1'); }); function showsubjectdiv() { $("#subjectdiv").empty().html('<CENTER><img src="<?=base_url()?>assets/images/loading.gif" class="loading"/></CENTER>'); $("#subjectdiv").load("<?= site_url('master/loadpage/Settings/viewsubjectsearch') ?>"); $("#inliexample1").colorbox({width:"75%",height:"70%", inline:true, href:"#subjectdiv"}); } function searchsubject(value,field,page) { $("#subjtable").load("<?= site_url('settings/viewsubjectsearch/') ?>"+'/'+value+'/'+field+'/'+page); } function usesubject(subject_name,subject_id,classlevel_code) { $.fn.colorbox.close(); var rowCount = $('#subjinfodet tr').length +1; $('#subjinfodet').append("<tr id='"+rowCount+"'><td>"+subject_name+"</td><td>"+classlevel_code+"<input type='hidden' name='subject_id[]' value='"+subject_id+"'></td><td><img src='<?=base_url()?>assets/images/delete_icon.png' title='Remove Student' class='clickimage' onclick=\"$('#"+ rowCount +"').remove()\"/></td></tr>"); } </script> </head> <body> <div id="wrapper"> <?php $this->load->view('topmenu'); ?> <div id="content"> <div class="inner"> <!--[if !IE]>start section<![endif]--> <div class="section"> <!--[if !IE]>start title wrapper<![endif]--> <div class="title_wrapper"> <span class="title_wrapper_top"></span> <div class="title_wrapper_inner"> <span class="title_wrapper_middle"></span> <div class="title_wrapper_content"> <h2>Teachers</h2> <div id="success-panel"> </div> <div style='display:none'> <div id="subjectdiv"></div> </div> </div> <span class="title_wrapper_bottom"></span> </div> <!--[if !IE]>end title wrapper<![endif]--> <!--[if !IE]>start section content<![endif]--> <div class="section_content" id="section_content"> </div> </div> <!--[if !IE]>end section<![endif]--> </div> </div> <!--[if !IE]>end content<![endif]--> </div> <!--[if !IE]>end wrapper<![endif]--> </div> <?php $this->load->view('footer'); ?> </body> </html>