Make positions.html valid xhtml

This commit is contained in:
David Bartley 2007-11-22 04:56:40 -05:00
parent 94051e3c05
commit 64c5982e26
2 changed files with 5 additions and 7 deletions

View File

@ -23,6 +23,10 @@ h3 {
color: #0055aa;
}
a.position {
font-weight: bold;
}
a:visited {
background: transparent;
color: #8888aa;
@ -99,10 +103,6 @@ div.content {
text-align: left;
}
div.position {
font-weight: bold;
}
div.footerlogo {
float: right;
padding-left: 5px;

View File

@ -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>