1 |
3780
|
daigle
|
<%@ page language="java" %>
|
2 |
|
|
<%
|
3 |
|
|
/**
|
4 |
|
|
* '$RCSfile$'
|
5 |
|
|
* Copyright: 2008 Regents of the University of California and the
|
6 |
|
|
* National Center for Ecological Analysis and Synthesis
|
7 |
|
|
* '$Author$'
|
8 |
|
|
* '$Date$'
|
9 |
|
|
* $Revision$'
|
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 |
|
|
|
27 |
|
|
<%@ include file="../../common/common-settings.jsp"%>
|
28 |
4080
|
daigle
|
<%@ include file="../../common/configure-check.jsp"%>
|
29 |
3780
|
daigle
|
|
30 |
|
|
|
31 |
|
|
<!--____________________________max_width____________________________________-->
|
32 |
|
|
|
33 |
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
34 |
|
|
<html>
|
35 |
|
|
<head>
|
36 |
|
|
<title>LTSS Data Registry</title>
|
37 |
|
|
<link rel="stylesheet" type="text/css"
|
38 |
|
|
href="<%=STYLE_SKINS_URL%>/ltss/ltss.css"></link>
|
39 |
|
|
</head>
|
40 |
|
|
|
41 |
|
|
<body>
|
42 |
|
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
43 |
|
|
<tr>
|
44 |
|
|
<td rowspan="3" width="20%" valign="top">
|
45 |
|
|
<div align="left"><img src="<%=STYLE_SKINS_URL%>/ltss/ltss-logo.gif"></div>
|
46 |
|
|
</td>
|
47 |
|
|
<td valign="middle" colspan="4" class="title">LTSS Data Registry</td>
|
48 |
|
|
</tr>
|
49 |
|
|
<tr>
|
50 |
|
|
<td class="spacerrow" valign="top" colspan="4"> </td>
|
51 |
|
|
</tr>
|
52 |
|
|
<tr>
|
53 |
|
|
<td valign="top" width="20%">
|
54 |
|
|
<p><a href="http://www.esa.org/longterm" target="_top"> LTSS Home</a></p>
|
55 |
|
|
</td>
|
56 |
|
|
<td valign="top" width="20%">
|
57 |
|
|
<p><a href="<%=STYLE_SKINS_URL%>/ltss/index.jsp" target="_top">Registry Home</a></p>
|
58 |
|
|
</td>
|
59 |
|
|
<td valign="top" width="20%">
|
60 |
|
|
<p><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=ltss"
|
61 |
|
|
target="_top">Register a <br>
|
62 |
|
|
New Data Set</a></p>
|
63 |
|
|
</td>
|
64 |
|
|
<td valign="top" width="20%">
|
65 |
|
|
<p class="searchbox">
|
66 |
|
|
Search for Data<br />
|
67 |
|
|
<form method="POST" action="<%=SERVLET_URL%>" target="_top">
|
68 |
|
|
<input value="INTERSECT" name="operator" type="hidden">
|
69 |
|
|
<input size="14" name="anyfield" type="text" value="">
|
70 |
|
|
<!-- <input name="organizationName" value="Long-term Studies Section" type="hidden">-->
|
71 |
|
|
<input name="action" value="query" type="hidden">
|
72 |
|
|
<input name="qformat" value="ltss" type="hidden">
|
73 |
|
|
<input name="enableediting" value="true" type="hidden">
|
74 |
|
|
<input name="operator" value="UNION" type="hidden">
|
75 |
|
|
<input name="returnfield" value="originator/individualName/surName" type="hidden">
|
76 |
|
|
<input name="returnfield" value="originator/individualName/givenName" type="hidden">
|
77 |
|
|
<input name="returnfield" value="creator/individualName/surName" type="hidden">
|
78 |
|
|
<input name="returnfield" value="creator/individualName/givenName" type="hidden">
|
79 |
|
|
<input name="returnfield" value="originator/organizationName" type="hidden">
|
80 |
|
|
<input name="returnfield" value="creator/organizationName" type="hidden">
|
81 |
|
|
<input name="returnfield" value="dataset/title" type="hidden">
|
82 |
|
|
<input name="returnfield" value="keyword" type="hidden">
|
83 |
5710
|
leinfelder
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.1" type="hidden">
|
84 |
4505
|
daigle
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.0" type="hidden">
|
85 |
3780
|
daigle
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
|
86 |
|
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
|
87 |
|
|
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
|
88 |
|
|
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
|
89 |
|
|
<input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
|
90 |
|
|
<input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
|
91 |
|
|
<!-- <input value="Start Search" type="submit"> -->
|
92 |
|
|
</form>
|
93 |
|
|
</p>
|
94 |
|
|
</td>
|
95 |
|
|
</tr>
|
96 |
|
|
</table>
|
97 |
|
|
</body>
|
98 |
|
|
</html>
|