Statistics
| Branch: | Tag: | Revision:

root / war / couponSubmitted.jsp @ eba21118

History | View | Annotate | Download (1.9 kB)

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