1 |
3381
|
barteau
|
<%@ page language="java" %>
|
2 |
2942
|
jones
|
<%
|
3 |
3381
|
barteau
|
/*
|
4 |
|
|
'$RCSfile$'
|
5 |
|
|
Copyright: 2003 Regents of the University of California and the
|
6 |
|
|
National Center for Ecological Analysis and Synthesis
|
7 |
|
|
'$Author$'
|
8 |
|
|
'$Date$'
|
9 |
|
|
'$Revision$'
|
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 |
2942
|
jones
|
%>
|
26 |
|
|
<%@ include file="../../common/common-settings.jsp"%>
|
27 |
|
|
<!--____________________________max_width____________________________________-->
|
28 |
|
|
|
29 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
30 |
|
|
<html>
|
31 |
3381
|
barteau
|
<head>
|
32 |
|
|
<title>SANParks - Kruger National Park Data Repository</title>
|
33 |
|
|
<link rel="stylesheet" type="text/css" href="knp.css"/>
|
34 |
|
|
</head>
|
35 |
|
|
|
36 |
3397
|
barteau
|
<body>
|
37 |
3381
|
barteau
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
38 |
|
|
<tr>
|
39 |
|
|
<td width="20%" rowspan="2">
|
40 |
|
|
<a href="http://www.sanparks.org/" target="_top"><img src="knp-logo.jpg"></a>
|
41 |
|
|
</td>
|
42 |
|
|
<td valign="middle" class="title">
|
43 |
|
|
SANParks - Kruger National Park Data Repository
|
44 |
|
|
</td>
|
45 |
|
|
</tr>
|
46 |
|
|
|
47 |
|
|
<tr>
|
48 |
|
|
<td valign="top">
|
49 |
|
|
Welcome to the Kruger National Park Data Repository. This is the primary source for
|
50 |
|
|
comprehensive information about scientific and research data sets collected
|
51 |
|
|
within the KNP.
|
52 |
|
|
</td>
|
53 |
|
|
</tr>
|
54 |
|
|
</table>
|
55 |
|
|
</body>
|
56 |
2942
|
jones
|
</html>
|