1 |
2942
|
jones
|
<%@ 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$'
|
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 |
|
|
%>
|
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 |
|
|
<head>
|
32 |
|
|
<title>KNP Data Repository</title>
|
33 |
|
|
<link rel="stylesheet" type="text/css"
|
34 |
|
|
href="@systemidserver@@style-skins-path@/knp/knp.css"></link>
|
35 |
|
|
</head>
|
36 |
|
|
|
37 |
|
|
<body>
|
38 |
|
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
39 |
|
|
<tr>
|
40 |
|
|
<td valign="middle" colspan="4" class="title">Kruger National Park Data Repository</td>
|
41 |
|
|
<td rowspan="3" width="20%" valign="top">
|
42 |
|
|
<div align="right"><img src="@systemidserver@@style-skins-path@/knp/knp-logo.jpg"></div>
|
43 |
|
|
</td>
|
44 |
|
|
</tr>
|
45 |
|
|
<tr>
|
46 |
|
|
<td class="spacerrow" valign="top" colspan="4"> </td>
|
47 |
|
|
</tr>
|
48 |
|
|
<tr>
|
49 |
|
|
<td valign="top" width="20%">
|
50 |
|
|
<p><a href="http://www.sanparks.org/" target="_top"> KNP Home</a></p>
|
51 |
|
|
</td>
|
52 |
|
|
<td valign="top" width="20%">
|
53 |
|
|
<p><a href="@systemidserver@@style-skins-path@/knp/" target="_top">Repository Home</a></p>
|
54 |
|
|
</td>
|
55 |
|
|
<!--
|
56 |
|
|
<td valign="top" width="20%">
|
57 |
|
|
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=knp" target="_top">Register New Dataset</a></p>
|
58 |
|
|
</td>
|
59 |
|
|
-->
|
60 |
|
|
<td valign="top" width="20%">
|
61 |
|
|
<p class="searchbox">
|
62 |
|
|
Search for Data<br />
|
63 |
|
|
<form method="POST" action="@servlet-path@" target="_top">
|
64 |
|
|
<%=SIMPLE_SEARCH_METACAT_POST_FIELDS%>
|
65 |
|
|
<input size="14" name="anyfield" type="text" value="">
|
66 |
|
|
<input name="qformat" value="knp" type="hidden">
|
67 |
|
|
</form>
|
68 |
|
|
</p>
|
69 |
|
|
</td>
|
70 |
|
|
</tr>
|
71 |
|
|
</table>
|
72 |
|
|
</body>
|
73 |
|
|
</html>
|