Project

General

Profile

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: leinfelder $'
8
	 '$Date: 2007-09-11 17:20:33 -0700 (Tue, 11 Sep 2007) $'
9
	 '$Revision: 3424 $'
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>SANParks - South African National Park Data Repository</title>
33
<link rel="stylesheet" type="text/css" href="sanparks.css" />
34
</head>
35

    
36
<body>
37
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" align="center">
38
	<!-- Header -->
39
	<tr style="background: #7BB865;">
40
		<td><a href="http://www.SANParks.org/" title="SANParks.org Home"><img
41
			border="0" src="images/logofade.jpg" alt="SANParks.org Home" /></a>
42
		</td>
43
		<td align="center" nowrap="nowrap" width="100%">
44
			<table width="100%" border="0" cellspacing="0" cellpadding="0">
45
				<tr height="92">
46
					<td colspan="2" nowrap="nowrap">
47
						<span class="headertitle">
48
							SANParks
49
							<br/>
50
							South African National Park Data Repository
51
						</span>
52
					</td>
53
				</tr>
54
				<tr valign="bottom" height="20" bgcolor="#124325">
55
					<td nowrap="nowrap">
56
						<a href="./" target="_top" class="headermenu">Repository Home</a>
57
					</td>
58
					<td nowrap="nowrap">
59
						<a href="LINK HERE" class="headermenu">Register Data</a>
60
					</td>
61
				</tr>
62
			</table>
63
		</td>
64
		<td valign="bottom" align="right"><img src='images/lilies.jpg' alt='' /></td>
65
	</tr>
66
</table>
67
</body>
68
</html>
(7-7/16)