Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
 * 
5
 * '$RCSfile$'
6
 * Copyright: 2008 Regents of the University of California and the
7
 *             National Center for Ecological Analysis and Synthesis
8
 *    '$Author: leinfelder $'
9
 *      '$Date: 2008-09-22 15:26:48 -0700 (Mon, 22 Sep 2008) $'
10
 * '$Revision: 4365 $'
11
 * 
12
 * This program is free software; you can redistribute it and/or modify
13
 * it under the terms of the GNU General Public License as published by
14
 * the Free Software Foundation; either version 2 of the License, or
15
 * (at your option) any later version.
16
 * 
17
 * This program is distributed in the hope that it will be useful,
18
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20
 * GNU General Public License for more details.
21
     
22
 * You should have received a copy of the GNU General Public License
23
 * along with this program; if not, write to the Free Software
24
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
 */  
26
%>
27

    
28
<%@ include file="../../common/common-settings.jsp"%>
29
<%@ include file="../../common/configure-check.jsp"%>
30

    
31
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
32
<html>
33
<head>
34
<title>FIRST Data Repository</title>
35
<link rel="stylesheet" type="text/css"
36
	href="<%=STYLE_SKINS_URL%>/first/first.css"></link>
37
</head>
38

    
39
<body>
40
<table width="760" border="0" cellspacing="0" cellpadding="0">
41
	<tr valign="top">
42
		<td>
43
			<img src="<%=STYLE_SKINS_URL%>/first/images/first2banner.jpg">
44
		</td>
45
		<td>
46
			<table>
47
				<tr>
48
					<td colspan="2" class="title">FIRST Data Repository</td>
49
				</tr>
50
				<tr>
51
					<td valign="top">
52
						<p><a href="http://www.first2.org" target=_top">FIRST Home</a></p>
53
					</td>
54
					<td valign="top">
55
						<p><a href="index.jsp" target="_top">Repository Home</a></p>
56
					</td>
57
					<td valign="top">
58
						<p><a href="about.jsp"
59
						target="_top">About</a></p>
60
					</td>
61
				</tr>
62
			</table>
63
		</td>	
64
	</tr>
65
</table>		
66
</body>
67
</html>
(11-11/13)