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: tao $'
8
 *    '$Date: 2010-05-14 17:57:22 -0700 (Fri, 14 May 2010) $'
9
 * '$Revision: 5357 $'
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

    
31

    
32
<table width="30%" border="0" cellspacing="0" cellpadding="0">
33
	<tr>
34
	  <td colspan="2">
35
	    <p style="font-size: 12px;font-family:arial;">
36
      The repository search system is used to locate Kepler 
37
	      analytical components of interest
38
	      </p>
39
	  </td>
40
	</tr>
41
</table>
42
<br/>
43
<table width="30%" border="0" cellspacing="0" cellpadding="0">
44
	<tr>
45
	  <td>
46
<form method="get" action="<%=SERVLET_URL%>" target="_top">
47
  <input value="INTERSECT" name="operator" type="hidden">
48
  <input id="searchText" size="14" name="anyfield" type="text" value="">
49
  <input name="action" value="query" type="hidden">
50
  <input name="qformat" value="kepler" type="hidden">
51
  <input name="enableediting" value="false" type="hidden">
52
  <input name="operator" value="UNION" type="hidden">
53
  <input name="pagesize" value="10" type="hidden">
54
  <input name="pagestart" value="0" type="hidden">
55
  <input name="returnfield" value="karEntry/karEntryXML/entity/@name" type="hidden">
56
  <input name="returnfield" value="mainAttributes/lsid" type="hidden">
57
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='author']/configure" type="hidden">
58
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='version']/configure" type="hidden">
59
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='description']/configure" type="hidden">
60
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='userLevelDocumentation']/configure" type="hidden">
61
  <input name="returndoctype" value="http://www.kepler-project.org/kar-2.0.0" type="hidden">
62
  <input value="Search Components" type="submit">
63
</form>
64
	    </td>
65
	  <td align="right">
66
<form id="browseForm" method="get" action="<%=SERVLET_URL%>" target="_top">
67
  <input value="INTERSECT" name="operator" type="hidden">
68
  <input size="14" name="anyfield" type="hidden" value="">
69
  <input name="action" value="query" type="hidden">
70
  <input name="qformat" value="kepler" type="hidden">
71
  <input name="enableediting" value="false" type="hidden">
72
  <input name="operator" value="UNION" type="hidden">
73
  <input name="pagesize" value="10" type="hidden">
74
  <input name="pagestart" value="0" type="hidden">
75
 <input name="returnfield" value="karEntry/karEntryXML/entity/@name" type="hidden">
76
  <input name="returnfield" value="mainAttributes/lsid" type="hidden">
77
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='author']/configure" type="hidden">
78
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='version']/configure" type="hidden">
79
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='description']/configure" type="hidden">
80
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='userLevelDocumentation']/configure" type="hidden">
81
  <input name="returndoctype" value="http://www.kepler-project.org/kar-2.0.0" type="hidden">
82
  <input value="Browse All Components" type="Submit">
83
</form>
84
	    </td>
85
	</tr>
86
      <tr>
87
	<td colspan="2">
88
	    <p style="font-size: 12px;font-family:arial;">
89
      Use a '%' symbol as a wildcard in searches
90
      (e.g., '%Constant%' would locate any phrase with the word
91
      'Constant' embedded within it).
92
	    </p>
93
	  </td>
94
	</tr>
95
	</table>
(15-15/15)