Added title to information section of event pages.
parent
5bfe828e3a
commit
464a9c6b50
|
@ -83,8 +83,12 @@
|
|||
<xsl:call-template name="header" />
|
||||
<h2>Information</h2>
|
||||
<div>
|
||||
Held in <xsl:value-of select="@room" />, on
|
||||
<xsl:value-of select="@date" />, at <xsl:value-of select="@time" />.
|
||||
<p><xsl:value-of select="@title" />.</p>
|
||||
<p>
|
||||
Held in <xsl:value-of select="@room" />, on
|
||||
<xsl:value-of select="@date" />, at
|
||||
<xsl:value-of select="@time" />.
|
||||
</p>
|
||||
</div>
|
||||
<h2>Abstract</h2>
|
||||
<xsl:apply-templates select="abstract/node()" />
|
||||
|
|
Loading…
Reference in New Issue