Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
 *  '$RCSfile$'
5
 *      Authors: Matt Jones
6
 *    Copyright: 2000 Regents of the University of California and the
7
 *               National Center for Ecological Analysis and Synthesis
8
 *  For Details: http://www.nceas.ucsb.edu/
9
 *
10
 *   '$Author: daigle $'
11
 *     '$Date: 2008-07-06 21:25:34 -0700 (Sun, 06 Jul 2008) $'
12
 * '$Revision: 4080 $'
13
 * 
14
 * This is an HTML document for displaying metadata catalog tools
15
 *
16
 * This program is free software; you can redistribute it and/or modify
17
 * it under the terms of the GNU General Public License as published by
18
 * the Free Software Foundation; either version 2 of the License, or
19
 * (at your option) any later version.
20
 *
21
 * This program is distributed in the hope that it will be useful,
22
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24
 * GNU General Public License for more details.
25
 *
26
 * You should have received a copy of the GNU General Public License
27
 * along with this program; if not, write to the Free Software
28
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
29
 */
30
%>
31

    
32
<%@ include file="../../common/common-settings.jsp"%>
33
<%@ include file="../../common/configure-check.jsp"%>
34
   
35
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
36
<html>
37
<head>
38
<title>UCNRS Data Registry Interactive Map</title>
39
<link rel="stylesheet" href="<%=CONTEXT_URL%>/style/default.css" type="text/css">
40
  <link rel="stylesheet" type="text/css" 
41
        href="<%=STYLE_SKINS_URL%>/nrs/nrs.css"></link>
42
  <script language="JavaScript" type="text/JavaScript"
43
          src="<%=STYLE_SKINS_URL%>/nrs/nrs.js"></script>
44
  <script language="JavaScript" type="text/JavaScript"
45
          src="<%=STYLE_COMMON_URL%>/branding.js"></script>
46
</head>
47
<body>
48
      <script language="JavaScript">
49
          insertTemplateOpening("<%=CONTEXT_URL%>");
50
          //insertSearchBox("<%=CONTEXT_URL%>");
51
      </script>
52

    
53
<iframe scrolling="no" frameborder="0" width="750" height="520" src="spatial/map.jsp">
54
You need iframe support to view the interactive map
55
</iframe>
56

    
57
<script language="JavaScript">          
58
    insertTemplateClosing("<%=CONTEXT_URL%>");
59
</script>
60
</body>
61
</html>
(4-4/12)