<%-- Copyright 2010 Electronic Business Systems Ltd. This file is part of GSS. GSS is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. GSS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GSS. If not, see . --%> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@page import="gr.ebs.gss.server.configuration.GSSConfigurationFactory"%> <%@page import="java.net.URLDecoder"%> <%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Registration

Welcome to the <%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> storage service. Create an account with the service by filling and submitting the following form. Please note that all fields are required.

<%= request.getParameter("error") != null? URLDecoder.decode(request.getParameter("error"), "UTF-8"): "" %>
Firstname: "/>
Lastname: "/>
E-Mail: "/>
Username: "/>
Password:
Confirm Password:
I have read and understood the Terms and Conditions of the Service and agree to abide by them