Foundry theme engine: Person list view can now be used for displaying authors in the detail view of a publication

git-svn-id: https://svn.libreccm.org/ccm/trunk@4608 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2017-03-01 08:16:48 +00:00
parent c9c81352d0
commit 8ee76beef2
1 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,11 @@
<xsl:for-each select="$authors/author"> <xsl:for-each select="$authors/author">
<xsl:apply-templates select="$layout-tree"> <xsl:apply-templates select="$layout-tree">
<xsl:with-param name="author" tunnel="yes" select="."/> <xsl:with-param name="author" tunnel="yes" select="."/>
<xsl:with-param name="contentitem-tree" tunnel="yes" select="."/>
<xsl:with-param name="id"
select="concat(./masterVersion/id,
'_',
./@name)"/>
<xsl:with-param name="href" <xsl:with-param name="href"
tunnel="yes" tunnel="yes"
select="foundry:generate-contentitem-link(./@oid)"/> select="foundry:generate-contentitem-link(./@oid)"/>