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-08-13 15:09:01 -0700 (Wed, 13 Aug 2008) $'
10
 * '$Revision: 4235 $'
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="100%" height="145" border="0" cellspacing="0" cellpadding="0" background="<%=STYLE_SKINS_URL%>/first/images/bkgrndgradient.gif">
41
	<tr valign="top" align="center">
42
		<td width="75%" colspan="3">
43
			<p class="intro">
44
			This repository is an effort of the <a target="_top" href="http://www.nceas.ucsb.edu">National Center for Ecological
45
			Analysis and Synthesis (NCEAS)</a> and is based on software developed by
46
			the <a target="_top" href="http://knb.ecoinformatics.org">Knowledge Network for
47
			Biocomplexity (KNB)</a>.
48
			<br/> 
49
			Supported by the National Science Foundation under award 0618501.</p>
50
		</td>	
51
	</tr>
52
	<tr align="center" valign="top">
53
		<td>
54
			<img src="<%=STYLE_SKINS_URL%>/first/images/nceas.jpg" border="1"/>
55
		</td>
56
		<td>
57
			<img src="<%=STYLE_SKINS_URL%>/first/images/msu_green.gif"/>
58
		</td>
59
		<td>
60
			<img src="<%=STYLE_SKINS_URL%>/first/images/nsf.jpg" border="1"/>
61
		</td>
62
	</tr>
63
</table>		
64
</body>
65
</html>
(13-13/21)