85 |
85 |
<input type="hidden" name="returndoctype"
|
86 |
86 |
value="eml://ecoinformatics.org/eml-2.0.0" />
|
87 |
87 |
<input type="hidden" name="returndoctype"
|
|
88 |
value="eml://ecoinformatics.org/eml-2.0.1" />
|
|
89 |
<input type="hidden" name="returndoctype"
|
88 |
90 |
value="-//NCEAS//eml-dataset-2.0//EN" />
|
89 |
91 |
<input type="hidden" name="returndoctype"
|
90 |
92 |
value="-//NCEAS//resource//EN" />
|
... | ... | |
139 |
141 |
<xsl:template match="param[@name='keyword']">
|
140 |
142 |
<li>
|
141 |
143 |
<a>
|
142 |
|
<xsl:attribute name="href">@servlet-path@?action=query&operator=INTERSECT&qformat=knb&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returnfield=dataset/title&returnfield=citation/title&returnfield=software/title&returnfield=protocol/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName&keyword=<xsl:value-of select="."/></xsl:attribute>
|
|
144 |
<xsl:attribute name="href">@servlet-path@?action=query&operator=INTERSECT&qformat=knb&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returnfield=dataset/title&returnfield=citation/title&returnfield=software/title&returnfield=protocol/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName&keyword=<xsl:value-of select="."/></xsl:attribute>
|
143 |
145 |
<xsl:value-of select="."/>
|
144 |
146 |
</a> (<xsl:value-of select="count(//param[.=current()])"/>)
|
145 |
147 |
</li>
|
... | ... | |
148 |
150 |
<xsl:template match="param[@name='surName']">
|
149 |
151 |
<li>
|
150 |
152 |
<a>
|
151 |
|
<xsl:attribute name="href">@servlet-path@?action=query&operator=INTERSECT&qformat=knb&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returnfield=dataset/title&returnfield=citation/title&returnfield=software/title&returnfield=protocol/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName&surName=<xsl:value-of select="."/></xsl:attribute>
|
|
153 |
<xsl:attribute name="href">@servlet-path@?action=query&operator=INTERSECT&qformat=knb&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returnfield=dataset/title&returnfield=citation/title&returnfield=software/title&returnfield=protocol/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName&surName=<xsl:value-of select="."/></xsl:attribute>
|
152 |
154 |
<xsl:value-of select="."/>
|
153 |
155 |
</a> (<xsl:value-of select="count(//param[.=current()])"/>)
|
154 |
156 |
</li>
|
... | ... | |
157 |
159 |
<xsl:template match="param[@name='organizationName']">
|
158 |
160 |
<li>
|
159 |
161 |
<a>
|
160 |
|
<xsl:attribute name="href">@servlet-path@?action=query&operator=INTERSECT&qformat=knb&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returnfield=dataset/title&returnfield=citation/title&returnfield=software/title&returnfield=protocol/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName&organizationName=<xsl:value-of select="."/></xsl:attribute>
|
|
162 |
<xsl:attribute name="href">@servlet-path@?action=query&operator=INTERSECT&qformat=knb&returndoctype=eml://ecoinformatics.org/eml-2.0.0&returndoctype=eml://ecoinformatics.org/eml-2.0.1&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN&returndoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN&returnfield=dataset/title&returnfield=citation/title&returnfield=software/title&returnfield=protocol/title&returnfield=keyword&returnfield=originator/individualName/surName&returnfield=creator/individualName/surName&returnfield=originator/organizationName&returnfield=creator/organizationName&organizationName=<xsl:value-of select="."/></xsl:attribute>
|
161 |
163 |
<xsl:value-of select="."/>
|
162 |
164 |
</a> (<xsl:value-of select="count(//param[.=current()])"/>)
|
163 |
165 |
</li>
|
Added eml2.0.1 in /common stylesheets