summaryrefslogtreecommitdiffstats
path: root/petascope/templates/index.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/templates/index.jsp')
-rw-r--r--petascope/templates/index.jsp27
1 files changed, 27 insertions, 0 deletions
diff --git a/petascope/templates/index.jsp b/petascope/templates/index.jsp
new file mode 100644
index 0000000..1fe281e
--- /dev/null
+++ b/petascope/templates/index.jsp
@@ -0,0 +1,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>