Sun Java 1.5 XML libraries packaged for earlier JDK's
[java-idp.git] / webApplication / login-error.jsp
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
5         <head>
6                 <style type="text/css" title="styled">
7                         @import url('login.css');
8                 </style>
9
10                 <title>Example Organization WebLogin</title>
11         </head>
12         <body>   
13                 <div id="page">
14                         <div id="head">
15                                 <h1>Example Organization</h1>
16                         </div>
17
18                         <div id="main">
19                                 <div id="content">
20                                         <p> 
21                                         Please login:
22                                         </p>
23                                         <form method="post" action="j_security_check">
24                                                 <table class="login">
25                                                         <tr class="login">
26                                                                 <td colspan="3" class="login"><span class="errortext">Incorrect Username or Password.  Please try again.</span></td>
27                                                         </tr>
28                                                         <tr class="login">
29                                                                 <td class="login"><strong>UID</strong></td>
30                                                                 <td class="login"><input name="j_username" type="text" id="j_username" size="16" /></td></tr>
31                                                         <tr class="login">
32                                                                 <td class="login">
33                                                                         <strong>Password</strong>
34                                                                 </td>
35
36                                                                 <td class="login">
37                                                                         <input name="j_password" type= "password" id="j_password" size= "16" /></td>
38                                                                 <td class="login">
39                                                                         <input name="Login" type="submit" id="Login" value="Login" />
40                                                                 </td>
41                                                         </tr>
42                                                 </table>
43                                         </form>
44
45                                 </div>
46                                 <div id="helptext">
47                                         <p>
48                                         The resource that you have attempted to access requires that you log in with your with your Example Organization UID.
49                                         </p>
50                                 </div>
51
52                         </div>
53                 </div>
54         </body>
55 </html>