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" /> <xsl:call-template name="header" />
<h2>Information</h2> <h2>Information</h2>
<div> <div>
Held in <xsl:value-of select="@room" />, on <p><xsl:value-of select="@title" />.</p>
<xsl:value-of select="@date" />, at <xsl:value-of select="@time" />. <p>
Held in <xsl:value-of select="@room" />, on
<xsl:value-of select="@date" />, at
<xsl:value-of select="@time" />.
</p>
</div> </div>
<h2>Abstract</h2> <h2>Abstract</h2>
<xsl:apply-templates select="abstract/node()" /> <xsl:apply-templates select="abstract/node()" />