Project

General

Profile

« Previous | Next » 

Revision 10433

Open links to the top-level orcid.org site in new tabs too

View differences:

eml-party.xsl
277 277
                    <xsl:choose>
278 278
                        <xsl:when test="starts-with($directory, 'http://orcid.org') or starts-with($directory, 'https://orcid.org') or ($directory = '' and (starts-with($value, 'http://orcid.org') or starts-with(@value, 'https://orcid.org')))">
279 279
                            <!-- ORCID Logo -->
280
                            <a href="https://orcid.org">
280
                            <a href="https://orcid.org" target="_blank">
281 281
                                <img src="img/orcid_64x64.png" style="display: inline; margin-right: 5px;" width="16" height="16" />
282 282
                            </a>
283 283
                            <!-- ORCID Link-->

Also available in: Unified diff