1 |
3510
|
leinfelder
|
|
2 |
|
|
<!--
|
3 |
|
|
'$RCSfile$'
|
4 |
|
|
Copyright: 2003 Regents of the University of California and the
|
5 |
|
|
National Center for Ecological Analysis and Synthesis
|
6 |
|
|
'$Author$'
|
7 |
|
|
'$Date$'
|
8 |
|
|
'$Revision$'
|
9 |
|
|
|
10 |
|
|
This program is free software; you can redistribute it and/or modify
|
11 |
|
|
it under the terms of the GNU General Public License as published by
|
12 |
|
|
the Free Software Foundation; either version 2 of the License, or
|
13 |
|
|
(at your option) any later version.
|
14 |
|
|
|
15 |
|
|
This program is distributed in the hope that it will be useful,
|
16 |
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17 |
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
18 |
|
|
GNU General Public License for more details.
|
19 |
|
|
|
20 |
|
|
You should have received a copy of the GNU General Public License
|
21 |
|
|
along with this program; if not, write to the Free Software
|
22 |
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
23 |
|
|
-->
|
24 |
|
|
<!--____________________________max_width____________________________________-->
|
25 |
|
|
|
26 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
27 |
|
|
<html>
|
28 |
|
|
<head>
|
29 |
|
|
<title>FIRST Data Repository</title>
|
30 |
|
|
<link rel="stylesheet" type="text/css"
|
31 |
|
|
href="@systemidserver@@style-skins-path@/first/first.css"></link>
|
32 |
|
|
</head>
|
33 |
|
|
|
34 |
|
|
<body>
|
35 |
|
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
36 |
|
|
<tr valign="top">
|
37 |
|
|
<td>
|
38 |
|
|
<img src="@systemidserver@@style-skins-path@/first/images/first2banner.jpg">
|
39 |
|
|
</td>
|
40 |
|
|
<td>
|
41 |
|
|
<table>
|
42 |
|
|
<tr>
|
43 |
|
|
<td colspan="2" class="title">FIRST Data Repository</td>
|
44 |
|
|
</tr>
|
45 |
|
|
<tr>
|
46 |
|
|
<td valign="top">
|
47 |
|
|
<p><a href="http://www.first2.org" target=_top">FIRST Home</a></p>
|
48 |
|
|
</td>
|
49 |
|
|
<td valign="top">
|
50 |
|
|
<p><a href="index.html" target="_top">Repository Home</a></p>
|
51 |
|
|
</td>
|
52 |
|
|
<!--
|
53 |
|
|
<td valign="top">
|
54 |
|
|
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=first"
|
55 |
|
|
target="_top">Register a New Data Set</a></p>
|
56 |
|
|
</td>
|
57 |
|
|
-->
|
58 |
|
|
</tr>
|
59 |
|
|
</table>
|
60 |
|
|
</td>
|
61 |
|
|
</tr>
|
62 |
|
|
</table>
|
63 |
|
|
</body>
|
64 |
|
|
</html>
|