?
Current Path : /home1/savoy/www/savoyeducation.com/Backup23-11-16/backup/application/views/site/ |
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/www/savoyeducation.com/Backup23-11-16/backup/application/views/site/bba-coaching.php |
<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <?php $this->load->view('site/header'); ?> <script type="text/javascript"> $(document).ready(function(){ //Set default open/close settings $('.acc_container').hide(); //Hide/close all containers // $('.acc_trigger:first').addClass('active').next().show(); //Add "active" class to first trigger, then show/open the immediate next container $(".toggle div.pane").hide(); //On Click $('.acc_trigger').click(function(){ if( $(this).next().is(':hidden') ) { //If immediate next container is closed... $('.acc_trigger').removeClass('active').next().slideUp(); //Remove all .acc_trigger classes and slide up the immediate next container $(this).toggleClass('active').next().slideDown(); //Add .acc_trigger class to clicked trigger and slide down the immediate next container } return false; //Prevent the browser jump to the link anchor }); }); </script> </head> <body> <div id="container_wrapper"> <?php $this->load->view('site/menu'); ?> <div id="inner_wrapper"> <div class="inner_banner"> <img src="<?=base_url();?>assets/images/courses_inner.jpg" alt="Courses"/> </div><!--inner_banner end --> <div class="in_cont_div"> <br /> <div class="toggle tstyle1"> <h6 class="title acc_trigger"><span class="title_content_normal">Business Administration</span></h6> <div class="pane acc_container"> <div class="pane-page" style="min-height:250px"> <h2>GRADE XII</h2> <h3>BBA PREP – 1 Year</h3> <p>Students preparing for a career in Management need to appear for the various entrance exams which focus on Verbal Aptitude, Mathematics, Logical Reasoning & Data Interpretation / Sufficiency. This program equips the students with knowledge to tackle the various management entrance exams.</p> </div> </div> </div> </div><!--inner_cont_wrapper end --> </div> <?php $this->load->view('site/footer'); ?> </div> </body>