Revision 3286
Added by berkley over 17 years ago
header.html | ||
---|---|---|
63 | 63 |
<input name="enableediting" value="false" type="hidden"> |
64 | 64 |
<input name="operator" value="UNION" type="hidden"> |
65 | 65 |
<input name="returnfield" value="entity/@name" type="hidden"> |
66 |
<input name="returnfield" value="entity/property[@name='documentation']/property[@name='author']/configure" type="hidden">
|
|
66 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='author']/configure" type="hidden">
|
|
67 | 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 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='version']/configure" type="hidden">
|
|
69 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='description']/configure" type="hidden">
|
|
70 |
<input name="returnfield" value="entity/property[@name='KeplerDocumentation']/property[@name='userLevelDocumentation']/configure" type="hidden">
|
|
71 | 71 |
<input name="returndoctype" value="entity" type="hidden"> |
72 | 72 |
<input name="pagestart" value="0" type="hidden"> |
73 | 73 |
<input name="pagesize" value="10" type="hidden"> |
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