Move descriptive text for WPS demo to the right
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
display: block;
|
display: block;
|
||||||
width: 45em;
|
width: 100%;
|
||||||
height: 3em;
|
height: 3em;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
@@ -40,15 +40,11 @@
|
|||||||
|
|
||||||
<div id="shortdesc">Using WPS formats to interact with WPS</div>
|
<div id="shortdesc">Using WPS formats to interact with WPS</div>
|
||||||
|
|
||||||
<div id="map" class="smallmap"></div>
|
<div id="docs" style="top: 6em; left: 550px; position: absolute">
|
||||||
|
|
||||||
<div id="docs">
|
|
||||||
<p>This example shows WPS in action by using the WPSCapabilities,
|
<p>This example shows WPS in action by using the WPSCapabilities,
|
||||||
WPSDescribeProcess and WPSExecute formats. See
|
WPSDescribeProcess and WPSExecute formats. See
|
||||||
<a target="_blank" href="bing-tiles.js">wps.js</a> for the
|
<a target="_blank" href="bing-tiles.js">wps.js</a> for the
|
||||||
source code.</p>
|
source code.</p>
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>Select a process from the list below. The list is populated
|
<li>Select a process from the list below. The list is populated
|
||||||
with the result of a WPS GetCapabilities request, parsed using
|
with the result of a WPS GetCapabilities request, parsed using
|
||||||
@@ -66,10 +62,17 @@
|
|||||||
<code>OpenLayers.Format.WPSDescribeProcess</code> result object as
|
<code>OpenLayers.Format.WPSDescribeProcess</code> result object as
|
||||||
input.</li>
|
input.</li>
|
||||||
</ol>
|
</ol>
|
||||||
<select id="processes"><option>Select a process</option></select>
|
</div>
|
||||||
<p id="abstract"></p>
|
|
||||||
<div id="input"></div>
|
<div id="example" style="width:520px">
|
||||||
<div id="output"></div>
|
<div id="map" class="smallmap"></div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<select id="processes"><option>Select a process</option></select>
|
||||||
|
<p id="abstract"></p>
|
||||||
|
<div id="input"></div>
|
||||||
|
<div id="output"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="../lib/OpenLayers.js"></script>
|
<script src="../lib/OpenLayers.js"></script>
|
||||||
<script src="wps.js"></script>
|
<script src="wps.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user