Revision 4634
Added by aschultz almost 16 years ago
index.jsp | ||
---|---|---|
46 | 46 |
<body> |
47 | 47 |
<script language="JavaScript"> |
48 | 48 |
insertTemplateOpening("<%=CONTEXT_URL%>"); |
49 |
</script> |
|
50 |
<br/> |
|
51 |
<script language="JavaScript"> |
|
49 | 52 |
insertSearchBox("<%=CONTEXT_URL%>"); |
50 | 53 |
</script> |
54 |
<br/> |
|
55 |
|
|
51 | 56 |
<table width="760" border="0" cellspacing="0" cellpadding="0"> |
52 | 57 |
<tr><td colspan="5"> |
53 |
<p> |
|
58 |
|
|
54 | 59 |
Welcome to the Kepler Analytical Repository. This repository hosts Kepler |
55 | 60 |
analytical components (actors) on the Ecogrid. You can search for actors, |
56 | 61 |
then download and import them into Kepler. Eventually, you will be able |
57 | 62 |
to search this repository directly from Kepler. |
58 |
</p> |
|
63 |
|
|
59 | 64 |
<p> </p> |
60 |
<p><b>Repository Tools</b></p> |
|
61 |
<p> |
|
62 |
<menu> |
|
63 |
<li><span class="searchbox">Search for Components</span><br /> |
|
64 |
<menu> |
|
65 |
<form method="get" action="<%=SERVLET_URL%>" target="_top"> |
|
66 |
<input value="INTERSECT" name="operator" type="hidden"> |
|
67 |
<input size="14" name="anyfield" type="text" value=""> |
|
68 |
<input name="action" value="query" type="hidden"> |
|
69 |
<input name="qformat" value="kepler" type="hidden"> |
|
70 |
<input name="enableediting" value="false" type="hidden"> |
|
71 |
<input name="operator" value="UNION" type="hidden"> |
|
72 |
<input name="pagesize" value="10" type="hidden"> |
|
73 |
<input name="pagestart" value="0" type="hidden"> |
|
74 |
<input name="returnfield" value="entity/@name" type="hidden"> |
|
75 |
<input name="returnfield" value="entity/property[@name='karId']/@value" type="hidden"> |
|
76 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='author']/configure" type="hidden"> |
|
77 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='version']/configure" type="hidden"> |
|
78 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='description']/configure" type="hidden"> |
|
79 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='userLevelDocumentation']/configure" type="hidden"> |
|
80 |
<input name="returndoctype" value="entity" type="hidden"> |
|
81 |
<input value="Search" type="submit"> |
|
82 |
</form> |
|
83 |
The repository search system is used to locate analytical components of interest |
|
84 |
by searching through existing registered components. |
|
85 |
Use a '%' symbol as a wildcard in searches |
|
86 |
(e.g., '%Constant%' would locate any phrase with the word |
|
87 |
'Constant' embedded within it). |
|
88 |
</menu> |
|
65 |
|
|
89 | 66 |
<p> </p> |
90 |
<li>
|
|
91 |
<a href="<%=SERVLET_URL%>?action=query&qformat=kepler&enableediting=false&operator=UNION&returnfield=entity%2F%40name&returnfield=entity%2Fproperty%5B%40name%3D%27karId%27%5D%2F%40value&returnfield=entity%2Fproperty%5B%40name%3D%27KeplerDocumentation%27%5D%2Fproperty%5B%40name%3D%27author%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27KeplerDocumentation%27%5D%2Fproperty%5B%40name%3D%27version%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27KeplerDocumentation%27%5D%2Fproperty%5B%40name%3D%27description%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27KeplerDocumentation%27%5D%2Fproperty%5B%40name%3D%27userLevelDocumentation%27%5D%2Fconfigure&returndoctype=entity&pagestart=0&pagesize=10">Browse existing Kepler analytical components</a>
|
|
67 |
<!--
|
|
68 |
<li>Login
|
|
92 | 69 |
<br /> |
93 |
<menu> |
|
94 |
Browse all existing data sets by title. This operation can slow as the |
|
95 |
number of entries in the repository grows. |
|
96 |
</menu> |
|
97 |
</li> |
|
98 |
<p> </p> |
|
99 |
<!--<li>Login |
|
100 |
<br /> |
|
101 | 70 |
<menu> |
102 | 71 |
<form name="loginform" method="post" action="<%=SERVLET_URL%>" |
103 | 72 |
target="_top" onsubmit="return submitform(this);" id="loginform"> |
... | ... | |
152 | 121 |
</table> |
153 | 122 |
</form> |
154 | 123 |
</menu> |
155 |
</li>--> |
|
124 |
</li> |
|
125 |
--> |
|
156 | 126 |
</menu> |
157 | 127 |
</p> |
158 | 128 |
</td></tr> |
Also available in: Unified diff
Moved Search and Browse functions into the search frame.