WTCA#38824 Wijziging KTO opbouw (2017/2018)
svn path=/Website/branches/v2016.2/; revision=32268
This commit is contained in:
@@ -816,14 +816,20 @@ if you have any questions about your call, please contact the WTC Servicepoint v
|
|||||||
</tr>
|
</tr>
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="discipline/key='741'">
|
<xsl:when test="discipline/key='741'">
|
||||||
<xsl:for-each select="kenmerk[@type!='Q']">
|
<xsl:for-each select="kenmerk[@type!='Q' and @volgnummer!='-1']">
|
||||||
<xsl:sort select="@volgnummer" data-type="number"/>
|
<xsl:sort select="@volgnummer" data-type="number"/>
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="@type!='L' and @volgnummer<10">
|
<xsl:when test="@type!='L' and (@volgnummer<10 or substring(@naam, 1, 1)='>')">
|
||||||
<tr>
|
<tr>
|
||||||
<td><b><xsl:value-of select="@naam"/>:</b></td>
|
<td colspan="4">
|
||||||
<td colspan="3"><xsl:value-of select="."/></td>
|
<table border="0" style="width:100%;border-collapse:collapse;">
|
||||||
</tr>
|
<tr>
|
||||||
|
<td width="42%"><b><xsl:value-of select="@naam"/>:</b></td>
|
||||||
|
<td><xsl:value-of select="."/></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@type!='L' and @volgnummer>9">
|
<xsl:when test="@type!='L' and @volgnummer>9">
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user