Revision 10432
Added by Bryce Mecum about 7 years ago
lib/style/skins/metacatui/eml-2/eml-party.xsl | ||
---|---|---|
287 | 287 |
<xsl:attribute name="href"> |
288 | 288 |
<xsl:value-of select="$value"/> |
289 | 289 |
</xsl:attribute> |
290 |
<xsl:attribute name="target">_blank</xsl:attribute> |
|
290 | 291 |
</xsl:when> |
291 | 292 |
<xsl:otherwise> |
292 | 293 |
<xsl:attribute name="href"> |
293 | 294 |
<xsl:value-of select="concat('http://orcid.org/', $value)" /> |
294 | 295 |
</xsl:attribute> |
296 |
<xsl:attribute name="target">_blank</xsl:attribute> |
|
295 | 297 |
</xsl:otherwise> |
296 | 298 |
</xsl:choose> |
297 | 299 |
<xsl:value-of select="$value"/> |
Also available in: Unified diff
Add target="_blank" to ORCID links in the View Service for EML docs
Fixes https://projects.ecoinformatics.org/ecoinfo/issues/7220