Here's the code:
<h3>Enter your username and password to login:</h3> <table> <tr> <form name="loginForm" method="POST" action="/Login"> <td>username:</td><td> <input type="text" name="userName" maxlength="30" size="30" value=""> </td></tr> <tr><td> password: </td><td> <input type="password" name="password" maxlength="16" size="16" value=""> </td></tr><tr><td> <input type="submit" name="submit" value="Submit"> </td><td> <input type="reset" name="reset" value="Reset"> </td></tr> </form> <script language="JavaScript" type="text/javascript"> < document.forms["loginForm"].elements["userName"].focus() > </script> </table> <a href="NewUser.jsp">New User Registration (I was here)</a>
Add new attachment
Only authorized users are allowed to upload new attachments.