summaryrefslogtreecommitdiffstats
path: root/petascope/templates/interface-servlet.html
diff options
context:
space:
mode:
Diffstat (limited to 'petascope/templates/interface-servlet.html')
-rw-r--r--petascope/templates/interface-servlet.html73
1 files changed, 73 insertions, 0 deletions
diff --git a/petascope/templates/interface-servlet.html b/petascope/templates/interface-servlet.html
new file mode 100644
index 0000000..6cd41ed
--- /dev/null
+++ b/petascope/templates/interface-servlet.html
@@ -0,0 +1,73 @@
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <title>PetaScope Web Client</title>
+ </head>
+ <body>
+
+<h1>PetaScope Client Interface</h1>
+
+<p>
+ Please submit one of the following request types:
+ <ul>
+ <li><a href="#proc">ProcessCoverages</a> (WCPS 1.0)</li>
+ <li><a href="#tran">Transaction</a> (WCS-T 1.0)</li>
+ <br />
+ <li><a href="#cap">GetCapabilities</a> (WCS 1.1, WCS 2.0)</li>
+
+ <li><a href="#desc">DescribeCoverage</a> (WCS 1.1, WCS 2.0)</li>
+ <li><a href="#get">GetCoverage</a> (WCS 1.1, WCS 2.0)</li>
+ </ul>
+</p>
+
+
+
+<ol>
+ <li>
+ <p>A <a name="proc"><strong>ProcessCoverage</strong></a> request. <br/>
+ Enter a ProcessCoverage XML request in the text area below.</p>
+ <form action="" method="post">
+ <textarea cols="64" rows="16" name="request"></textarea>
+ <input value="Send" type="submit" />
+ </form>
+ </li>
+
+ <li>
+ <p>A <a name="tran"><strong>Transaction</strong></a> request. <br/>
+ Enter a Transaction XML request in the text area below.</p>
+ <form action="" method="post">
+ <textarea cols="64" rows="16" name="request"></textarea>
+ <input value="Send" type="submit" />
+ </form>
+ </li>
+
+ <li>
+ <p>A <a name="cap"><strong>GetCapabilities</strong></a> request. <br/>
+ Enter a GetCapabilities XML request in the text area below.</p>
+ <form action="" method="post">
+ <textarea cols="64" rows="16" name="request"></textarea>
+ <input value="Send" type="submit" />
+ </form>
+ </li>
+
+ <li>
+ <p>A <a name="desc"><strong>DescribeCoverage</strong></a> request. <br/>
+ Enter a DescribeCoverage XML request in the text area below.</p>
+ <form action="" method="post">
+ <textarea cols="64" rows="16" name="request"></textarea>
+ <input value="Send" type="submit" />
+ </form>
+ </li>
+
+ <li>
+ <p>A <a name="get"><strong>GetCoverage</strong></a> request. <br/>
+ Enter a GetCoverage XML request in the text area below.</p>
+ <form action="" method="post">
+ <textarea cols="64" rows="16" name="request"></textarea>
+ <input value="Send" type="submit" />
+ </form>
+ </li>
+</ol>
+
+</body>
+</html>