List webpages in memberlist

This commit is contained in:
David Bartley 2008-07-26 21:41:52 -04:00
parent 8afca1a316
commit c17ce46d58
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
members.</p>
<table>
<tr>
<th>Name</th>
<th>Name / Webpage</th>
<th>Program</th>
<th>Userid</th>
</tr>
@ -27,7 +27,7 @@
</xsl:choose>
</xsl:variable>
<tr class="{$class}">
<td><xsl:value-of select="@name" /></td>
<td><a href="/~{@userid}/"><xsl:value-of select="@name" /></a></td>
<td><xsl:value-of select="@program" /></td>
<td><xsl:value-of select="@userid" /></td>
</tr>