1
|
<!--
|
2
|
'$RCSfile$'
|
3
|
Copyright: 2003 Regents of the University of California and the
|
4
|
National Center for Ecological Analysis and Synthesis
|
5
|
'$Author: walbridge $'
|
6
|
'$Date: 2007-09-25 15:53:57 -0700 (Tue, 25 Sep 2007) $'
|
7
|
'$Revision: 3469 $'
|
8
|
|
9
|
This program is free software; you can redistribute it and/or modify
|
10
|
it under the terms of the GNU General Public License as published by
|
11
|
the Free Software Foundation; either version 2 of the License, or
|
12
|
(at your option) any later version.
|
13
|
|
14
|
This program is distributed in the hope that it will be useful,
|
15
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
16
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
17
|
GNU General Public License for more details.
|
18
|
|
19
|
You should have received a copy of the GNU General Public License
|
20
|
along with this program; if not, write to the Free Software
|
21
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
22
|
-->
|
23
|
<!--____________________________max_width____________________________________-->
|
24
|
|
25
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
26
|
<html>
|
27
|
<head>
|
28
|
<title>NCEAS Data Repository</title>
|
29
|
<link rel="stylesheet" type="text/css"
|
30
|
href="@systemidserver@@style-skins-path@/nceas/nceas.css"></link>
|
31
|
<script type="text/javascript"
|
32
|
href="@systemidserver@@style-skins-path@/nceas/search.js"></script>
|
33
|
</head>
|
34
|
|
35
|
<body>
|
36
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
37
|
<tr>
|
38
|
<td rowspan="3" width="20%" valign="top">
|
39
|
<div align="left"><img src="@systemidserver@@style-skins-path@/nceas/nceas-logo.png"></div>
|
40
|
</td>
|
41
|
<td valign="middle" colspan="4" class="title">NCEAS Data Repository</td>
|
42
|
</tr>
|
43
|
<tr>
|
44
|
<td class="spacerrow" valign="top" colspan="4"> </td>
|
45
|
</tr>
|
46
|
<tr>
|
47
|
<td valign="top" width="20%">
|
48
|
<p><a href="http://www.nceas.ucsb.edu" target=_top"> NCEAS Home</a></p>
|
49
|
</td>
|
50
|
<td valign="top" width="20%">
|
51
|
<p><a href="http://data.nceas.ucsb.edu" target="_top">Repository Home</a></p>
|
52
|
</td>
|
53
|
<td valign="top" width="20%">
|
54
|
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=nceas" target="_top">Register a <br>New Data Set</a></p>
|
55
|
</td>
|
56
|
<td valign="top" width="20%">
|
57
|
<!--
|
58
|
<p>
|
59
|
<a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=National%20Center%20for%20Ecological%20Analysis%20and%20Synthesis&qformat=nceas&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" target="_top">Search for Data</a></p>
|
60
|
-->
|
61
|
<p class="searchbox">
|
62
|
Search for Data<br />
|
63
|
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
|
64
|
<input value="INTERSECT" name="operator" type="hidden">
|
65
|
<input size="14" name="searchstring" type="text" value="">
|
66
|
<input name="query" type="hidden"/>
|
67
|
<input name="qformat" value="nceas" type="hidden">
|
68
|
<input name="enableediting" value="true" type="hidden">
|
69
|
<input type="hidden" name="action" value="squery">
|
70
|
<!-- <input value="Start Search" type="submit"> -->
|
71
|
</form>
|
72
|
</p>
|
73
|
</td>
|
74
|
</tr>
|
75
|
</table>
|
76
|
</body>
|
77
|
</html>
|