|
|
|
@ -13,9 +13,7 @@ |
|
|
|
|
<xsl:sort select="@order" order="ascending" /> |
|
|
|
|
<xsl:if test="holder"> |
|
|
|
|
<p> |
|
|
|
|
<div class="position"> |
|
|
|
|
<a href="mailto:{@position}@csclub.uwaterloo.ca"><xsl:value-of select="@name" /></a> |
|
|
|
|
</div> |
|
|
|
|
<a class="position" href="mailto:{@position}@csclub.uwaterloo.ca"><xsl:value-of select="@name" /></a><br /> |
|
|
|
|
<xsl:for-each select="holder"> |
|
|
|
|
<xsl:value-of select="@name" /><br /> |
|
|
|
|
</xsl:for-each> |
|
|
|
|