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"
|
<xsl:with-param name="contentitem-tree"
|
||||||
tunnel="yes"
|
tunnel="yes"
|
||||||
select="$contentitem-tree/collectedVolume"/>
|
select="$contentitem-tree/collectedVolume"/>
|
||||||
<xsl:with-param name="href"
|
<xsl:with-param name="href"
|
||||||
tunnel="yes"
|
tunnel="yes"
|
||||||
select="foundry:generate-contentitem-link($contentitem-tree/collectedVolume/@oid)" />
|
select="foundry:generate-contentitem-link($contentitem-tree/collectedVolume/@oid)" />
|
||||||
</xsl:apply-templates>
|
</xsl:apply-templates>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
@ -769,8 +769,8 @@
|
||||||
tunnel="yes"
|
tunnel="yes"
|
||||||
select="$contentitem-tree/proceedings"/>
|
select="$contentitem-tree/proceedings"/>
|
||||||
<xsl:with-param name="href"
|
<xsl:with-param name="href"
|
||||||
tunnel="yes"
|
tunnel="yes"
|
||||||
select="foundry:generate-contentitem-link($contentitem-tree/proceedings/@oid)" />
|
select="foundry:generate-contentitem-link($contentitem-tree/proceedings/@oid)" />
|
||||||
</xsl:apply-templates>
|
</xsl:apply-templates>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
@ -780,7 +780,7 @@
|
||||||
|
|
||||||
<xsl:if test="$contentitem-tree/proceedings">
|
<xsl:if test="$contentitem-tree/proceedings">
|
||||||
<xsl:apply-templates />
|
<xsl:apply-templates />
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="content-item-layout//scipublications//articles">
|
<xsl:template match="content-item-layout//scipublications//articles">
|
||||||
|
|
@ -834,6 +834,9 @@
|
||||||
<xsl:with-param name="contentitem-tree"
|
<xsl:with-param name="contentitem-tree"
|
||||||
tunnel="yes"
|
tunnel="yes"
|
||||||
select="."/>
|
select="."/>
|
||||||
|
<xsl:with-param name="href"
|
||||||
|
tunnel="yes"
|
||||||
|
select="concat($context-prefix, '/redirect?oid=', ./@oid)"/>
|
||||||
</xsl:apply-templates>
|
</xsl:apply-templates>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue