summaryrefslogtreecommitdiffstats
path: root/petascope/templates/wcst-servlet.html
blob: 9a3b9de25e4ad6ec59f888df7750761af4728992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>