summaryrefslogtreecommitdiffstats
path: root/petascope/templates/wcst-servlet.html
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/templates/wcst-servlet.html')
-rw-r--r--petascope/templates/wcst-servlet.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/petascope/templates/wcst-servlet.html b/petascope/templates/wcst-servlet.html
new file mode 100644
index 0000000..9a3b9de
--- /dev/null
+++ b/petascope/templates/wcst-servlet.html
@@ -0,0 +1,18 @@
+<html>
+ <head>
+ <title>WCS Transaction Extension (Jacobs University)</title>
+ </head>
+<body>
+
+ <h1>WCS-Transaction Extension (Jacobs University)</h1>
+ Please enter a Transaction XML request in box below ... <br />
+
+ <h3>Transaction operation</h3>
+ <form action="" method="POST">Please enter a WCS Transaction XML request:<br />
+ <textarea name="TransactionXML" rows="15" cols="80"></textarea> <br />
+ <input type="submit" value="Submit" />
+ </form>
+<br /> <hr />
+
+</body>
+</html>