Revision c863557b gss/war/policy.jsp

b/gss/war/policy.jsp
21 21
<%@ page language="java" contentType="text/html; charset=UTF-8"
22 22
    pageEncoding="UTF-8"%>
23 23
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
24
<html>
24

  
25
<%@page import="gr.ebs.gss.server.configuration.GSSConfigurationFactory"%><html>
25 26
<head>
26
<title>GSS Terms and Conditions</title>
27
<title><%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Terms and Conditions</title>
27 28
<link href="/gss/gss.css" rel="stylesheet" type="text/css">
28 29
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
29 30
</head>
......
33 34
<form method="post" action="/gss/policy">
34 35
<input type="hidden" name="user" value="<%= request.getParameter("user") %>">
35 36
<input type="hidden" name="queryString" value="<%= request.getQueryString() %>">
36
<h1>GSS Terms and Conditions</h1>
37
<p>Before using GSS you must accept the service <a href='/terms' target='_blank'>Terms and Conditions</a>.
37
<h1><%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Terms and Conditions</h1>
38
<p>Before using <%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> you must accept the service <a href='/terms' target='_blank'>Terms and Conditions</a>.
38 39
<p><input type="checkbox" name="accept" title="Accpet terms and conditions">
39 40
I have read and understood the Terms & Conditions mentioned herein above and agree to abide by them
40 41
<p><button type="submit" name="button" value="register" >Submit</button></p>

Also available in: Unified diff