1
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
2
|
|
3
|
|
4
|
<html>
|
5
|
<head>
|
6
|
<title>Metacat Spatial Option Demo</title>
|
7
|
|
8
|
|
9
|
<link rel="stylesheet" href="../../../../style.css" type="text/css">
|
10
|
<link rel="stylesheet" href="../../lib/skin/default/html.css" type="text/css">
|
11
|
|
12
|
<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
|
<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
|
<h1>Metacat Spatial Option Demo </h1>
|
36
|
|
37
|
<table border="2">
|
38
|
<tr>
|
39
|
<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
|
<td align="left" id="mainButtonBar" />
|
51
|
<td align="right" id="cursorTrack" />
|
52
|
--> </tr>
|
53
|
<tr>
|
54
|
<td colspan="2" id="mainMapPane" style="background-color: white;" />
|
55
|
</tr>
|
56
|
<tr align="right">
|
57
|
|
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
|
</tr>
|
66
|
|
67
|
|
68
|
</table>
|
69
|
</td>
|
70
|
</tr>
|
71
|
</table>
|
72
|
|
73
|
|
74
|
</body>
|
75
|
</html>
|