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 class="login"><strong>UID</strong></td>
27 <td class="login"><input name="j_username" type="text" id="j_username" size="16" /></td></tr>
30 <strong>Password</strong>
34 <input name="j_password" type= "password" id="j_password" size= "16" /></td>
36 <input name="Login" type="submit" id="Login" value="Login" />
45 The resource that you have attempted to access requires that you log in with your with your Example Organization UID.