Revision 5710
Added by ben leinfelder almost 14 years ago
index.jsp | ||
---|---|---|
180 | 180 |
<input name="returnfield" value="creator/organizationName" type="hidden"> |
181 | 181 |
<input name="returnfield" value="dataset/title" type="hidden"> |
182 | 182 |
<input name="returnfield" value="keyword" type="hidden"> |
183 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.1" type="hidden"> |
|
183 | 184 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.1.0" type="hidden"> |
184 | 185 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.1" type="hidden"> |
185 | 186 |
<input name="returndoctype" value="eml://ecoinformatics.org/eml-2.0.0" type="hidden"> |
... | ... | |
221 | 222 |
phrase with the word biodiversity embedded within it). |
222 | 223 |
</ul> |
223 | 224 |
</li> |
224 |
<li><a href="<%=SERVLET_URL%>?action=query&operator=INTERSECT&anyfield=%25&qformat=esa&returndoctype=eml://ecoinformatics.org/eml-2.1.0&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse data sets</a> <ul> |
|
225 |
<li><a href="<%=SERVLET_URL%>?action=query&operator=INTERSECT&anyfield=%25&qformat=esa&returndoctype=eml://ecoinformatics.org/eml-2.1.1&returndoctype=eml://ecoinformatics.org/eml-2.1.0&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returnfield=dataset/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName">Browse data sets</a> <ul>
|
|
225 | 226 |
<p>Browse all existing data sets by title. This operation can be slow as the |
226 | 227 |
number of entries in the registry grows.</p> |
227 | 228 |
|
Also available in: Unified diff
include EML 2.1.1 documents in skin (path query search, mostly)