Added title to information section of event pages.

This commit is contained in:
David Bartley 2007-08-12 15:17:00 -04:00
parent 5bfe828e3a
commit 464a9c6b50
1 changed files with 6 additions and 2 deletions

View File

@ -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()" />