1 |
2670
|
harris
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
2 |
|
|
|
3 |
|
|
|
4 |
|
|
<html>
|
5 |
|
|
<head>
|
6 |
2676
|
harris
|
<title>Metacat Spatial Option Demo</title>
|
7 |
2670
|
harris
|
|
8 |
2676
|
harris
|
|
9 |
2670
|
harris
|
<link rel="stylesheet" href="../../../../style.css" type="text/css">
|
10 |
2688
|
harris
|
<link rel="stylesheet" href="../../lib/skin/default/html.css" type="text/css">
|
11 |
2670
|
harris
|
|
12 |
2688
|
harris
|
<link href="http://metacat.nceas.ucsb.edu/knb/style/skins/knb/knb.css" type="text/css" rel="stylesheet">
|
13 |
|
|
<script src="http://metacat.nceas.ucsb.edu/knb/style/skins/knb/knb.js" type="text/JavaScript" language="Javascript"></script>
|
14 |
|
|
<script src="http://metacat.nceas.ucsb.edu/knb/style/common/branding.js" type="text/JavaScript" language="Javascript"></script><script language="JavaScript">
|
15 |
|
|
function submitform(action,form_ref) {
|
16 |
|
|
form_ref.action.value=action;
|
17 |
|
|
form_ref.sessionid.value="";
|
18 |
|
|
form_ref.qformat.value="knb";
|
19 |
|
|
form_ref.submit();
|
20 |
|
|
}
|
21 |
|
|
</script>
|
22 |
|
|
|
23 |
2670
|
harris
|
<script type="text/javascript">
|
24 |
|
|
// URL of Mapbuilder configuration file.
|
25 |
|
|
var mbConfigUrl='config.xml';
|
26 |
|
|
</script>
|
27 |
|
|
<script type="text/javascript" src="../../lib/Mapbuilder.js"></script>
|
28 |
|
|
</head>
|
29 |
|
|
|
30 |
|
|
<!--
|
31 |
|
|
<body onload="document.location='../../../wms/GetCapabilities'">
|
32 |
|
|
-->
|
33 |
|
|
<body onload="mbDoLoad()">
|
34 |
|
|
<!-- Layout mapbuilder widgets and HTML -->
|
35 |
2676
|
harris
|
<h1>Metacat Spatial Option Demo </h1>
|
36 |
2670
|
harris
|
|
37 |
2688
|
harris
|
<table border="2">
|
38 |
2670
|
harris
|
<tr>
|
39 |
2688
|
harris
|
<td valign="top">
|
40 |
|
|
<table border="1">
|
41 |
|
|
<tr> <td id="locatorMap"/> </tr>
|
42 |
|
|
<tr> <td id="mainButtonBar" /> </tr>
|
43 |
|
|
<tr> <td id="legend" valign="top"/> </tr>
|
44 |
|
|
<tr> <td colspan="3" id="featureList" /> </tr>
|
45 |
|
|
</table>
|
46 |
|
|
</td>
|
47 |
|
|
<td rowspan="2" valign="top" />
|
48 |
|
|
<table border="1">
|
49 |
|
|
<tr> <!--
|
50 |
2670
|
harris
|
<td align="left" id="mainButtonBar" />
|
51 |
|
|
<td align="right" id="cursorTrack" />
|
52 |
2688
|
harris
|
--> </tr>
|
53 |
2670
|
harris
|
<tr>
|
54 |
|
|
<td colspan="2" id="mainMapPane" style="background-color: white;" />
|
55 |
|
|
</tr>
|
56 |
|
|
<tr align="right">
|
57 |
2688
|
harris
|
|
58 |
|
|
<table border="1">
|
59 |
|
|
<tr>
|
60 |
|
|
<td align="left" id="mapScaleText"/>
|
61 |
|
|
<td colspan="1"></td>
|
62 |
|
|
<td align="right" id="cursorTrack" />
|
63 |
|
|
</tr>
|
64 |
|
|
</table>
|
65 |
2670
|
harris
|
</tr>
|
66 |
2688
|
harris
|
|
67 |
|
|
|
68 |
2670
|
harris
|
</table>
|
69 |
|
|
</td>
|
70 |
|
|
</tr>
|
71 |
|
|
</table>
|
72 |
2688
|
harris
|
|
73 |
|
|
|
74 |
2670
|
harris
|
</body>
|
75 |
|
|
</html>
|