Date from and to of a conference in a procceeding was not displayed correctly

git-svn-id: https://svn.libreccm.org/ccm/trunk@5367 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2018-04-06 15:54:46 +00:00
parent c1ea4ca172
commit df747620ee
1 changed files with 12 additions and 4 deletions

View File

@ -732,10 +732,14 @@
<xsl:value-of select="$contentitem-tree/placeOfConference"/>
</xsl:template>
<xsl:template match="content-item-layout//scipublications//date-from-conference">
<xsl:template match="content-item-layout//scipublications//date-from-of-conference">
<xsl:param name="contentitem-tree" tunnel="yes"/>
<xsl:value-of select="$contentitem-tree/dateFromOfConference"/>
<xsl:call-template name="foundry:format-date">
<xsl:with-param name="date-elem"
select="$contentitem-tree/dateFromOfConference"/>
<xsl:with-param name="date-format" select="./date-format"/>
</xsl:call-template>
</xsl:template>
<xsl:template match="content-item-layout//scipublications//if-date-from-of-conference">
@ -746,10 +750,14 @@
</xsl:if>
</xsl:template>
<xsl:template match="content-item-layout//scipublications//date-to-conference">
<xsl:template match="content-item-layout//scipublications//date-to-of-conference">
<xsl:param name="contentitem-tree" tunnel="yes"/>
<xsl:value-of select="$contentitem-tree/dateToOfConference"/>
<xsl:call-template name="foundry:format-date">
<xsl:with-param name="date-elem"
select="$contentitem-tree/dateToOfConference"/>
<xsl:with-param name="date-format" select="./date-format"/>
</xsl:call-template>
</xsl:template>
<xsl:template match="content-item-layout//scipublications//if-date-to-of-conference">