|
|
@ -112,6 +112,8 @@ |
|
|
|
<xsl:text>Penalties</xsl:text> |
|
|
|
<xsl:text>Penalties</xsl:text> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td colspan="2"> |
|
|
|
<td colspan="2"> |
|
|
|
|
|
|
|
<xsl:choose> |
|
|
|
|
|
|
|
<xsl:when test="punishments"> |
|
|
|
<table border="1" width="90%"> |
|
|
|
<table border="1" width="90%"> |
|
|
|
<tr class="tdheader"> |
|
|
|
<tr class="tdheader"> |
|
|
|
<td width="4%">Âåñ</td> |
|
|
|
<td width="4%">Âåñ</td> |
|
|
@ -122,6 +124,11 @@ |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<xsl:apply-templates select="punishments/punishment"/> |
|
|
|
<xsl:apply-templates select="punishments/punishment"/> |
|
|
|
</table> |
|
|
|
</table> |
|
|
|
|
|
|
|
</xsl:when> |
|
|
|
|
|
|
|
<xsl:otherwise> |
|
|
|
|
|
|
|
<xsl:text>Íåò</xsl:text> |
|
|
|
|
|
|
|
</xsl:otherwise> |
|
|
|
|
|
|
|
</xsl:choose> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|