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">
6 <style type="text/css" title="styled">
7 @import url('login.css');
10 <title>Example Organization WebLogin</title>
15 <h1>Example Organization</h1>
23 <form method="post" action="j_security_check">
26 <td colspan="3" class="login"><span class="errortext">Incorrect Username or Password. Please try again.</span></td>
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>
33 <strong>Password</strong>
37 <input name="j_password" type= "password" id="j_password" size= "16" /></td>
39 <input name="Login" type="submit" id="Login" value="Login" />
48 The resource that you have attempted to access requires that you log in with your with your Example Organization UID.