Revision 3314
Added by barteau over 17 years ago
lib/style/skins/knp/SimpleSearchMetacatPostFields.html | ||
---|---|---|
1 | 1 |
<input type="hidden" name="operator" value="UNION"/> |
2 |
<input type="hidden" name="action" value="query"/> |
|
3 | 2 |
<input type="hidden" name="returnfield" value="originator/individualName/surName"/> |
4 | 3 |
<input type="hidden" name="returnfield" value="originator/individualName/givenName"/> |
5 | 4 |
<input type="hidden" name="returnfield" value="originator/organizationName"/> |
... | ... | |
18 | 17 |
<input type="hidden" name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0"/> |
19 | 18 |
<input type="hidden" name="returndoctype" value="-//NCEAS//eml-dataset-2.0//EN"/> |
20 | 19 |
<input type="hidden" name="returndoctype" value="-//NCEAS//resource//EN"/> |
20 |
<input type="hidden" name="qformat" value="knp"/> |
Also available in: Unified diff
Removed the "action" param, and added the "qformat" param.