Foundry: Support for properties of ccm-sci-publications/Expertise
git-svn-id: https://svn.libreccm.org/ccm/trunk@3342 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
8c97174b9d
commit
d4a1a317cd
|
|
@ -366,7 +366,7 @@
|
|||
<xsl:value-of select="$contentitem-tree/pagesTo"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="content-item-layout//scipubications//if-number">
|
||||
<xsl:template match="content-item-layout//scipublications//if-number">
|
||||
<xsl:param name="contentitem-tree" tunnel="yes"/>
|
||||
|
||||
<xsl:if test="$contentitem-tree/number">
|
||||
|
|
@ -460,4 +460,18 @@
|
|||
<xsl:value-of select="$contentitem-tree/organization/title"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="content-item-layout//scipublications//if-orderer">
|
||||
<xsl:param name="contentitem-tree" tunnel="yes"/>
|
||||
|
||||
<xsl:if test="$contentitem-tree/orderer">
|
||||
<xsl:apply-templates/>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="content-item-layout//scipublications//orderer">
|
||||
<xsl:param name="contentitem-tree" tunnel="yes"/>
|
||||
|
||||
<xsl:value-of select="$contentitem-tree/orderer/title"/>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
Loading…
Reference in New Issue