Project

General

Profile

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 4080 daigle
<%@ include file="../../common/configure-check.jsp"%>
28 2942 jones
<!--____________________________max_width____________________________________-->
29
30
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
31
<html>
32 3381 barteau
    <head>
33
        <title>SANParks - Kruger National Park Data Repository</title>
34
        <link rel="stylesheet" type="text/css" href="knp.css"/>
35
    </head>
36
37 3397 barteau
    <body>
38 3381 barteau
        <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 2942 jones
</html>