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: jones $'
6
       '$Date: 2004-01-08 18:48:36 -0800 (Thu, 08 Jan 2004) $'
7
   '$Revision: 1999 $'
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>UCNRS Data Registry</title>
29
  <link rel="stylesheet" type="text/css" 
30
        href="@systemidserver@@style-skins-path@/nrs/nrs.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" class="title">UC Natural Reserve System
37
    Data Registry</td>
38
    <td rowspan="3" width="20%" valign="top"> 
39
      <div align="right"><img src="@systemidserver@@style-skins-path@/nrs/nrs-logo.gif"></div>
40
    </td>
41
  </tr>
42
  <tr> 
43
    <td class="spacerrow" valign="top" colspan="4">&nbsp;</td>
44
  </tr>
45
  <tr> 
46
    <td valign="top" width="20%"> 
47
      <p><a href="http://www.ucnrs.org" target="_top"> NRS Home</a></p>
48
    </td>
49
    <td valign="top" width="20%"> 
50
      <p><a href="@systemidserver@@style-skins-path@/nrs/index.html" target="_top">Registry Home</a></p>
51
    </td>
52
    <td valign="top" width="20%"> 
53
      <p><a href="@cgi-prefix@/register-dataset.cgi?cfg=nrs" target="_top">Register New Dataset</a></p>
54
    </td>
55
    <td valign="top" width="20%"> 
56
<p class="searchbox">
57
Search for Data<br />
58
<form method="POST" action="@servlet-path@" target="_top">
59
  <input value="INTERSECT" name="operator" type="hidden">   
60
  <input size="14" name="anyfield" type="text" value="">
61
  <input name="organizationName" value="University of California Natural Reserve System" type="hidden">
62
  <input name="action" value="query" type="hidden">
63
  <input name="qformat" value="nrs" type="hidden">
64
  <input name="enableediting" value="true" type="hidden">
65
  <input name="operator" value="UNION" type="hidden">
66
  <input name="returnfield" value="originator/individualName/surName" type="hidden">
67
  <input name="returnfield" value="originator/individualName/givenName" type="hidden">
68
  <input name="returnfield" value="creator/individualName/surName" type="hidden">
69
  <input name="returnfield" value="creator/individualName/givenName" type="hidden">
70
  <input name="returnfield" value="originator/organizationName" type="hidden">
71
  <input name="returnfield" value="creator/organizationName" type="hidden">
72
  <input name="returnfield" value="dataset/title" type="hidden">
73
  <input name="returnfield" value="keyword" type="hidden">
74
  <input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden">
75
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN" type="hidden">
76
  <input name="returndoctype" value="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN" type="hidden">
77
  <input name="returndoctype" value="-//NCEAS//resource//EN" type="hidden">
78
  <input name="returndoctype" value="-//NCEAS//eml-dataset//EN" type="hidden">
79
  <!-- <input value="Start Search" type="submit"> -->
80
</form>
81
</p>
82
    </td>
83
  </tr>
84
</table>
85
</body>
86
</html>
(1-1/8)