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-07-26 11:10:45 -0700 (Tue, 26 Jul 2005) $'
7
   '$Revision: 2527 $'
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.title.value = searchString;
49
        	submitFormObj.organizationName.value = searchString;
50
        	submitFormObj.operator.value="UNION";
51
        	var abs = document.getElementById("abstract");
52
        	abs.value=searchString;
53
	}
54
       	return true;
55
}
56
</script>
57
</head>
58

    
59
<body>
60
<table width="760" class="headertopmargin" border="0" cellspacing="0" cellpadding="0">
61
  <tr> 
62
    <td rowspan="3" width="20%" valign="top"> 
63
      <div align="left"><img src="@systemidserver@@style-skins-path@/esa/esa-logo.gif"></div>
64
    </td>
65
    <td valign="middle" colspan="4" class="title">Ecological Society of America Data Registry</td>
66
  </tr>
67
  <tr> 
68
    <td class="spacerrow" valign="top" colspan="4">&nbsp;</td>
69
  </tr>
70
  <tr> 
71
    <td valign="top" width="20%"> 
72
      <p><a href="http://www.esa.org" target="_top"> ESA Home</a></p>
73
    </td>
74
    <td valign="top" width="20%"> 
75
      <p><a href="@systemidserver@@style-skins-path@/esa/index.html" target="_top">Registry Home</a></p>
76
    </td>
77
    <td valign="top" width="20%"> 
78
      <p><a href="@cgi-prefix@/register-dataset.cgi?cfg=esa" target="_top">Register a <br>New Data Set</a></p>
79
    </td>
80
    <td valign="top" width="20%"> 
81
<p class="searchbox">
82
Search for Data<br />
83
<form method="POST" action="@servlet-path@" target="_top" onSubmit="return checkSearch(this)">
84
  <input value="INTERSECT" name="operator" type="hidden">   
85
  <input size="14" name="anyfield" type="text" value="">
86
  <!--<input name="organizationName" value="Ecological Society of America" type="hidden">-->
87
  <input type="hidden" name="organizationName">
88
  <input type="hidden" name="surName">
89
  <input type="hidden" name="givenName">
90
  <input type="hidden" name="keyword">
91
  <input type="hidden" name="title">
92
  <input type="hidden" name="abstract/para" id="abstract">
93
  <input name="action" value="query" type="hidden">
94
  <input name="qformat" value="esa" type="hidden">
95
  <input name="enableediting" value="true" type="hidden">
96
  <input name="returnfield" value="originator/individualName/surName" type="hidden">
97
  <input name="returnfield" value="originator/individualName/givenName" type="hidden">
98
  <input name="returnfield" value="creator/individualName/surName" type="hidden">
99
  <input name="returnfield" value="creator/individualName/givenName" type="hidden">
100
  <input name="returnfield" value="originator/organizationName" type="hidden">
101
  <input name="returnfield" value="creator/organizationName" type="hidden">
102
  <input name="returnfield" value="dataset/title" type="hidden">
103
  <input name="returnfield" value="keyword" type="hidden">
104
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
105
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
106
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
107
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
108
  <input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
109
  <input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
110
  <!-- <input value="Start Search" type="submit"> -->
111
</form>
112
</p>
113
    </td>
114
  </tr>
115
</table>
116
</body>
117
</html>
(6-6/8)