<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="test.css" rel="stylesheet" type="text/css"> <title>Remind password page</title> </head> <body> <div align="center"> <jsp:include flush="true" page="header.jsp"></jsp:include> <TABLE style="BORDER-COLLAPSE: collapse" cellSpacing=0 cellPadding=8 width="98%" align=center > <TBODY align="center"> <TR> <TD> <P><STRONG>- Prototype -</STRONG></P> </TD> </TR> </TBODY> </TABLE> <form action="process?action=remindpass" method="post"> <H5 ALIGN="CENTER">Welcome to</H5> <H2 ALIGN="CENTER">Annotation Page</H2> <TABLE ALIGN="CENTER"> <H5 ALIGN="CENTER"> <font color="red"> <% String Msg = request.getParameter("Msg"); %> <%= Msg == null ? "" : Msg %> </font> </H5 > <H5 ALIGN="CENTER"> Please enter your email address and click confirm.<br> An email will be sent to you with your password.</H5 > <tr ALIGN="CENTER"> <td> Email: </td> <td> <input type="text" name="email" maxlength = "20" size = "20"> </td> </tr> </table> <TABLE ALIGN="CENTER"> <tr ALIGN="CENTER"> <hr> <td><input type="submit" name = "dobtn" value="Confirm"> </td> <td> </td> <td><input type="submit" name = "dobtn" value="Cancel"></td> </tr> </table> </form> <P align=right><A href="http://www.biocase.org/"><IMG height=34 alt="Powered by Biocase" src="images/powered_by_biocasegif.gif" width=112 border=0></A> </P> </TD> </TR> </TBODY> </TABLE> <jsp:include flush="true" page="footer.jsp"></jsp:include> </div> </body> </html>