UWVA#37570 notities op meldingbon tonen igv MLDFWD

svn path=/Website/branches/v2016.2/; revision=30989
This commit is contained in:
Ruud Lipper
2016-10-06 08:51:57 +00:00
parent 4a51cd479b
commit 120c2b7610

View File

@@ -10,7 +10,7 @@
<xsl:variable name="lcletters">abcdefghijklmnopqrstuvwxyz</xsl:variable>
<xsl:variable name="ucletters">ABCDEFGHIJKLMNOPQRSTUVWXYZ</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">CUST21</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">MLDFWD</xsl:variable>
<xsl:template name="adres">
<tr>
@@ -1116,13 +1116,41 @@
</td>
</tr>
<tr>
<td class="label">Omschrijving</td>
<td class="value">:
<td class="label" style="padding-bottom:10px;">Omschrijving</td>
<td class="value" style="padding-bottom:10px;">:
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="omschrijving"/>
</xsl:call-template>
</td>
</tr>
<xsl:if test="$srtnotificatiecode = 'MLDFWD' and not(/facilitor/opdracht)">
<xsl:for-each select="notes/note[flag=1]">
<xsl:sort select="aanmaak/timestamp" order="ascending"/>
<tr>
<xsl:choose>
<xsl:when test="position() = 1">
<td align="right" valign="top" class="label">
<xsl:value-of select="//lcl/MLD/behandeling"/>
</td>
</xsl:when>
<xsl:otherwise>
<td/>
</xsl:otherwise>
</xsl:choose>
<td colspan="3" class="value">
<span>
<xsl:choose>
<xsl:when test="position() = 1">:&#xA0;</xsl:when>
<xsl:otherwise>&#xA0;&#xA0;</xsl:otherwise>
</xsl:choose><xsl:value-of select="aanmaak/datum"/>&#xA0;<xsl:value-of select="aanmaak/tijd"/>&#xA0;-&#xA0;<xsl:value-of select="noteur/naam_friendly"/>
</span>&#xA0;
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="omschrijving"/>
</xsl:call-template>
</td>
</tr>
</xsl:for-each>
</xsl:if>
<xsl:if test="opmerking!=''">
<tr>
<td class="label">Status</td>