Project

General

Profile

« Previous | Next » 

Revision 5710

include EML 2.1.1 documents in skin (path query search, mostly)

View differences:

search.js
17 17
    if (!checkBox.checked && searchString!="%") {
18 18
        submitFormObj.query.value = "<pathquery version=\"1.2\">"
19 19
            +"<querytitle>Web-Search</querytitle>"
20
            +"<returndoctype>eml://ecoinformatics.org/eml-2.1.1</returndoctype>"
20 21
            +"<returndoctype>eml://ecoinformatics.org/eml-2.1.0</returndoctype>"
21 22
            +"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>"
23
            +"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>"
22 24
            +"<returndoctype>metadata</returndoctype>"
23 25
            +"<returnfield>originator/individualName/surName</returnfield>"
24 26
            +"<returnfield>originator/individualName/givenName</returnfield>"
......
89 91
        }
90 92
        submitFormObj.query.value = "<pathquery version=\"1.2\">"
91 93
            +"<querytitle>Web-Search</querytitle>"
94
            +"<returndoctype>eml://ecoinformatics.org/eml-2.1.1</returndoctype>"
92 95
            +"<returndoctype>eml://ecoinformatics.org/eml-2.1.0</returndoctype>"
93 96
            +"<returndoctype>eml://ecoinformatics.org/eml-2.0.1</returndoctype>"
94 97
            +"<returndoctype>eml://ecoinformatics.org/eml-2.0.0</returndoctype>"

Also available in: Unified diff