|
|
|
@ -24,7 +24,9 @@ |
|
|
|
|
</a> |
|
|
|
|
</font> |
|
|
|
|
<br /> |
|
|
|
|
<xsl:if test="(description != '') or (subBoards/board)"> |
|
|
|
|
<table cellpadding="0" cellspacing="0"> |
|
|
|
|
<xsl:if test="description != ''"> |
|
|
|
|
<tr> |
|
|
|
|
<td class="forumdescript" style="padding-right:0.5em"> |
|
|
|
|
<a> |
|
|
|
@ -34,6 +36,7 @@ |
|
|
|
|
</td> |
|
|
|
|
<td class="forumdescript"><xsl:value-of select="description"/></td> |
|
|
|
|
</tr> |
|
|
|
|
</xsl:if> |
|
|
|
|
<xsl:if test="subBoards/board"> |
|
|
|
|
<tr> |
|
|
|
|
<td class="forumdescript"> </td> |
|
|
|
@ -43,6 +46,7 @@ |
|
|
|
|
</tr> |
|
|
|
|
</xsl:if> |
|
|
|
|
</table> |
|
|
|
|
</xsl:if> |
|
|
|
|
</td> |
|
|
|
|
<td width="7%" align="center" class="threadtotal" nowrap="nowrap"><xsl:value-of select="totalThreads"/></td> |
|
|
|
|
<td width="7%" align="center" class="posttotal" nowrap="nowrap"><xsl:value-of select="totalPosts"/></td> |
|
|
|
|