<?php
session_start();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : Spontaneous
Description: A two-column, fixed-width design for 1024x768 screen resolutions.
Version : 1.0
Released : 20090623
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Spontaneous by Free CSS Templates</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="logo">
<h1><marquee behavior="alternate"width="100px" height="50px">KUEIS</marquee></h1>
<h3><em> <a href="http://www.manager.co.th/home/"> Kasetsart University Express Information service </a></em></h3>
</div>
<hr />
<!-- end #logo -->
<div id="header">
<div id="menu">
<ul>
<li><a href="#" class="first">Home</a></li>
<li class="current_page_item"><a href="#">Push</a></li>
<li><a href="#">Log</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="testRegister.php">Register</a></li>
</ul>
</div>
<!-- end #menu -->
<div id="search">
<form method="get" action="">
<fieldset>
<input type="text" name="s" id="search-text" size="15" />
<input type="submit" id="search-submit" value="GO" />
</fieldset>
</form>
</div>
<!-- end #search -->
</div>
<!-- end #header -->
<!-- end #header-wrapper -->
<div id="page">
<div id="page-bgtop">
<div id="content">
<div class="post">
<h2 class="title"><a href="#">Welcome to KUEIS</a></h2>
<p class="meta">Sunday, January 23, 2011 7:27 AM Posted by <a href="#">Animalsoft</a></p>
<div class="entry">
<p> This is <strong><a href="#">KU Express Information Service (KUEIS) </a></strong>, For Kasetsart university students to have fast and easy access to informations and news, Kasetsart university students can check various activities and they can register to the activity that they are interested in, another interesting thing is that there is a map for showing where the activities are taking place, in which the freshmen (first year students) can trace their ways to the activities holding place :)</p>
</div>
</div>
<div class="post">
<h2 class="title"><a href="#">Rationale</a></h2>
<p class="meta">Sunday, January 23, 2011 7:27 AM Posted by <a href="#">Animalsoft</a></p>
<div class="entry">
<p> Nowadays mobile phones are widely used among people and that's why we are implementing this application to help students follow the news, grade, activities and many other things through the use of mobile phones.</p>
<p> Easy and fast access to informations and news of the Kasetsart university.Another way of communicating between teachers and students which is very convenient and effective. </p>
<p> <a href="http://www.ku.ac.th/newdesign/">Kasetsart university</a> teachers can send news to their course students in a more easy way through the use of mobile phones for example:- Teachers want to notice their students that there won't be a class in the next following weeks , they can notify their students through mobile phones immediately.</p>
<p> For those students who want to get the news about their grade, activities .etc is very convenient to use this application.</p>
</div>
</div>
<div class="post">
<h2 class="title"><a href="#">Expected results</a></h2>
<p class="meta">Sunday, January 23, 2011 7:27 AM Posted by <a href="#">Animalsoft</a></p>
<div class="entry">
<p> Kasetsart university students can receive appropriate news from the university. Teachers can notify their course students about the incoming news such as "there won't be a class in the upcoming week" or can notify about homework stuffs etc. </p>
</div>
</div>
</div>
<!-- end #content -->
<div id="sidebar">
<ul>
<li>
<h2><marquee behavior="alternate"width="30px">Login</marquee></h2>
<?php
if($_SESSION['logged_in']!=1){
?>
<form id="form1" method="GET" action="testLogin.php">
<p>Username:
<label>
<input type="text" name="usr" id="userTextBox" />
</label>
</p>
<p>Password:
<label>
<input type="password" name="pwd" id="passwordTextBox" />
</label>
</p>
<p>
<input type="submit" name="button" id="submitButton" value="Submit" />
</p>
</form>
</li>
<?php
}
if($_SESSION['logged_in']==1){
echo "WELCOME".":"."\t"." "."$_SESSION[username]"."<br>"."<br>".'<a href="#"></a><a href="testLogout.php">Log out?</a>';
}
?>
<li></li>
</ul>
</div>
<!-- end #sidebar -->
<div style="clear: both;"> </div>
</div>
</div>
<!-- end #page -->
<div id="footer-bgcontent">
<div id="footer">
<p>Copyright (c) 2011 Kueis. Design by <a href="http://www.google.com/">Animalsoft</a></p>
</div>
</div>
<!-- end #footer -->
</div>
</body>
</html>