1 |
3414
|
leinfelder
|
<%@ page language="java"%>
|
2 |
3404
|
leinfelder
|
<%
|
3 |
3414
|
leinfelder
|
/*
|
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 |
3404
|
leinfelder
|
%>
|
26 |
|
|
<!--____________________________max_width____________________________________-->
|
27 |
3739
|
leinfelder
|
<%@ include file="settings.jsp"%>
|
28 |
3404
|
leinfelder
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
29 |
|
|
<html>
|
30 |
3414
|
leinfelder
|
<head>
|
31 |
|
|
<title>SANParks - South African National Park Data Repository</title>
|
32 |
3780
|
daigle
|
<link rel="stylesheet" type="text/css" href="<%=STYLE_SKINS_URL%>/sanparks/sanparks.css"/>
|
33 |
3414
|
leinfelder
|
</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 |
3487
|
leinfelder
|
<td style="background: #124325;"><a href="http://www.SANParks.org/" title="SANParks.org Home"><img
|
40 |
3780
|
daigle
|
border="0" src="<%=STYLE_SKINS_URL%>/sanparks/images/logofade.jpg" alt="SANParks.org Home" /></a>
|
41 |
3414
|
leinfelder
|
</td>
|
42 |
|
|
<td align="center" nowrap="nowrap" width="100%">
|
43 |
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
44 |
|
|
<tr height="92">
|
45 |
4948
|
daigle
|
<td colspan="3" nowrap="nowrap">
|
46 |
3415
|
leinfelder
|
<span class="headertitle">
|
47 |
|
|
SANParks
|
48 |
|
|
<br/>
|
49 |
|
|
South African National Park Data Repository
|
50 |
|
|
</span>
|
51 |
3414
|
leinfelder
|
</td>
|
52 |
|
|
</tr>
|
53 |
|
|
<tr valign="bottom" height="20" bgcolor="#124325">
|
54 |
3424
|
leinfelder
|
<td nowrap="nowrap">
|
55 |
|
|
<a href="./" target="_top" class="headermenu">Repository Home</a>
|
56 |
|
|
</td>
|
57 |
|
|
<td nowrap="nowrap">
|
58 |
3780
|
daigle
|
<a href="<%=CGI_URL%>/register-dataset.cgi?cfg=sanparks" target="_top" class="headermenu">Register Data</a>
|
59 |
3424
|
leinfelder
|
</td>
|
60 |
4948
|
daigle
|
<td nowrap="nowrap">
|
61 |
4966
|
daigle
|
<a href="searchWorkflowRun.jsp" target="_top" class="headermenu">TPC Status</a>
|
62 |
4948
|
daigle
|
</td>
|
63 |
|
|
<td nowrap="nowrap">
|
64 |
4966
|
daigle
|
<a href="searchWorkflow.jsp" target="_top" class="headermenu">TPC Workflows</a>
|
65 |
4948
|
daigle
|
</td>
|
66 |
3414
|
leinfelder
|
</tr>
|
67 |
|
|
</table>
|
68 |
|
|
</td>
|
69 |
3445
|
leinfelder
|
<td valign="bottom" align="right">
|
70 |
3780
|
daigle
|
<img src='<%=STYLE_SKINS_URL%>/sanparks/images/giraffe.jpg' alt='Giraffe' />
|
71 |
3445
|
leinfelder
|
</td>
|
72 |
3414
|
leinfelder
|
</tr>
|
73 |
|
|
</table>
|
74 |
|
|
</body>
|
75 |
|
|
</html>
|