Project

General

Profile

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: tao $'
9
  *     '$Date: 2008-06-10 14:06:14 -0700 (Tue, 10 Jun 2008) $'
10
  * '$Revision: 3979 $'
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
<%@ include file="settings.jsp"%>
29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
30
<html>
31
<head>
32
<title>NCEAS Data Repository Interactive Map</title>
33
  <link rel="stylesheet" type="text/css" 
34
        href="<%=STYLE_SKINS_URL%>/nceas/nceas.css">
35
  <script language="JavaScript" type="text/JavaScript"
36
          src="<%=STYLE_SKINS_URL%>/nceas/nceas.js"></script>
37
  <script language="JavaScript" type="text/JavaScript"
38
          src="<%=STYLE_COMMON_URL%>/branding.js"></script>
39
  <script type="text/javascript" 
40
          src="<%=STYLE_SKINS_URL%>/nceas/navigation.js"></script>
41
  <script type="text/javascript"
42
          src="<%=STYLE_SKINS_URL%>/nceas/search.js"></script>
43

    
44
</head>
45
<body id="Overview" onload="loginStatus('<%=SERVLET_URL%>', '<%=CGI_URL%>');">
46
    <div id="main_wrapper">
47

    
48
    <div id="header">
49
        <p>Skip to <a href="#navigation">navigation</a>, <a href="#main_content">main
50
        content</a>, <a href="#secondary_content">secondary content</a> or to <a
51
        href="#search">search</a>.</p> <h1><span></span><a href="/">NCEAS</a></h1>
52
    </div>
53
    <div id="navigation">
54
        <p></p>
55
        <ul id="main_nav">
56
            <ul class="menu">
57
                <li class="collapsed"><a href="http://www.nceas.ucsb.edu">Home</a></li>
58
                <li class="collapsed"><a href="http://data.nceas.ucsb.edu">Repository</a></li>
59
                <li class="collapsed"><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=nceas">Register</a></li>
60
                <li class="collapsed"><span id="login_block"></span></li>
61
            </ul>
62
        </ul>
63
    </div> <!-- navigation -->
64
    <div id="content_wrapper">
65
        <h1>NCEAS Data Repository Interactive Map</h1>
66

    
67
        <iframe scrolling="no" frameborder="0" width="750" height="520" src="spatial/map.html">
68
          You need iframe support 
69
        </iframe>
70

    
71
<div id="footer">
72
    <div id="footer_logos">
73
                <a href="http://www.msi.ucsb.edu/"><img
74
src="images/logo_msi.jpg" alt="MSI: Marine Science Institute" height="66"
75
width="132"></a><a href="http://www.nsf.gov/"><img src="images/logo_nsf.jpg"
76
alt="NSF: National Science 
77
Foundation" height="66" width="70"></a><a href="http://www.ucsb.edu/"><img
78
src="images/logo_ucsb.jpg" alt="UCSB: University of California at Santa Barbara"
79
height="66" width="132"></a>
80
    </div> <!-- footer_logos -->
81
    <div id="footer_contact">
82
        <span class="contact_name">National Center for Ecological Analysis and Synthesis</span>
83

    
84
        <span class="contact_address">735 State Street, Suite 300, Santa Barbara, CA 93101</span>
85
        <span class="copyright">Copyright &copy; 2007 The Regents of the
86
University of California, All Rights Reserved</span>
87
        <span class="copyright"><a href="http://www.ucsb.edu/" title="Visit the
88
UCSB website">UC Santa Barbara</a>, Santa Barbara CA 93106 &bull; (805)
89
893-8000</span>
90
        <span class="copyright"><a href="mailto:webmaster@nceas.ucsb.edu"
91
title="E-mail the NCEAS webmaster">Contact</a> &bull; <a
92
href="http://www.ucsb.edu/policies/terms-of-use.shtml">Terms of Use</a> &bull; <a
93
href="http://www.nceas.ucsb.edu/accessibility" title="NCEAS is committed to the
94
accessibility of its products for all users">Accessibility</a></span>
95

    
96
        
97
    </div> <!-- footer_contact -->
98
</div>
99

    
100
</div> <!-- id="content_wrapper"-->
101

    
102
</div>
103

    
104
</body>
105
</html>
(3-3/17)