|
|
@ -112,16 +112,23 @@ |
|
|
|
<xsl:text>Penalties</xsl:text> |
|
|
|
<xsl:text>Penalties</xsl:text> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td colspan="2"> |
|
|
|
<td colspan="2"> |
|
|
|
<table border="1" width="90%"> |
|
|
|
<xsl:choose> |
|
|
|
<tr class="tdheader"> |
|
|
|
<xsl:when test="punishments"> |
|
|
|
<td width="4%">Âåñ</td> |
|
|
|
<table border="1" width="90%"> |
|
|
|
<td width="38%">Ñîîáùåíèå</td> |
|
|
|
<tr class="tdheader"> |
|
|
|
<td width="10%">Ìîäåðàòîð</td> |
|
|
|
<td width="4%">Âåñ</td> |
|
|
|
<td width="38%">Êîììåíòàðèé</td> |
|
|
|
<td width="38%">Ñîîáùåíèå</td> |
|
|
|
<td width="10%">Èñòåêàåò</td> |
|
|
|
<td width="10%">Ìîäåðàòîð</td> |
|
|
|
</tr> |
|
|
|
<td width="38%">Êîììåíòàðèé</td> |
|
|
|
<xsl:apply-templates select="punishments/punishment"/> |
|
|
|
<td width="10%">Èñòåêàåò</td> |
|
|
|
</table> |
|
|
|
</tr> |
|
|
|
|
|
|
|
<xsl:apply-templates select="punishments/punishment"/> |
|
|
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
</xsl:when> |
|
|
|
|
|
|
|
<xsl:otherwise> |
|
|
|
|
|
|
|
<xsl:text>Íåò</xsl:text> |
|
|
|
|
|
|
|
</xsl:otherwise> |
|
|
|
|
|
|
|
</xsl:choose> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|