?
Current Path : /home1/savoy/public_html/savoyglobal.net/sims/school/application/views/Student/ |
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/sims/school/application/views/Student/parent.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');?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php $this->load->view('header'); $this->load->view('Student/studentfunctions'); ?> <script type="text/javascript"> $(document).ready(function(){ viewdata('student','viewinstudentsearch','searchparent','viewparent','1'); }); function showstudentdiv() { $("#studentdiv").empty().html('<CENTER><img src="<?=base_url()?>assets/images/loading.gif" class="loading"/></CENTER>'); $("#studentdiv").load("<?= site_url('master/loadpage/Student/viewstudentsearch') ?>"); $("#inliexample1").colorbox({width:"75%",height:"70%", inline:true, href:"#studentdiv"}); } function searchstudent(value,field,page) { $("#studtable").load("<?= site_url('student/viewstudentsearch/') ?>"+'/'+value+'/'+field+'/'+page); } function usestudent(first_name,last_name,student_id,class_section) { $.fn.colorbox.close(); $('#studinfodet').append("<tr><td>"+first_name+" "+last_name+"</td><td>"+class_section+"<input type='hidden' name='student_id[]' value='"+student_id+"'></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>Parents</h2> <div id="success-panel"> </div> <div style='display:none'> <div id="studentdiv"> </div></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]--> <?php $this->load->view('footer'); ?> </body> </html>