コード例 #1
0
ファイル: dashboard.php プロジェクト: cmaere/saris_dev
		<div class="widget-body collapse in">
			<div id="chart_lines_fill_nopoints1" style="height: 100px; padding: 0px; position: relative;">
				<p>Hi <?php 
echo $chauser;
?>
 <br>Student Academic Record Information System is an Open Source system based on the Google Cloud Technology for Managing and administrating students in a higher academic institution, it has extensive modules, from admission, examination, to integration with major Finance packages, Library Packages and Elearning platforms Like Moodle</p>
				
				</div>
				
		</div>
	</div>
	<!-- // Intro Message END -->
	<?php 
switch ($module) {
    case 3:
        studentindex($username);
        break;
    case 8:
        admino_o();
        break;
    default:
        break;
}
?>
	<br>
	
	<div class="tickertape">
		<strong class="title">News Flash</strong>
		<span class="marquee">
			<span><strong>Examination Results Out</strong> Year one and Year two examination Out..</span>
			<span><Strong>Supplimentary Dates </strong>Students writing supplementary should get on campus by 30th October 2013</span>
コード例 #2
0
ファイル: default.php プロジェクト: cmaere/saris_dev
	<?php 
$profile_stat = studentindex($_SESSION['username']);
?>
	
	<div class="col-lg-8">			
		
	
		 <section class="panel"> 
			 <header class="panel-heading bg-primary lter no-borders">
				  <div class="clearfix">
					  <a class="pull-left thumb avatar border m-r" href="#"> 
					  	<img class="img-circle" src="images/avatar_default.jpg">
				   	</a> 
					<div class="clear"> 
						<div class="h3 m-t-xs m-b-xs"><?php 
echo $_SESSION['loginName'];
?>
							<i class="fa fa-circle text-success pull-right text-xs m-t-sm"></i>
						</div> 
						<small class="text-muted"><?php 
echo $profile_stat[1];
?>
</small>
					 </div> 
				 </div> 
			 </header>
			  <div class="list-group no-radius alt"> 
				  <a href="#" class="list-group-item"> 
					  <span class="badge bg-success"></span> 
					  <i class="fa fa-comment icon-muted"></i> Username as <?php