Server IP : 192.185.129.71 / Your IP : 3.17.156.147 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/school/application/views/backend/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="row"> <div class="col-md-12 col-sm-12 clearfix" style="text-align:center;"> <h2 style="font-weight:200; margin:0px;"><?php echo $system_name;?></h2> </div> <!-- Raw Links --> <div class="col-md-12 col-sm-12 clearfix "> <ul class="list-inline links-list pull-left"> <!-- Language Selector --> <div id="session_static"> <li> <h4> <a href="#" style="color: #fff;" <?php if($account_type == 'admin'):?> onclick="get_session_changer()" <?php endif;?>> <?php echo get_phrase('running_session');?> : <?php echo $running_year.' ';?><i class="entypo-down-dir"></i> </a> </h4> </li> </div> </ul> <ul class="list-inline links-list pull-right"> <li class="dropdown language-selector"> <a href="<?php echo site_url('home');?>" target="_blank"> <i class="entypo-globe"></i> Website </a> <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-close-others="true"> <i class="entypo-user"></i> <?php $name = $this->db->get_where($this->session->userdata('login_type'), array($this->session->userdata('login_type').'_id' => $this->session->userdata('login_user_id')))->row()->name; echo $name; ?> </a> <?php if ($account_type != 'parent'):?> <ul class="dropdown-menu <?php if ($text_align == 'right-to-left') echo 'pull-right'; else echo 'pull-left';?>"> <li> <a href="<?php echo site_url($account_type . '/manage_profile');?>"> <i class="entypo-info"></i> <span><?php echo get_phrase('edit_profile');?></span> </a> </li> <li> <a href="<?php echo site_url($account_type . '/manage_profile');?>"> <i class="entypo-key"></i> <span><?php echo get_phrase('change_password');?></span> </a> </li> </ul> <?php endif;?> <?php if ($account_type == 'parent'):?> <ul class="dropdown-menu <?php if ($text_align == 'right-to-left') echo 'pull-right'; else echo 'pull-left';?>"> <li> <a href="<?php echo site_url('parents/manage_profile');?>"> <i class="entypo-info"></i> <span><?php echo get_phrase('edit_profile');?></span> </a> </li> <li> <a href="<?php echo site_url('parents/manage_profile');?>"> <i class="entypo-key"></i> <span><?php echo get_phrase('change_password');?></span> </a> </li> </ul> <?php endif;?> </li> <li> <a href="<?php echo site_url('login/logout');?>"> <?php echo get_phrase('log_out'); ?><i class="entypo-logout right"></i> </a> </li> </ul> </div> </div> <hr style="margin-top:0px;" /> <script type="text/javascript"> function get_session_changer() { $.ajax({ url: '<?php echo site_url('admin/get_session_changer');?>', success: function(response) { jQuery('#session_static').html(response); } }); } </script>