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: brooke $'
6
       '$Date: 2003-11-21 15:05:54 -0800 (Fri, 21 Nov 2003) $'
7
   '$Revision: 1929 $'
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>OBFS Data Registry</title>
29
  <link rel="stylesheet" type="text/css" 
30
        href="@systemidserver@@style-skins-path@/obfs/obfs.css"></link>
31
</head>
32

    
33
<body>
34
<table width="760" border="0" cellspacing="0" cellpadding="0">
35
  <tr> 
36
    <td valign="middle" colspan="4"> 
37
      <h2 class="title">Organization of Biological Field Stations 
38
      Data Registry</h2>
39
    </td>
40
    <td rowspan="3" width="20%"> 
41
      <div align="right"><img src="@systemidserver@@style-skins-path@/obfs/obfs-logo.png"></div>
42
    </td>
43
  </tr>
44
  <tr> 
45
    <td class="spacerrow" valign="top" colspan="4">&nbsp;</td>
46
  </tr>
47
  <tr> 
48
    <td valign="top" width="20%"> 
49
      <p><a href="http://www.obfs.org" target=_top"> OBFS Home</a></p>
50
    </td>
51
    <td valign="top" width="20%"> 
52
      <p><a href="@systemidserver@@style-skins-path@/obfs/index.html" target="_top">Registry Home</a></p>
53
    </td>
54
    <td valign="top" width="20%"> 
55
      <p><a href="@cgi-prefix@/register-dataset.cgi?cfg=obfs" target="_top">Register New Dataset</a></p>
56
    </td>
57
    <td valign="top" width="20%"> 
58
      <!--
59
      <p>
60
        <a href="@servlet-path@?action=query&operator=INTERSECT&anyfield=%25&organizationName=Organization%20of%20Biological%20Field%20Stations&qformat=obfs&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName" target="_top">Search for Data</a></p>
61
      -->
62
<p class="searchbox">
63
Search for Data<br />
64
<form method="POST" action="@servlet-path@" target="_top">
65
  <input value="INTERSECT" name="operator" type="hidden">   
66
  <input size="14" name="anyfield" type="text" value="">
67
  <input name="organizationName" value="Organization of Biological Field Stations" type="hidden">
68
  <input name="action" value="query" type="hidden">
69
  <input name="qformat" value="obfs" type="hidden">
70
  <input name="operator" value="UNION" type="hidden">
71
  <input name="returnfield" value="originator/individualName/surName" type="hidden">
72
  <input name="returnfield" value="originator/individualName/givenName" type="hidden">
73
  <input name="returnfield" value="creator/individualName/surName" type="hidden">
74
  <input name="returnfield" value="creator/individualName/givenName" type="hidden">
75
  <input name="returnfield" value="originator/organizationName" type="hidden">
76
  <input name="returnfield" value="creator/organizationName" type="hidden">
77
  <input name="returnfield" value="dataset/title" type="hidden">
78
  <input name="returnfield" value="keyword" type="hidden">
79
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
80
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
81
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
82
  <input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
83
  <input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
84
  <!-- <input value="Start Search" type="submit"> -->
85
</form>
86
</p>
87
    </td>
88
  </tr>
89
</table>
90
</body>
91
</html>
(1-1/9)