1 |
3780
|
daigle
|
<%@ 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$'
|
11 |
|
|
* '$Date$'
|
12 |
|
|
* '$Revision$'
|
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 |
4080
|
daigle
|
<%@ include file="../../common/configure-check.jsp"%>
|
34 |
3780
|
daigle
|
|
35 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
36 |
|
|
<html>
|
37 |
|
|
<head>
|
38 |
|
|
<title>UCNRS Data Registry Interactive Map</title>
|
39 |
4080
|
daigle
|
<link rel="stylesheet" href="<%=CONTEXT_URL%>/style/default.css" type="text/css">
|
40 |
3780
|
daigle
|
<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 |
4080
|
daigle
|
insertTemplateOpening("<%=CONTEXT_URL%>");
|
50 |
|
|
//insertSearchBox("<%=CONTEXT_URL%>");
|
51 |
3780
|
daigle
|
</script>
|
52 |
|
|
|
53 |
5861
|
leinfelder
|
<iframe scrolling="no" frameborder="0" width="780" height="420" src="<%=STYLE_COMMON_URL%>/spatial/map.jsp">
|
54 |
3780
|
daigle
|
You need iframe support to view the interactive map
|
55 |
|
|
</iframe>
|
56 |
|
|
|
57 |
|
|
<script language="JavaScript">
|
58 |
4080
|
daigle
|
insertTemplateClosing("<%=CONTEXT_URL%>");
|
59 |
3780
|
daigle
|
</script>
|
60 |
|
|
</body>
|
61 |
|
|
</html>
|