Add election information

This commit is contained in:
David Bartley 2008-09-09 10:32:18 -04:00
parent 0eee3a8e62
commit ff15bad19c
2 changed files with 19 additions and 1 deletions

View File

@ -3,6 +3,19 @@
<!DOCTYPE eventdefs SYSTEM "csc.dtd">
<eventdefs>
<!-- Fall 2008 -->
<eventitem date="2008-09-16" time="4:30 PM" room="Comfy Lounge" title="CSClub Elections">
<short><p>
Elections are scheduled for Tues, Sep 16 @ 4:30 pm in the comfy lounge.
The nomination period closes on Mon, Sep 15 @ 4:30 pm. Nominations may be
sent to cro@csclub.uwaterloo.ca. Candidates should not engage in
campaigning after the nomination period has closed.
</p></short>
</eventitem>
<!-- Spring 2008 -->
<!-- Winter 2008 -->
<eventitem date="2008-02-08" time="4:30 PM" room="MC4042" title="A Brief History of Blackberry and the Wireless Data Telecom Industry">

View File

@ -92,7 +92,12 @@
</p>
</div>
<h2>Abstract</h2>
<xsl:apply-templates select="abstract/node()" />
<xsl:if test="abstract">
<xsl:apply-templates select="abstract/node()" />
</xsl:if>
<xsl:if test="not(abstract)">
<xsl:apply-templates select="short/node()" />
</xsl:if>
<xsl:call-template name="footer" />
</div></body>
</html>