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-94f89814c4df
master
jensp 2018-04-06 14:54:21 +00:00
parent afc7c924da
commit c1ea4ca172
1 changed files with 9 additions and 6 deletions

View File

@ -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>