1
|
<%@ page language="java" %>
|
2
|
<%
|
3
|
/*
|
4
|
'$RCSfile$'
|
5
|
Copyright: 2003 Regents of the University of California and the
|
6
|
National Center for Ecological Analysis and Synthesis
|
7
|
'$Author: daigle $'
|
8
|
'$Date: 2008-07-06 21:25:34 -0700 (Sun, 06 Jul 2008) $'
|
9
|
'$Revision: 4080 $'
|
10
|
|
11
|
This program is free software; you can redistribute it and/or modify
|
12
|
it under the terms of the GNU General Public License as published by
|
13
|
the Free Software Foundation; either version 2 of the License, or
|
14
|
(at your option) any later version.
|
15
|
|
16
|
This program is distributed in the hope that it will be useful,
|
17
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
18
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
19
|
GNU General Public License for more details.
|
20
|
|
21
|
You should have received a copy of the GNU General Public License
|
22
|
along with this program; if not, write to the Free Software
|
23
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
24
|
*/
|
25
|
%>
|
26
|
<%@ include file="../../common/common-settings.jsp"%>
|
27
|
<%@ include file="../../common/configure-check.jsp"%>
|
28
|
<!--____________________________max_width____________________________________-->
|
29
|
|
30
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
31
|
<html>
|
32
|
<head>
|
33
|
<title>SANParks - Kruger National Park Data Repository</title>
|
34
|
<link rel="stylesheet" type="text/css" href="knp.css"/>
|
35
|
</head>
|
36
|
|
37
|
<body>
|
38
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
39
|
<tr>
|
40
|
<td width="20%" rowspan="2">
|
41
|
<a href="http://www.sanparks.org/" target="_top"><img src="knp-logo.jpg"></a>
|
42
|
</td>
|
43
|
<td valign="middle" class="title">
|
44
|
SANParks - Kruger National Park Data Repository
|
45
|
</td>
|
46
|
</tr>
|
47
|
|
48
|
<tr>
|
49
|
<td valign="top">
|
50
|
Welcome to the Kruger National Park Data Repository. This is the primary source for
|
51
|
comprehensive information about scientific and research data sets collected
|
52
|
within the KNP.
|
53
|
</td>
|
54
|
</tr>
|
55
|
</table>
|
56
|
</body>
|
57
|
</html>
|