<%-- 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") %> Coupons

The supplied coupon code is available for the user with the data below. Please review the following information before clicking 'submit'. Unauthorized use of coupons by other users is not permitted.

<%= request.getParameter("error") != null? URLDecoder.decode(request.getParameter("error"), "UTF-8"): "" %>
"/> "/> "/> "/> "/>
Firstname: <%= request.getParameter("firstname") != null? URLDecoder.decode(request.getParameter("firstname"), "UTF-8"): "" %>
Lastname: <%= request.getParameter("lastname") != null? URLDecoder.decode(request.getParameter("lastname"), "UTF-8"): "" %>
E-Mail: <%= request.getParameter("email") != null? URLDecoder.decode(request.getParameter("email"), "UTF-8"): "" %>
Coupon: <%= request.getParameter("code") != null? URLDecoder.decode(request.getParameter("code"), "UTF-8"): "" %>
I have read and verified my information above and affirm that this coupon was issued to me