Revision 3262
Added by berkley over 17 years ago
header.html | ||
---|---|---|
57 | 57 |
<p class="searchbox"> |
58 | 58 |
Search for Data<br /> |
59 | 59 |
<form method="POST" action="@servlet-path@" target="_top"> |
60 |
<input value="INTERSECT" name="operator" type="hidden"> |
|
61 | 60 |
<input size="14" name="anyfield" type="text" value=""> |
62 |
<!--<input name="organizationName" value="Kruger National Park" type="hidden">--> |
|
63 | 61 |
<input name="action" value="query" type="hidden"> |
64 | 62 |
<input name="qformat" value="kepler" type="hidden"> |
65 | 63 |
<input name="enableediting" value="false" type="hidden"> |
66 | 64 |
<input name="operator" value="UNION" type="hidden"> |
67 | 65 |
<input name="returnfield" value="entity/@name" type="hidden"> |
66 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='author']/configure" type="hidden"> |
|
67 |
<input name="returnfield" value="entity/property[@name='karId']/@value" type="hidden"> |
|
68 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='version']/configure" type="hidden"> |
|
69 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='description']/configure" type="hidden"> |
|
70 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='userLevelDocumentation']/configure" type="hidden"> |
|
68 | 71 |
<input name="returndoctype" value="entity" type="hidden"> |
69 |
<input name="returndoctype" value="kepler://kepler-project.org/kepler-moml-1.0.0" type="hidden"> |
|
72 |
<input name="pagestart" value="0" type="hidden"> |
|
73 |
<input name="pagesize" value="10" type="hidden"> |
|
70 | 74 |
<!-- <input value="Start Search" type="submit"> --> |
71 | 75 |
</form> |
72 | 76 |
</p> |
Also available in: Unified diff
paging now works in a more normal manner. also fixed a bug where the last page would display too many results.