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: daigle $'
|
8
|
'$Date: 2009-07-01 10:27:36 -0700 (Wed, 01 Jul 2009) $'
|
9
|
'$Revision: 4966 $'
|
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
|
<%@ include file="settings.jsp"%>
|
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="<%=STYLE_SKINS_URL%>/sanparks/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="<%=STYLE_SKINS_URL%>/sanparks/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="3" 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="<%=CGI_URL%>/register-dataset.cgi?cfg=sanparks" target="_top" class="headermenu">Register Data</a>
|
59
|
</td>
|
60
|
<td nowrap="nowrap">
|
61
|
<a href="searchWorkflowRun.jsp" target="_top" class="headermenu">TPC Status</a>
|
62
|
</td>
|
63
|
<td nowrap="nowrap">
|
64
|
<a href="searchWorkflow.jsp" target="_top" class="headermenu">TPC Workflows</a>
|
65
|
</td>
|
66
|
</tr>
|
67
|
</table>
|
68
|
</td>
|
69
|
<td valign="bottom" align="right">
|
70
|
<img src='<%=STYLE_SKINS_URL%>/sanparks/images/giraffe.jpg' alt='Giraffe' />
|
71
|
</td>
|
72
|
</tr>
|
73
|
</table>
|
74
|
</body>
|
75
|
</html>
|