Statistics
| Branch: | Tag: | Revision:

root / war / registered.jsp @ a60ea262

History | View | Annotate | Download (1.8 kB)

1 2f551abc Panagiotis Astithas
<%--
2 2f551abc Panagiotis Astithas
3 2f551abc Panagiotis Astithas
Copyright 2010 Electronic Business Systems Ltd.
4 2f551abc Panagiotis Astithas
5 2f551abc Panagiotis Astithas
This file is part of GSS.
6 2f551abc Panagiotis Astithas
7 2f551abc Panagiotis Astithas
GSS is free software: you can redistribute it and/or modify
8 2f551abc Panagiotis Astithas
it under the terms of the GNU General Public License as published by
9 2f551abc Panagiotis Astithas
the Free Software Foundation, either version 3 of the License, or
10 2f551abc Panagiotis Astithas
(at your option) any later version.
11 2f551abc Panagiotis Astithas
12 2f551abc Panagiotis Astithas
GSS is distributed in the hope that it will be useful,
13 2f551abc Panagiotis Astithas
but WITHOUT ANY WARRANTY; without even the implied warranty of
14 2f551abc Panagiotis Astithas
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 2f551abc Panagiotis Astithas
GNU General Public License for more details.
16 2f551abc Panagiotis Astithas
17 2f551abc Panagiotis Astithas
You should have received a copy of the GNU General Public License
18 2f551abc Panagiotis Astithas
along with GSS.  If not, see <http://www.gnu.org/licenses/>.
19 2f551abc Panagiotis Astithas
20 2f551abc Panagiotis Astithas
--%>
21 2f551abc Panagiotis Astithas
<%@ page language="java" contentType="text/html; charset=UTF-8"
22 2f551abc Panagiotis Astithas
    pageEncoding="UTF-8"%>
23 2f551abc Panagiotis Astithas
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
24 2f551abc Panagiotis Astithas
25 2f551abc Panagiotis Astithas
<%@page import="gr.ebs.gss.server.configuration.GSSConfigurationFactory"%><html>
26 2f551abc Panagiotis Astithas
<head>
27 2f551abc Panagiotis Astithas
<title><%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Authentication</title>
28 55aa2564 Panagiotis Astithas
<link href="/pithos/main.css" rel="stylesheet" type="text/css">
29 2f551abc Panagiotis Astithas
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
30 2f551abc Panagiotis Astithas
</head>
31 2f551abc Panagiotis Astithas
<body>
32 55aa2564 Panagiotis Astithas
<div class="wrapper" >
33 55aa2564 Panagiotis Astithas
<div class="header"></div>
34 55aa2564 Panagiotis Astithas
<div class="image_logo">
35 55aa2564 Panagiotis Astithas
<table><tr>
36 55aa2564 Panagiotis Astithas
  <td><a href="/"><img src="/pithos/images/service-logo.png"></img></a>
37 55aa2564 Panagiotis Astithas
</tr></table>
38 55aa2564 Panagiotis Astithas
</div> <!-- image_logo -->
39 55aa2564 Panagiotis Astithas
<div style="clear: both; "> </div>
40 55aa2564 Panagiotis Astithas
<div class="page_main">
41 2f551abc Panagiotis Astithas
<center>
42 2f551abc Panagiotis Astithas
<p>
43 2f551abc Panagiotis Astithas
Your account was successfully created. You may now
44 2f551abc Panagiotis Astithas
<a href="<%= request.getContextPath()+ "/login?next=" + GSSConfigurationFactory.getConfiguration().getString("serviceURL") %>">
45 2f551abc Panagiotis Astithas
login</a> to <%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %>
46 2f551abc Panagiotis Astithas
</center>
47 55aa2564 Panagiotis Astithas
</div>
48 55aa2564 Panagiotis Astithas
<div class="footer"></div>
49 55aa2564 Panagiotis Astithas
</div> <!-- wrapper -->
50 2f551abc Panagiotis Astithas
</body>
51 2f551abc Panagiotis Astithas
</html>