summaryrefslogtreecommitdiffstats
path: root/petascope/templates/interface-servlet.html
blob: 6cd41edad7ee88c221dcb41edb5ac5baf8123760 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
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>