1
|
<%@ page language="java" %>
|
2
|
<%
|
3
|
/*
|
4
|
* '$RCSfile$'
|
5
|
* Copyright: 2006 Regents of the University of California and the
|
6
|
* National Center for Ecological Analysis and Synthesis
|
7
|
*
|
8
|
* '$Author: barteau $'
|
9
|
* '$Date: 2007-07-25 15:39:15 -0700 (Wed, 25 Jul 2007) $'
|
10
|
* '$Revision: 3324 $'
|
11
|
*
|
12
|
* This program is free software; you can redistribute it and/or modify
|
13
|
* it under the terms of the GNU General Public License as published by
|
14
|
* the Free Software Foundation; either version 2 of the License, or
|
15
|
* (at your option) any later version.
|
16
|
*
|
17
|
* This program is distributed in the hope that it will be useful,
|
18
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
19
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
20
|
* GNU General Public License for more details.
|
21
|
*
|
22
|
* You should have received a copy of the GNU General Public License
|
23
|
* along with this program; if not, write to the Free Software
|
24
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
25
|
*/
|
26
|
%>
|
27
|
<%@ include file="../../common/common-settings.jsp"%>
|
28
|
|
29
|
<%
|
30
|
String mapUrl = "@systemidserver@/@context@/style/skins/knp/spatial/pma.html";
|
31
|
%>
|
32
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
33
|
<html>
|
34
|
<head>
|
35
|
<title>KNP Data Repository</title>
|
36
|
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
|
37
|
<link rel="stylesheet" type="text/css"
|
38
|
href="@systemidserver@@style-skins-path@/knp/knp.css"></link>
|
39
|
<script language="JavaScript" type="text/JavaScript"
|
40
|
src="@systemidserver@@style-skins-path@/knp/knp.js"></script>
|
41
|
<script language="JavaScript" type="text/JavaScript"
|
42
|
src="@systemidserver@@style-common-path@/branding.js"></script>
|
43
|
</head>
|
44
|
<body>
|
45
|
<script language="JavaScript">
|
46
|
|
47
|
function getMapFrame() {
|
48
|
return document.getElementById('mapFrame');
|
49
|
}
|
50
|
insertTemplateOpening();
|
51
|
insertSearchBox();
|
52
|
</script>
|
53
|
|
54
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
55
|
<tr><td colspan="1" style="padding-right:60px">
|
56
|
<p>
|
57
|
Welcome to the Kruger National Park Data Repository. This is the primary source for
|
58
|
comprehensive information about scientific and research data sets collected
|
59
|
within the KNP.
|
60
|
</p>
|
61
|
<p> </p>
|
62
|
<p><b>Repository Tools</b></p>
|
63
|
<p>
|
64
|
<menu>
|
65
|
<script type="text/javascript">
|
66
|
insertLoginBox();
|
67
|
</script>
|
68
|
</menu>
|
69
|
</p>
|
70
|
</td>
|
71
|
<td class="mapColumn" rowspan="2" style="vertical-align:top">
|
72
|
<iframe src="<%=mapUrl%>" class="mapFrame"
|
73
|
id="mapFrame" name="mapFrame" marginheight="0" marginwidth="0" border="0"
|
74
|
framespacing="0" hspace="0" vspace="0" frameborder="0" scrolling="no">
|
75
|
Your browser does not support the iframe tag.
|
76
|
<a href="<%=mapUrl%>" target="_blank">
|
77
|
This content</a> should have been displayed at this location
|
78
|
</iframe>
|
79
|
</td></tr>
|
80
|
<tr><td>
|
81
|
<p>
|
82
|
This project is a cooperative effort of <a
|
83
|
href="http://www.sanparks.org/">Kruger National Park (KNP)</a>
|
84
|
and the <a href="http://www.nceas.ucsb.edu">National
|
85
|
Center for Ecological Analysis and Synthesis (NCEAS)</a>.
|
86
|
The Data Repository is based on software developed by
|
87
|
the <a href="http://knb.ecoinformatics.org">Knowledge Network for
|
88
|
Biocomplexity (KNB)</a>, and houses metadata that are compliant with <a
|
89
|
href="http://knb.ecoinformatics.org/software/eml/">Ecological Metadata
|
90
|
Language (EML)</a>. <!-- Consequently, data registered in this repository
|
91
|
also are accessible from the larger collection of data found in the
|
92
|
<a href="http://knb.ecoinformatics.org">KNB repository</a>. -->
|
93
|
Other sites contributing to the KNB repository include:
|
94
|
<ul>
|
95
|
<li><a href="http://knb.ecoinformatics.org/knb/obfs">Organization of
|
96
|
Biological Field Stations registry</a> </li>
|
97
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nrs">UC
|
98
|
Natural Reserve System registry</a> </li>
|
99
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/nceas">NCEAS
|
100
|
registry</a> </li>
|
101
|
<li><a href="http://knb.ecoinformatics.org/knb/style/skins/specnet">
|
102
|
SpecNet registry</a> </li>
|
103
|
</ul>
|
104
|
</p>
|
105
|
</td></tr>
|
106
|
</table>
|
107
|
<p> </p>
|
108
|
<script language="JavaScript">
|
109
|
insertTemplateClosing();
|
110
|
</script>
|
111
|
</tr>
|
112
|
</table>
|
113
|
|
114
|
</body>
|
115
|
</html>
|