PageRenderTime 24ms CodeModel.GetById 20ms app.highlight 3ms RepoModel.GetById 0ms app.codeStats 1ms

/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
 5<form action='j_security_check' method='post'>
 6<table>
 7 <tr><td>Name:</td>
 8   <td><input type='text' name='j_username'></td></tr>
 9 <tr><td>Password:</td> 
10   <td><input type='password' name='j_password' size='8'></td>
11 </tr>
12</table>
13<br>
14  <input type='submit' value='login'> 
15</form></body>
16 </html>