Revision: 5702
Author:
peter....@gmail.com
Date: Tue Sep 18 10:55:25 2012
Log: Add eLife logo (like rev 5701 for production branch)
http://code.google.com/p/dryad/source/detail?r=5702
Modified:
/branches/dryad-1.11.2/dspace/modules/xmlui/src/main/webapp/themes/Dryad/DryadItemSummary.xsl
=======================================
---
/branches/dryad-1.11.2/dspace/modules/xmlui/src/main/webapp/themes/Dryad/DryadItemSummary.xsl
Fri Aug 24 11:26:33 2012
+++
/branches/dryad-1.11.2/dspace/modules/xmlui/src/main/webapp/themes/Dryad/DryadItemSummary.xsl
Tue Sep 18 10:55:25 2012
@@ -1655,6 +1655,24 @@
<img id="journal-logo"
src="/themes/Dryad/images/coverimages/ecoMono.png"
alt="Ecological Monographs cover"/>
</a>
+ </xsl:when>
+ <xsl:when test='$journal-name = "eLife"'>
+ <a>
+ <xsl:attribute name="href">
+ <xsl:choose>
+ <xsl:when test="contains($article-doi,'doi:')">
+ <xsl:value-of
+ select="concat('
http://dx.doi.org/',
substring-after($article-doi, 'doi:'))"/>
+ </xsl:when>
+ <xsl:otherwise>
+ <xsl:value-of
+
select="string('http://
http://www.elifesciences.org/the-journal/')"/>
+ </xsl:otherwise>
+ </xsl:choose>
+ </xsl:attribute>
+ <img id="journal-logo"
src="/themes/Dryad/images/coverimages/elife-full-color-vertical.png"
+ alt="eLife logo"/>
+ </a>
</xsl:when>
<xsl:when test='$journal-name = "Evolution"'>
<a>