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-12-06 19:44:02 -0800 (Thu, 06 Dec 2007) $'
|
9
|
'$Revision: 3640 $'
|
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>SAEON - South African Environmental Observation Network
|
32
|
Repository</title>
|
33
|
<link rel="stylesheet" type="text/css" href="saeon.css" />
|
34
|
</head>
|
35
|
|
36
|
<body
|
37
|
style="background-image: url('images/bg.png'); background-repeat: repeat-x;"
|
38
|
class="section-front-page" dir="ltr">
|
39
|
|
40
|
<table align="center" width="100%" cellpadding="0" cellspacing="0">
|
41
|
<tr>
|
42
|
<td background="images/banner_background_left.jpg"> </td>
|
43
|
<td height="255" width="760"
|
44
|
style="background-image: url('images/logo.jpg'); background-position: top center; background-repeat: no-repeat;">
|
45
|
</td>
|
46
|
<td background="images/banner_background_right.jpg"> </td>
|
47
|
</tr>
|
48
|
</table>
|
49
|
<div id="visual-portal-wrapper">
|
50
|
|
51
|
<div id="portal-top">
|
52
|
|
53
|
<div id="portal-header">
|
54
|
<a class="hiddenStructure" accesskey="2"
|
55
|
href="http://www.saeon.ac.za//#documentContent">Skip to content.</a>
|
56
|
<a class="hiddenStructure" accesskey="6"
|
57
|
href="http://www.saeon.ac.za//#portlet-navigation-tree">Skip to navigation</a>
|
58
|
|
59
|
<div id="portal-skinswitcher"></div>
|
60
|
<h5 class="hiddenStructure">Sections</h5>
|
61
|
|
62
|
<ul id="portal-globalnav">
|
63
|
<li class="plain">
|
64
|
<a href="./"
|
65
|
target="_top"
|
66
|
style="background-color: White; font-weight: normal"
|
67
|
title="SAEON">SAEON</a></li>
|
68
|
<li class="plain">
|
69
|
<a href="./"
|
70
|
target="_top"
|
71
|
style="background-color: White; font-weight: normal"
|
72
|
title="Data Repository">Repository</a></li>
|
73
|
<li class="plain">
|
74
|
<a href="@cgi-prefix@/ldapweb.cgi"
|
75
|
target="_top"
|
76
|
style="background-color: White; font-weight: normal"
|
77
|
title="Register">Register</a></li>
|
78
|
|
79
|
|
80
|
</ul>
|
81
|
</div>
|
82
|
|
83
|
<h5 class="hiddenStructure">Personal tools</h5>
|
84
|
<ul id="portal-personaltools">
|
85
|
<li><a href="./login.jsp"> Log in </a></li>
|
86
|
<li><a href="@cgi-prefix@/ldapweb.cgi"> Join </a></li>
|
87
|
</ul>
|
88
|
|
89
|
</body>
|
90
|
</html>
|