home *** CD-ROM | disk | FTP | other *** search
/ sau9.org / sau9.org.zip / sau9.org / mathapp / admin.asp < prev    next >
Text File  |  2002-12-02  |  1KB  |  32 lines

  1. <htmL>
  2. <head>
  3. <title>Teacher Menu</title>
  4. </head>
  5. <body>
  6. <%
  7. pw=Request("adminpw")
  8. password="nova"
  9. if pw=password then
  10. %>
  11.  
  12. <table width="90%" border="0">
  13.   <tr>
  14.     <td align=right><font face="Arial"> <font size="6">Teacher Administration Page<br>
  15.        </font></font></td>
  16.     <td>
  17.       <div align="center"><img src="math.gif" width="177" height="141"></div>
  18.     </td></tr><tr>
  19.  
  20. <tr><td colspan=2 align=center> <font face=Tahoma><a href=student_report.asp> Student Report </a> </td></tr>
  21.  <tr><td colspan=2 align=center> <a href=student_admin.asp> <font face=Tahoma>Student Administration </a> </td></tr>
  22.  <tr><td colspan=2 align=center> <a href=place_admin.asp> <font face=Tahoma>Edit and Add Place Value Questions </a> </td></tr>
  23.  <tr><td colspan=2 align=center> <a href=dec_admin.asp> <font face=Tahoma>Edit and Add Decimal Operation Questions </a> </td></tr>
  24.  <tr><td colspan=2 align=center> <a href=student_changestatust.asp> <font face=Tahoma>Edit/Reset Student Status</a> </td></tr>
  25.  <table>
  26. <%
  27.  else
  28.  response.write "<font color=red>Oops, please go <a href=login.asp>back </a> and login again!"
  29.  end if
  30.  %>
  31.  </body>
  32.  </html>