<html>
<head>
<title>CSci250 Lab Interface</title>
</head>
<body>
<table width="100%" height="70%">
<tr>
<td align="center" valign="middle">
<table border="2" width="85%" bgcolor="lightgrey" cellpadding="10">
<tr>
<th bgcolor="#336699">
<font color="#FFFFFF" size="+1">
Select an Assignment and Enter the Password to Display the Code.
</font>
</th>
</tr>
<tr>
<td><br />
<form method="post" action="http://people.cs.und.edu/~userid/cgi-bin/250/lab.pl">
<input type="radio" name="lab" value="1" checked> Lab 1
<input type="radio" name="lab" value="2"> Lab 2
<input type="radio" name="lab" value="3"> Lab 3
<input type="radio" name="lab" value="4"> Lab 4
<input type="radio" name="lab" value="5"> Lab 5
<input type="radio" name="lab" value="6"> Lab 6
<input type="radio" name="lab" value="7"> Lab 7<br /><br />
<center>
Password:
<input type="password" name="password" size="12" value="password">
<input type="submit" name="button" value="Display the code">
<input type="reset" name="button" value="Reset">
<input type="submit" name="button" value="Help">
</center>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
|