1
|
<!--
|
2
|
* '$RCSfile$'
|
3
|
* Authors: Matt Jones
|
4
|
* Copyright: 2000 Regents of the University of California and the
|
5
|
* National Center for Ecological Analysis and Synthesis
|
6
|
* For Details: http://www.nceas.ucsb.edu/
|
7
|
*
|
8
|
* '$Author: perry $'
|
9
|
* '$Date: 2006-12-06 15:14:19 -0800 (Wed, 06 Dec 2006) $'
|
10
|
* '$Revision: 3106 $'
|
11
|
*
|
12
|
* This is an HTML document for displaying metadata catalog tools
|
13
|
*
|
14
|
* This program is free software; you can redistribute it and/or modify
|
15
|
* it under the terms of the GNU General Public License as published by
|
16
|
* the Free Software Foundation; either version 2 of the License, or
|
17
|
* (at your option) any later version.
|
18
|
*
|
19
|
* This program is distributed in the hope that it will be useful,
|
20
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
21
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
22
|
* GNU General Public License for more details.
|
23
|
*
|
24
|
* You should have received a copy of the GNU General Public License
|
25
|
* along with this program; if not, write to the Free Software
|
26
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
27
|
-->
|
28
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
29
|
<html>
|
30
|
<head>
|
31
|
<title>NCEAS Data Repository Interactive Map</title>
|
32
|
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
|
33
|
<link rel="stylesheet" type="text/css"
|
34
|
href="@systemidserver@@style-skins-path@/nceas/nceas.css">
|
35
|
<script language="JavaScript" type="text/JavaScript"
|
36
|
src="@systemidserver@@style-skins-path@/nceas/nceas.js"></script>
|
37
|
<script language="JavaScript" type="text/JavaScript"
|
38
|
src="@systemidserver@@style-common-path@/branding.js"></script>
|
39
|
<link href="nceas.css" rel="stylesheet" type="text/css">
|
40
|
<style type="text/css">
|
41
|
<!--
|
42
|
.style2 {font-size: 14px}
|
43
|
-->
|
44
|
</style>
|
45
|
</head>
|
46
|
<body>
|
47
|
<script language="JavaScript">
|
48
|
insertTemplateOpening();
|
49
|
//insertSearchBox();
|
50
|
</script>
|
51
|
|
52
|
<table width="760" border="0" cellspacing="0" cellpadding="0"><!--DWLayoutTable-->
|
53
|
<tr><td>
|
54
|
|
55
|
<table class="tables" cellpadding="8" cellspacing="0">
|
56
|
<tr class="sectheader">
|
57
|
<td class="borderbottom" colspan="2" align="left"><span class="label"> </span><a name="search" ></a>
|
58
|
<p align="center" class="largetext"> Search for Data Sets </p></td>
|
59
|
</tr>
|
60
|
<tr class="sectbody"></tr>
|
61
|
|
62
|
<tr >
|
63
|
<td colspan="2" align="left">
|
64
|
<iframe scrolling="no" frameborder="0" width="750" height="520" src="spatial/map.html">
|
65
|
You need iframe support
|
66
|
</iframe>
|
67
|
</td>
|
68
|
</tr>
|
69
|
</table>
|
70
|
|
71
|
</td></tr>
|
72
|
</table>
|
73
|
|
74
|
|
75
|
<script language="JavaScript">
|
76
|
insertTemplateClosing();
|
77
|
</script>
|
78
|
</body>
|
79
|
</html>
|