BoardInfo template improved

main
Inga 🏳‍🌈 14 years ago
parent 922f4d4cdb
commit c8c1d8abf3
  1. 2
      Builder/IISMainHandler/build.txt
  2. 42
      templates/Full/elems/BoardInfo.xslt

@ -24,25 +24,29 @@
</a> </a>
</font> </font>
<br /> <br />
<table cellpadding="0" cellspacing="0"> <xsl:if test="(description != '') or (subBoards/board)">
<tr> <table cellpadding="0" cellspacing="0">
<td class="forumdescript" style="padding-right:0.5em"> <xsl:if test="description != ''">
<a> <tr>
<xsl:attribute name="href">/Board/<xsl:value-of select="id"/>/</xsl:attribute> <td class="forumdescript" style="padding-right:0.5em">
<xsl:text>A</xsl:text> <a>
</a> <xsl:attribute name="href">/Board/<xsl:value-of select="id"/>/</xsl:attribute>
</td> <xsl:text>A</xsl:text>
<td class="forumdescript"><xsl:value-of select="description"/></td> </a>
</tr> </td>
<xsl:if test="subBoards/board"> <td class="forumdescript"><xsl:value-of select="description"/></td>
<tr> </tr>
<td class="forumdescript">&#160;</td> </xsl:if>
<td class="forumdescript" style="padding-top:0.3em"> <xsl:if test="subBoards/board">
<xsl:apply-templates select="subBoards/board"/> <tr>
</td> <td class="forumdescript">&#160;</td>
</tr> <td class="forumdescript" style="padding-top:0.3em">
</xsl:if> <xsl:apply-templates select="subBoards/board"/>
</table> </td>
</tr>
</xsl:if>
</table>
</xsl:if>
</td> </td>
<td width="7%" align="center" class="threadtotal" nowrap="nowrap"><xsl:value-of select="totalThreads"/></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> <td width="7%" align="center" class="posttotal" nowrap="nowrap"><xsl:value-of select="totalPosts"/></td>

Loading…
Cancel
Save