Project

General

Profile

1
<%@ page    language="java" %>
2
<%
3
/**
4
 * '$RCSfile$'
5
 * Copyright: 2003 Regents of the University of California and the
6
 *             National Center for Ecological Analysis and Synthesis
7
 * '$Author: daigle $'
8
 * '$Date: 2008-11-03 16:09:04 -0800 (Mon, 03 Nov 2008) $'
9
 * '$Revision: 4505 $'
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
<!--____________________________max_width____________________________________-->
31

    
32
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
33
<html>
34
<head>
35
  <title>UCNRS Data Registry</title>
36
  <link rel="stylesheet" type="text/css" 
37
        href="<%=STYLE_SKINS_URL%>/nrs/nrs.css"></link>
38
  <script language="Javascript">
39
        function trim(stringToTrim) {
40
                return stringToTrim.replace(/^\s*/, '').replace(/\s*$/,'');
41
        }
42

    
43
        function checkSearch(submitFormObj) {
44
                var searchString = trim(submitFormObj.searchstring.value);
45
                if (searchString=="") {
46
                        searchString="%";
47
                }
48

    
49
                submitFormObj.query.value = "<pathquery version=\"1.2\">"
50
                                                  +"<querytitle>Web-Search</querytitle>"
51
                                                  +"<returndoctype>eml://ecoinformatics.org/eml-2.1.0</returndoctype>"
52
                                                  +"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>"
53
                                                           +"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>"
54
                                                           +"<returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN</returndoctype>"
55
                                                           +"<returndoctype>-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN</returndoctype>"
56
                                                           +"<returndoctype>-//NCEAS//resource//EN</returndoctype>"
57
                                                           +"<returndoctype>-//NCEAS//eml-dataset//EN</returndoctype>"
58
                                                           +"<returnfield>originator/individualName/surName</returnfield>"
59
                                                           +"<returnfield>originator/individualName/givenName</returnfield>"
60
                                                           +"<returnfield>creator/individualName/surName</returnfield>"
61
                                                           +"<returnfield>creator/individualName/givenName</returnfield>"
62
                                                           +"<returnfield>originator/organizationName</returnfield>"
63
                                                           +"<returnfield>creator/organizationName</returnfield>"
64
                                                           +"<returnfield>dataset/title</returnfield>"
65
                                                           +"<returnfield>keyword</returnfield>"
66
                                                           +"<querygroup operator=\"INTERSECT\">"
67
                                                                +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
68
                                                                        +"<value>University of California Natural Reserve System</value>"
69
                                                                        +"<pathexpr>organizationName</pathexpr>"
70
                                                                +"</queryterm>"
71
                                                                +"<querygroup operator=\"UNION\">"
72
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
73
                                                                                +"<value>" + searchString + "</value>"
74
                                                                                +"<pathexpr>surName</pathexpr>"
75
                                                                        +"</queryterm>"
76
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
77
                                                                                +"<value>" + searchString + "</value>"
78
                                                                                +"<pathexpr>givenName</pathexpr>"
79
                                                                        +"</queryterm>"
80
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
81
                                                                                +"<value>" + searchString + "</value>"
82
                                                                                +"<pathexpr>keyword</pathexpr>"
83
                                                                        +"</queryterm>"
84
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
85
                                                                                +"<value>" + searchString + "</value>"
86
                                                                                +"<pathexpr>para</pathexpr>"
87
                                                                        +"</queryterm>"
88
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
89
                                                                                +"<value>" + searchString + "</value>"
90
                                                                                +"<pathexpr>geographicDescription</pathexpr>"
91
                                                                        +"</queryterm>"
92
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
93
                                                                                +"<value>" + searchString + "</value>"
94
                                                                                +"<pathexpr>literalLayout</pathexpr>"
95
                                                                        +"</queryterm>"
96
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
97
                                                                                +"<value>" + searchString + "</value>"
98
                                                                                +"<pathexpr>title</pathexpr>"
99
                                                                        +"</queryterm>"
100
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
101
                                                                                +"<value>" + searchString + "</value>"
102
                                                                                +"<pathexpr>@packageId</pathexpr>"
103
                                                                        +"</queryterm>"
104
                                                                        +"<queryterm searchmode=\"contains\" casesensitive=\"false\">"
105
                                                                                +"<value>" + searchString + "</value>"
106
                                                                                +"<pathexpr>abstract/para</pathexpr>"
107
                                                                        +"</queryterm>"
108
                                                                +"</querygroup>"
109
                                                          +"</querygroup>"
110
                                                  +"</pathquery>";
111
                return true;
112
        }
113
  </script>
114
</head>
115

    
116
<body>
117
<table width="760" class="headertopmargin" border="0" cellspacing="0" cellpadding="0">
118
  <tr> 
119
    <td valign="middle" colspan="4" class="title">UC Natural Reserve System
120
    Data Registry</td>
121
    <td rowspan="3" width="20%" valign="top"> 
122
      <div align="right"><img src="<%=STYLE_SKINS_URL%>/nrs/nrs-logo.gif"></div>
123
    </td>
124
  </tr>
125
  <tr> 
126
    <td class="spacerrow" valign="top" colspan="4">&nbsp;</td>
127
  </tr>
128
  <tr> 
129
    <td valign="top" width="20%"> 
130
      <p><a href="http://www.ucnrs.org" target="_top"> NRS Home</a></p>
131
    </td>
132
    <td valign="top" width="20%"> 
133
      <p><a href="<%=STYLE_SKINS_URL%>/nrs/index.jsp" target="_top">Registry Home</a></p>
134
    </td>
135
    <td valign="top" width="20%"> 
136
      <p><a href="<%=CGI_URL%>/register-dataset.cgi?cfg=nrs"
137
			target="_top">Register a<br>
138
		New Data Set</a></p>
139
    </td>
140
    <td valign="top" width="20%"> 
141
<p class="searchbox">
142
Search for Data<br />
143
<form method="POST" action="<%=SERVLET_URL%>" target="_top" onSubmit="return checkSearch(this)">
144
  <input value="INTERSECT" name="operator" type="hidden">   
145
  <input size="14" name="searchstring" type="text" value="">
146
  <input name="query" type="hidden"/>
147
  <input name="qformat" value="nrs" type="hidden">
148
  <input name="enableediting" value="true" type="hidden">
149
  <input type="hidden" name="action" value="squery">
150
  <!-- <input value="Start Search" type="submit"> -->
151
</form>
152
</p>
153
    </td>
154
  </tr>
155
</table>
156
</body>
157
</html>
(1-1/12)