<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Web-based Gradebook Login</title>
</head>

<body>

<p>Web-based Gradebook</p>
<p>Please login to the system</p>

<cfform action="authen.cfm" method="POST" enablecab="No" name="login">
<p>User:
<cfinput type="Text" name="username" align="LEFT" required="Yes" size="10"></p>
<p>Password:
<cfinput type="Password" name="password" align="LEFT" size="10"></p>
<INPUT type="submit" value="Authenticate">
</cfform>

</body>
</html>