PHP 8.1.33
Preview: header.php Size: 2.93 KB
/home/jambtst2015/public_html/app/application/views/backend/header.php

<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>

    <div class="header-bg"></div>
	<!-- Raw Links -->
	<div class="col-md-12 col-sm-12 clearfix top-header-bar">
		
        <ul class="list-inline links-list pull-left">
        <!-- Language Selector -->
        	<div id="session_static">			
	           <li>
	           		<h4>
	           			<a href="#" style="color: #696969;"
	           				<?php if($account_type == 'admin'):?> 
	           				onclick="get_session_changer()"
	           			<?php endif;?>>
	           				<?php echo get_phrase('running_session');?> : <?php echo $running_year;?>
	           			</a>
	           		</h4>
	           </li>
           </div>
        </ul>
        
        
		<ul class="list-inline links-list pull-right">

		<li class="dropdown language-selector">
                    <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-close-others="true">
                        	<i class="entypo-user"></i> <?php echo $this->session->userdata('login_type');?>
                    </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 base_url();?>index.php?<?php echo $account_type;?>/manage_profile">
                        	<i class="entypo-info"></i>
							<span><?php echo get_phrase('edit_profile');?></span>
						</a>
					</li>
					<li>
						<a href="<?php echo base_url();?>index.php?<?php echo $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 base_url();?>index.php?parents/manage_profile">
                        	<i class="entypo-info"></i>
							<span><?php echo get_phrase('edit_profile');?></span>
						</a>
					</li>
					<li>
						<a href="<?php echo base_url();?>index.php?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 base_url();?>index.php?login/logout">
					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 base_url();?>index.php?admin/get_session_changer/',
            success: function(response)
            {
                jQuery('#session_static').html(response);
            }
        });
	}
</script>

Directory Contents

Dirs: 4 × Files: 13

Name Size Perms Modified Actions
admin DIR
- drwxrwxrwx 2024-11-22 17:53:15
Edit Download
parent DIR
- drwxrwxrwx 2024-11-22 17:53:15
Edit Download
student DIR
- drwxrwxrwx 2024-11-22 17:53:15
Edit Download
teacher DIR
- drwxrwxrwx 2024-11-22 17:53:15
Edit Download
6.00 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
3.23 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
201 B lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
5.97 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
2.93 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
2.32 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
3.37 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
114 B lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
8.21 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
3.13 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
3.83 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
2.47 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download
4.08 KB lrwxrwxrwx 2024-11-22 17:53:15
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).