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-08-13 13:50:41 -0700 (Fri, 13 Aug 2010) $'
9
 * '$Revision: 5501 $'
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="50%" 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="50%" 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="karFileName" type="hidden">
56
  <input name="returnfield" value="karEntry/karEntryXML/entity/@name" type="hidden">
57
  <input name="returnfield" value="mainAttributes/lsid" type="hidden">
58
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='author']/configure" type="hidden">
59
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='version']/configure" type="hidden">
60
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='description']/configure" type="hidden">
61
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='userLevelDocumentation']/configure" type="hidden">
62
  <input name="returndoctype" value="http://www.kepler-project.org/kar-2.0.0" type="hidden">
63
  <input name="returndoctype" value="http://www.kepler-project.org/kar-2.1.0" type="hidden">
64
  <input value="Search Components" type="submit">
65
</form>
66
	    </td>
67
	  <td align="right">
68
<form id="browseForm" method="get" action="<%=SERVLET_URL%>" target="_top">
69
  <input value="INTERSECT" name="operator" type="hidden">
70
  <input size="14" name="anyfield" type="hidden" value="">
71
  <input name="action" value="query" type="hidden">
72
  <input name="qformat" value="kepler" type="hidden">
73
  <input name="enableediting" value="false" type="hidden">
74
  <input name="operator" value="UNION" type="hidden">
75
  <input name="pagesize" value="10" type="hidden">
76
  <input name="pagestart" value="0" type="hidden">
77
 <input name="returnfield" value="karEntry/karEntryXML/entity/@name" type="hidden">
78
 <input name="returnfield" value="karFileName" type="hidden">
79
  <input name="returnfield" value="mainAttributes/lsid" type="hidden">
80
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='author']/configure" type="hidden">
81
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='version']/configure" type="hidden">
82
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='description']/configure" type="hidden">
83
  <input name="returnfield" value="karEntry/karEntryXML/entity/property[@name='KeplerDocumentation']/property[@name='userLevelDocumentation']/configure" type="hidden">
84
  <input name="returndoctype" value="http://www.kepler-project.org/kar-2.0.0" type="hidden">
85
  <input name="returndoctype" value="http://www.kepler-project.org/kar-2.1.0" type="hidden">
86
  <input value="Browse All Components" type="Submit">
87
</form>
88
	    </td>
89
	</tr>
90
      <tr>
91
	<td colspan="2">
92
	    <p style="font-size: 12px;font-family:arial;">
93
      Use a '%' symbol as a wildcard in searches
94
      (e.g., '%Constant%' would locate any phrase with the word
95
      'Constant' embedded within it).
96
	    </p>
97
	  </td>
98
	</tr>
99
	</table>
(15-15/15)