Revision 3414
Added by ben leinfelder over 17 years ago
header.jsp | ||
---|---|---|
1 |
<%@ page language="java" %>
|
|
1 |
<%@ page language="java"%> |
|
2 | 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 |
*/ |
|
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 | 25 |
%> |
26 | 26 |
<%@ include file="../../common/common-settings.jsp"%> |
27 | 27 |
<!--____________________________max_width____________________________________--> |
28 | 28 |
|
29 | 29 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
30 | 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="760" border="0" cellspacing="0" cellpadding="0"> |
|
38 |
<tr> |
|
39 |
<td width="20%" rowspan="2"> |
|
40 |
<a href="http://www.sanparks.org/" target="_top"><img src="knp-logo.jpg"></a> |
|
41 |
</td> |
|
42 |
<td valign="middle" class="title"> |
|
43 |
SANParks - Kruger National Park Data Repository |
|
44 |
</td> |
|
45 |
</tr> |
|
46 |
|
|
47 |
<tr> |
|
48 |
<td valign="top"> |
|
49 |
Welcome to the South African National Park Data Repository. This is the primary source for |
|
50 |
comprehensive information about scientific and research data sets collected |
|
51 |
within SANParks. |
|
52 |
</td> |
|
53 |
</tr> |
|
54 |
</table> |
|
55 |
</body> |
|
56 |
</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"> |
|
47 |
<span |
|
48 |
style="font-weight: bold; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 1.6em; color: #124326;"> |
|
49 |
SANParks - South African National Park Data Repository </span> |
|
50 |
</td> |
|
51 |
</tr> |
|
52 |
<tr valign="bottom" height="20" bgcolor="#124325"> |
|
53 |
<td nowrap="nowrap"><a href="" class="headermenu">Repository |
|
54 |
Home</a></td> |
|
55 |
<td nowrap="nowrap"><a href="" class="headermenu">Register |
|
56 |
Data</a></td> |
|
57 |
</tr> |
|
58 |
</table> |
|
59 |
</td> |
|
60 |
<td valign="bottom" align="right"><img src='images/lilies.jpg' alt='' /></td> |
|
61 |
</tr> |
|
62 |
</table> |
|
63 |
here |
|
64 |
</body> |
|
65 |
</html> |
Also available in: Unified diff
save point with sanparks L+F.
first pass.