Revision 3286
Added by berkley over 17 years ago
index.html | ||
---|---|---|
67 | 67 |
<input name="pagestart" value="0" type="hidden"> |
68 | 68 |
<input name="returnfield" value="entity/@name" type="hidden"> |
69 | 69 |
<input name="returnfield" value="entity/property[@name='karId']/@value" type="hidden"> |
70 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='author']/configure" type="hidden">
|
|
71 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='version']/configure" type="hidden">
|
|
72 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='description']/configure" type="hidden">
|
|
73 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='userLevelDocumentation']/configure" type="hidden">
|
|
70 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='author']/configure" type="hidden">
|
|
71 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='version']/configure" type="hidden">
|
|
72 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='description']/configure" type="hidden">
|
|
73 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='userLevelDocumentation']/configure" type="hidden">
|
|
74 | 74 |
<input name="returndoctype" value="entity" type="hidden"> |
75 | 75 |
<input value="Search" type="submit"> |
76 | 76 |
</form> |
... | ... | |
82 | 82 |
</menu> |
83 | 83 |
<p> </p> |
84 | 84 |
<li> |
85 |
<a href="@servlet-path@?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%27documentation%27%5D%2Fproperty%5B%40name%3D%27author%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27documentation%27%5D%2Fproperty%5B%40name%3D%27version%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27documentation%27%5D%2Fproperty%5B%40name%3D%27description%27%5D%2Fconfigure&returnfield=entity%2Fproperty%5B%40name%3D%27documentation%27%5D%2Fproperty%5B%40name%3D%27userLevelDocumentation%27%5D%2Fconfigure&returndoctype=entity&pagestart=0&pagesize=10">Browse existing Kepler analytical components</a>
|
|
85 |
<a href="@servlet-path@?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>
|
|
86 | 86 |
<br /> |
87 | 87 |
<menu> |
88 | 88 |
Browse all existing data sets by title. This operation can slow as the |
Also available in: Unified diff
changed web site to use new documentation paths. this break a lot of stuff because metacat won't return the subelements of an xpath query. this will have to be fixed through metacat