<?
include_once("bin/group.events.func.php");
include_once("events.php");
include_once("include/database.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<script language="javascript" type="text/javascript">
function Validate(frm)
{
if(frm.tutorIdTxt.value=="")
{
frm.tutorIdTxt.style.border="1px solid #CC0000";
frm.tutorIdTxt.style.background="#FFE6E5";
frm.tutorIdTxt.focus();
return false;
}
else
{
frm.tutorIdTxt.style.border="1px solid #CCCCCC";
frm.tutorIdTxt.style.background="#FFFFFF";
}
if(frm.pswdTxt.value=="")
{
frm.pswdTxt.style.border="1px solid #CC0000";
frm.pswdTxt.style.background="#FFE6E5";
frm.pswdTxt.focus();
return false;
}
else
{
frm.pswdTxt.style.border="1px solid #CCCCCC";
frm.pswdTxt.style.background="#FFFFFF";
}
}
</script>
<head>
<title>STO</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="css/stylesheet.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center">
<table width="1000" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="images/STO_mBlock_01.jpg" width="1000" height="130" alt=""></td>
</tr>
<tr align="center">
<? require("top_menu.php"); ?>
</tr>
<tr>
<td height="537px" valign="top" style="padding-top:20px">
<table border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="390px" rowspan="2"><? require("announcements.php"); ?></td>
<td width="610px">
<div id="tutorsAreaTitle"> </div>
<div id="grayBGTray">
<div id="grayMainBlock" align="center">
<?
if((isset($_GET["err"])) && ($_GET["err"]=="login_failed"))
echo("<div class='red_12' align='center' style='margin-top:10px'><b>Sorry! Unable to Login. Make sure you entered login ID and Password correctly.</b></div>");
?>
<form id="tutorLoginForm" method="post" action="do_tutorlogin.php" style="margin:0px" onsubmit="return Validate(this)">
<table width="338" border="0" cellpadding="0" cellspacing="5">
<tr align="left">
<td class="gray_12">Tutor ID:</td>
<td class="gray_12">hannan </td>
</tr>
<tr align="left">
<td class="gray_12">Password:</td>
<td>aaa</td>
</tr>
<tr align="right">
<td></td>
<td><input type="submit" id="submit" class="button_Orange" name="submit" value="Login"/></td>
</tr>
</table>
</form>
</div>
</div>
</td>
</tr>
<tr valign="top">
<td> <? require("events.php"); ?></td>
</tr>
</table>
</td>
</tr>
<? require("footer.html"); ?>
</table>
</div>
</body>
</html>