Project

General

Profile

1
  <!--
2
    '$RCSfile$'
3
    Copyright: 2003 Regents of the University of California and the
4
               National Center for Ecological Analysis and Synthesis
5
     '$Author: sgarg $'
6
       '$Date: 2005-08-03 10:36:21 -0700 (Wed, 03 Aug 2005) $'
7
   '$Revision: 2533 $'
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>ESA Data Registry</title>
29
  <link rel="stylesheet" type="text/css" 
30
        href="@systemidserver@@style-skins-path@/esa/esa.css"></link>
31
<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
        	submitFormObj.para.value = searchString;
50
        	submitFormObj.geographicDescription.value = searchString;
51
        	submitFormObj.literalLayout.value = searchString;
52
        	submitFormObj.operator.value="UNION";
53
        	var abs = document.getElementById("abstract");
54
        	abs.value=searchString;
55
	}
56
       	return true;
57
}
58
</script>
59
</head>
60

    
61
<body>
62
<table width="760" class="headertopmargin" border="0" cellspacing="0" cellpadding="0">
63
  <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
    <td valign="middle" colspan="4" class="title">Ecological Society of America Data Registry</td>
68
  </tr>
69
  <tr> 
70
    <td class="spacerrow" valign="top" colspan="4">&nbsp;</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
      <p><a href="@cgi-prefix@/register-dataset.cgi?cfg=esa" target="_top">Register a <br>New Data Set</a></p>
81
    </td>
82
    <td valign="top" width="20%"> 
83
<p class="searchbox">
84
Search for Data<br />
85
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
86
  <input value="INTERSECT" name="operator" type="hidden">   
87
  <input size="14" name="anyfield" type="text" value="">
88
  <!--<input name="organizationName" value="Ecological Society of America" type="hidden">-->
89
  <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
  <input type="hidden" name="para">
96
  <input type="hidden" value="literalLayout">
97
  <input type="hidden" name="geographicDescription">
98
  <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>
(6-6/8)