Link for to a paper in the list of papers did not work in proccedings.
git-svn-id: https://svn.libreccm.org/ccm/trunk@5366 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
afc7c924da
commit
c1ea4ca172
|
|
@ -675,9 +675,9 @@
|
|||
<xsl:with-param name="contentitem-tree"
|
||||
tunnel="yes"
|
||||
select="$contentitem-tree/collectedVolume"/>
|
||||
<xsl:with-param name="href"
|
||||
tunnel="yes"
|
||||
select="foundry:generate-contentitem-link($contentitem-tree/collectedVolume/@oid)" />
|
||||
<xsl:with-param name="href"
|
||||
tunnel="yes"
|
||||
select="foundry:generate-contentitem-link($contentitem-tree/collectedVolume/@oid)" />
|
||||
</xsl:apply-templates>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
|
@ -769,8 +769,8 @@
|
|||
tunnel="yes"
|
||||
select="$contentitem-tree/proceedings"/>
|
||||
<xsl:with-param name="href"
|
||||
tunnel="yes"
|
||||
select="foundry:generate-contentitem-link($contentitem-tree/proceedings/@oid)" />
|
||||
tunnel="yes"
|
||||
select="foundry:generate-contentitem-link($contentitem-tree/proceedings/@oid)" />
|
||||
</xsl:apply-templates>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
|
@ -780,7 +780,7 @@
|
|||
|
||||
<xsl:if test="$contentitem-tree/proceedings">
|
||||
<xsl:apply-templates />
|
||||
</xsl:if>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="content-item-layout//scipublications//articles">
|
||||
|
|
@ -834,6 +834,9 @@
|
|||
<xsl:with-param name="contentitem-tree"
|
||||
tunnel="yes"
|
||||
select="."/>
|
||||
<xsl:with-param name="href"
|
||||
tunnel="yes"
|
||||
select="concat($context-prefix, '/redirect?oid=', ./@oid)"/>
|
||||
</xsl:apply-templates>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue