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-94f89814c4dfmaster
parent
c9c81352d0
commit
8ee76beef2
|
|
@ -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)"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue