1 |
2258
|
jones
|
<!--
|
2 |
|
|
'$RCSfile$'
|
3 |
|
|
Copyright: 2003 Regents of the University of California and the
|
4 |
|
|
National Center for Ecological Analysis and Synthesis
|
5 |
|
|
'$Author$'
|
6 |
|
|
'$Date$'
|
7 |
|
|
'$Revision$'
|
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 |
2407
|
sgarg
|
<title>ESA Data Registry</title>
|
29 |
2258
|
jones
|
<link rel="stylesheet" type="text/css"
|
30 |
|
|
href="@systemidserver@@style-skins-path@/esa/esa.css"></link>
|
31 |
2527
|
sgarg
|
<script language="Javascript">
|
32 |
|
|
function trim(stringToTrim) {
|
33 |
|
|
return stringToTrim.replace(/^\s*/, '').replace(/\s*$/,'');
|
34 |
|
|
}
|
35 |
|
|
function checkSearch(submitFormObj) {
|
36 |
|
|
var searchString = trim(submitFormObj.elements["anyfield"].value);
|
37 |
|
|
|
38 |
|
|
if (searchString=="") {
|
39 |
|
|
searchString="%";
|
40 |
|
|
}
|
41 |
|
|
|
42 |
|
|
if(searchString != "%"){
|
43 |
|
|
submitFormObj.anyfield.value = "";
|
44 |
|
|
submitFormObj.title.value = searchString;
|
45 |
|
|
submitFormObj.surName.value = searchString;
|
46 |
|
|
submitFormObj.givenName.value = searchString;
|
47 |
|
|
submitFormObj.keyword.value = searchString;
|
48 |
|
|
submitFormObj.organizationName.value = searchString;
|
49 |
2533
|
sgarg
|
submitFormObj.para.value = searchString;
|
50 |
|
|
submitFormObj.geographicDescription.value = searchString;
|
51 |
|
|
submitFormObj.literalLayout.value = searchString;
|
52 |
2527
|
sgarg
|
submitFormObj.operator.value="UNION";
|
53 |
|
|
var abs = document.getElementById("abstract");
|
54 |
|
|
abs.value=searchString;
|
55 |
|
|
}
|
56 |
|
|
return true;
|
57 |
|
|
}
|
58 |
|
|
</script>
|
59 |
2258
|
jones
|
</head>
|
60 |
|
|
|
61 |
|
|
<body>
|
62 |
2407
|
sgarg
|
<table width="760" class="headertopmargin" border="0" cellspacing="0" cellpadding="0">
|
63 |
2258
|
jones
|
<tr>
|
64 |
|
|
<td rowspan="3" width="20%" valign="top">
|
65 |
|
|
<div align="left"><img src="@systemidserver@@style-skins-path@/esa/esa-logo.gif"></div>
|
66 |
|
|
</td>
|
67 |
2407
|
sgarg
|
<td valign="middle" colspan="4" class="title">Ecological Society of America Data Registry</td>
|
68 |
2258
|
jones
|
</tr>
|
69 |
|
|
<tr>
|
70 |
|
|
<td class="spacerrow" valign="top" colspan="4"> </td>
|
71 |
|
|
</tr>
|
72 |
|
|
<tr>
|
73 |
|
|
<td valign="top" width="20%">
|
74 |
|
|
<p><a href="http://www.esa.org" target="_top"> ESA Home</a></p>
|
75 |
|
|
</td>
|
76 |
|
|
<td valign="top" width="20%">
|
77 |
|
|
<p><a href="@systemidserver@@style-skins-path@/esa/index.html" target="_top">Registry Home</a></p>
|
78 |
|
|
</td>
|
79 |
|
|
<td valign="top" width="20%">
|
80 |
2407
|
sgarg
|
<p><a href="@cgi-prefix@/register-dataset.cgi?cfg=esa" target="_top">Register a <br>New Data Set</a></p>
|
81 |
2258
|
jones
|
</td>
|
82 |
|
|
<td valign="top" width="20%">
|
83 |
|
|
<p class="searchbox">
|
84 |
|
|
Search for Data<br />
|
85 |
2527
|
sgarg
|
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
|
86 |
2258
|
jones
|
<input value="INTERSECT" name="operator" type="hidden">
|
87 |
|
|
<input size="14" name="anyfield" type="text" value="">
|
88 |
2287
|
jones
|
<!--<input name="organizationName" value="Ecological Society of America" type="hidden">-->
|
89 |
2527
|
sgarg
|
<input type="hidden" name="organizationName">
|
90 |
|
|
<input type="hidden" name="surName">
|
91 |
|
|
<input type="hidden" name="givenName">
|
92 |
|
|
<input type="hidden" name="keyword">
|
93 |
|
|
<input type="hidden" name="title">
|
94 |
|
|
<input type="hidden" name="abstract/para" id="abstract">
|
95 |
2533
|
sgarg
|
<input type="hidden" name="para">
|
96 |
|
|
<input type="hidden" value="literalLayout">
|
97 |
|
|
<input type="hidden" name="geographicDescription">
|
98 |
2258
|
jones
|
<input name="action" value="query" type="hidden">
|
99 |
|
|
<input name="qformat" value="esa" type="hidden">
|
100 |
|
|
<input name="enableediting" value="true" type="hidden">
|
101 |
|
|
<input name="returnfield" value="originator/individualName/surName" type="hidden">
|
102 |
|
|
<input name="returnfield" value="originator/individualName/givenName" type="hidden">
|
103 |
|
|
<input name="returnfield" value="creator/individualName/surName" type="hidden">
|
104 |
|
|
<input name="returnfield" value="creator/individualName/givenName" type="hidden">
|
105 |
|
|
<input name="returnfield" value="originator/organizationName" type="hidden">
|
106 |
|
|
<input name="returnfield" value="creator/organizationName" type="hidden">
|
107 |
|
|
<input name="returnfield" value="dataset/title" type="hidden">
|
108 |
|
|
<input name="returnfield" value="keyword" type="hidden">
|
109 |
|
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
|
110 |
|
|
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
|
111 |
|
|
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
|
112 |
|
|
<input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
|
113 |
|
|
<input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
|
114 |
|
|
<input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
|
115 |
|
|
<!-- <input value="Start Search" type="submit"> -->
|
116 |
|
|
</form>
|
117 |
|
|
</p>
|
118 |
|
|
</td>
|
119 |
|
|
</tr>
|
120 |
|
|
</table>
|
121 |
|
|
</body>
|
122 |
|
|
</html>
|