summaryrefslogtreecommitdiffstats
path: root/petascope/templates/index.jsp
blob: 1fe281eb7f14042e732f72c18f0a01ffa4585abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<%-- 
    Document   : WAR Application index entry point
    Created on : Apr 21, 2009, 7:47:47 AM
    Author     : Andrei Aiordachioaie
--%>

<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd">

<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>PetaScope Implementation</title>
    </head>
    <body>
        <div align="center"><h1>PetaScope Implementation</h1></div>

        <br/>
			Please choose the service that you want to use:
			<ul>
				<li><a href="./wcps">WCPS</a> (the Web Coverage Processing Service). 
				<li><a href="./wcst">WCS-T</a> (the Web Coverage Service Transactional extension). 
			</ul>
            
    </body>
</html>