Project

General

Profile

1
<%@ 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: leinfelder $'
8
 *    '$Date: 2010-12-09 10:04:28 -0800 (Thu, 09 Dec 2010) $'
9
 * '$Revision: 5710 $'
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
<%@ include file="../../common/configure-check.jsp"%>
29

    
30
<form method="POST" action="<%=SERVLET_URL%>" target="_top">
31
Search for: 
32
  <input value="INTERSECT" name="operator" type="hidden">   
33
  <input size="14" name="anyfield" type="text" value="">
34
  <input name="organizationName" value="Organization of Biological Field Stations" type="hidden">
35
  <input name="action" value="query" type="hidden">
36
  <input name="qformat" value="obfs" type="hidden">
37
  <input name="enableediting" value="true" type="hidden">
38
  <input name="operator" value="UNION" type="hidden">
39
  <input name="returnfield" value="originator/individualName/surName" type="hidden">
40
  <input name="returnfield" value="originator/individualName/givenName" type="hidden">
41
  <input name="returnfield" value="creator/individualName/surName" type="hidden">
42
  <input name="returnfield" value="creator/individualName/givenName" type="hidden">
43
  <input name="returnfield" value="originator/organizationName" type="hidden">
44
  <input name="returnfield" value="creator/organizationName" type="hidden">
45
  <input name="returnfield" value="dataset/title" type="hidden">
46
  <input name="returnfield" value="keyword" type="hidden">
47
    <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.1" type="hidden">
48
    <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.0" type="hidden">
49
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden">
50
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
51
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
52
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
53
  <input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
54
  <input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
55
  <input value="Start Search" type="submit">
56
</form>
(12-12/12)