<?php require_once("includes/session.php"); ?>
<?php if(check_admin()) {
header("location:staff.php");
}
if(check_coordinator()) {
header("location:oss_dbase_coordinator.php");
}
if(check_user()) {
header("location:buossindex.php");
}
?>
<?php require_once("includes/dbconnection.php"); ?>
<?php require_once("includes/functions.php"); ?>
<?php require_once("includes/other.php"); ?>
<?php include("includes/frontheader.php"); ?>

			<div id="contents">
					<div id="contenthead">
					</div>
		<div id="sidebar">
							<ul>
							<ul>
							<?php //$result = mysql_query("SELECT * FROM user_accounts");
							//while($row = mysql_fetch_array($result)){ ?>
								<li><center><form action="login.php" name="login" method="post" onsubmit="return validateForm()">
								<h2>Student Access<h2>
										<table>
											<tr>
												<td><b>Username:</b></td>
												<td><input type="text" name="username" onsubmit="return validateForm()" maxlength="30"  /></td>
											</tr>
											<tr>
												<td><b>Password:</b></td>
												<td><input type="password" name="password" maxlength="30" /></td>
											</tr>
											<tr>
												<td colspan="2" style = "text-indent:90px;"><input type="submit" name="submit" value="Login" />&nbsp;&nbsp;
											</tr>
										</table><br>
										</form>
								</center></li>
								<li>
								<li></li>
									<ul>
									<div>
										<br><center><img src = "images/office.png" height = "300" width = "250"/></center>
										<br>
									</div>
							</li></ul>
							<?php //}?>
							</ul>
							</li>
		</div>
		<div id="maincontent">
			<img src = "images/galeryimage/photo1.png" height = "" width = "400" /><br>
			<h2>Bicol University Online Scholarship System</h2></center>
					<p style = "text - indent:50px;" align = "justify"> Bicol University Online Scholarship System was developed to guide and help all the scholars and aspiring scholars of Bicol University to become updated in the world of Bicol University Scholarship program. All the informations needed by a student regarding BU Scholarship was provided by this system. <br>
					<p style = "text - indent:50px;" align = "justify"> Bicol University aims to produce future elites of this country. And BU wants to give chance to the poor students to be one this elites by giving a low - cost but quality education through the help of scholarships. Bicol University and the developers of Bicol University Online Scholarship System aims to help deserving scholars find their way to a better life.<br>
					<p style = "text - indent:50px;" align = "justify"> <i>"This system was developed on the year 2012"<i/>
					</p>
		<img src="images/news-arrow-previous.png" class="previous" />
							 <div id="newsticker-demo">
								 <ul>
								  <?php $news_set=mysql_query("SELECT * FROM news order by dateTime ASC ",$connection);
											?>
											<?php
												while($row=mysql_fetch_array($news_set)){
												$id = $row['nid'];
												?>
												 <li>
										<p>
											<span class="title">
											<?php
												$position=200;
												$post = substr($row["content"], 0, $position); 
												echo  $row["title"]. "<img src='{$row['image']}' height='50' width = '50'/>" ."{$post}"."[...]"." "." "." "."<a href = \"news.php\">Read more</a>" . " ". $row["dateTime"]. " " . " " ."Posted By:". $row["username"];
												?>
												
												<?php
												}
												?> 
										</p>
								   </li>
								 </ul>
							 </div>
						<img src="images/news-arrow.png" class="next" />
					<br>
		
				
	<br>
	<div class="postdetails">
		<p><center><b>S C H O L A R S H I P and Financial Grants-in Aid Section</b></center></p>
		</div>
</div>
			 <div class="clear"></div>
			 <div id="contentfooter">
			</div>
			</div>
			<div id="footer">
			<?php include("includes/footer.php"); ?>
			</div>
			</div>
			</body>
			</html>
