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