1
|
<%@ page language="java" %>
|
2
|
<%
|
3
|
/**
|
4
|
* '$RCSfile$'
|
5
|
* Authors: Matt Jones
|
6
|
* Copyright: 2008 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: leinfelder $'
|
11
|
* '$Date: 2011-01-28 15:53:49 -0800 (Fri, 28 Jan 2011) $'
|
12
|
* '$Revision: 5861 $'
|
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>OBFS 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%>/obfs/obfs.css"></link>
|
42
|
<script language="JavaScript" type="text/JavaScript"
|
43
|
src="<%=STYLE_SKINS_URL%>/obfs/obfs.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="780" height="420" src="<%=STYLE_COMMON_URL%>/spatial/map.jsp">
|
54
|
You need iframe support
|
55
|
</iframe>
|
56
|
|
57
|
<p> </p>
|
58
|
<script language="JavaScript">
|
59
|
insertTemplateClosing("<%=CONTEXT_URL%>");
|
60
|
</script>
|
61
|
</body>
|
62
|
</html>
|