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-10-03 08:42:44 -0700 (Wed, 03 Oct 2007) $'
9
	 '$Revision: 3487 $'
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
<!--____________________________max_width____________________________________-->
27

    
28
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
29
<html>
30
<head>
31
<title>SANParks - South African National Park Data Repository</title>
32
<link rel="stylesheet" type="text/css" href="sanparks.css" />
33
</head>
34

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