copy/move and throw correct exceptions
[pithos] / waradmin / login.jsp
1 <?xml version="1.0" encoding="UTF-8"?>
2 <%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <%@page import="gr.ebs.gss.server.configuration.GSSConfigurationFactory"%><html>
6 <head>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8 <title><%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Administration</title>
9 </head>
10 <body bgcolor="#FFFFFF" text="#000000" link="#0066CC" vlink="#0966C4"
11         alink="#0099CC"
12         onload="document.forms[0].elements['j_username'].focus();">
13 <table width="100%" border="0" cellpadding="0"
14         cellspacing="0">
15         <tr>
16                 <td height="100%" colspan="2" align="center" valign="middle"><br />
17                 <table width="90%" border="0" cellpadding="0"
18                         cellspacing="0">
19                         <tr>
20                                 <td width="100%" height="100%" align="center" valign="middle">
21                                 <p>&nbsp;</p>
22                                 <form method="post" action="/admin/j_security_check">
23                                 <table width="300" border="0" cellspacing="0" cellpadding="0" class="jspTable">
24                                         <tr>
25                                                 <td height="35" align="center" valign="middle" class="jspHeader"><%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Administration</td>
26                                         </tr>
27                                         <tr>
28                                                 <td>
29                                                 <table width="100%" border="0" cellpadding="8" cellspacing="0">
30                                                         <tr>
31                                                                 <td width="40%" align="right" valign="middle" class="jspText">Username</td>
32                                                                 <td width="180" align="left" valign="top" class="jspText"><input
33                                                                         name="j_username" type="text" class="jspField" size="20" /></td>
34                                                         </tr>
35                                                         <tr>
36
37                                                                 <td align="right" valign="middle" class="jspText">Password</td>
38                                                                 <td align="left" valign="top" class="jspText"><input
39                                                                         name="j_password" type="password" class="jspField" size="20" /></td>
40                                                         </tr>
41                                                         <tr>
42
43                                                                 <td colspan="2" align="center" valign="middle" class="jspText">
44                                                                 <button type="submit" class="jspButton" name="button" value="login">Log into the system</button>
45                                                                 </td>
46                                                         </tr>
47                                                 </table>
48                                                 </td>
49                                         </tr>
50                                 </table>
51                                 </form>
52                                 <p class="jspComment">Enter the username/password that you use on <%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %></p>
53                                 </td>
54                         </tr>
55                 </table>
56                 <p>&nbsp;</p>
57                 <p>&nbsp;</p>
58                 <p>&nbsp;</p>
59                 </td>
60         </tr>
61 </table>
62 </body>
63 </html>