Revision 5710
Added by ben leinfelder almost 14 years ago
index.jsp | ||
---|---|---|
63 | 63 |
if(!checkBox.checked && searchString!="%"){ |
64 | 64 |
submitFormObj.query.value = "<pathquery version=\"1.2\">" |
65 | 65 |
+"<querytitle>Web-Search</querytitle>" |
66 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.1.1</returndoctype>" |
|
66 | 67 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.1.0</returndoctype>" |
67 | 68 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>" |
68 | 69 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>" |
... | ... | |
132 | 133 |
} |
133 | 134 |
submitFormObj.query.value = "<pathquery version=\"1.2\">" |
134 | 135 |
+"<querytitle>Web-Search</querytitle>" |
136 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.1.1</returndoctype>" |
|
135 | 137 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.1.0</returndoctype>" |
136 | 138 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>" |
137 | 139 |
+"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>" |
... | ... | |
241 | 243 |
<br><br> |
242 | 244 |
</li> |
243 | 245 |
|
244 |
<li><a href="<%=SERVLET_URL%>?action=query&operator=INTERSECT&anyfield=%25&organizationName=Organization%20of%20Biological%20Field%20Stations&qformat=obfs&enableediting=true&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 existing OBFS data sets</a><br /> |
|
246 |
<li><a href="<%=SERVLET_URL%>?action=query&operator=INTERSECT&anyfield=%25&organizationName=Organization%20of%20Biological%20Field%20Stations&qformat=obfs&enableediting=true&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 existing OBFS data sets</a><br />
|
|
245 | 247 |
<menu> |
246 | 248 |
The registry search system is used to locate data sets of interest |
247 | 249 |
by searching through existing registered data sets. |
Also available in: Unified diff
include EML 2.1.1 documents in skin (path query search, mostly)