PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/jboss-as-7.1.1.Final/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/security/auditing/form-auth/login.jsp

#
JavaServer Pages | 16 lines | 15 code | 1 blank | 0 comment | 0 complexity | 30df74409a21d7ed8c8b812dca27e412 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. <html><head><title>Login Page</title></head>
  2. <body>
  3. <font size='5' color='blue'>Please Login</font><hr>
  4. <form action='j_security_check' method='post'>
  5. <table>
  6. <tr><td>Name:</td>
  7. <td><input type='text' name='j_username'></td></tr>
  8. <tr><td>Password:</td>
  9. <td><input type='password' name='j_password' size='8'></td>
  10. </tr>
  11. </table>
  12. <br>
  13. <input type='submit' value='login'>
  14. </form></body>
  15. </html>