HOUT#56594 MLAFM conform MLDACP
svn path=/Website/branches/v2018.2/; revision=41034
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="Xsrtnotificatiecode">MLDAFM</xsl:variable>
|
||||
<xsl:variable name="Xsrtnotificatiecode">MLDACP</xsl:variable>
|
||||
|
||||
<xsl:template match="melding" mode="include">
|
||||
<table border="0" width="100%" cellpadding="2">
|
||||
@@ -123,22 +123,23 @@ Whenever we use the word "partner" in our communications, it means “partner”
|
||||
</tr>
|
||||
</xsl:when>
|
||||
<xsl:when test="$srtnotificatiecode='MLDAFM'">
|
||||
<tr height="30px"><td colspan="4"/></tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="key"/> <xsl:value-of select="onderwerp"/>
|
||||
<br/><br/>Beste <xsl:value-of select="voor/naam_friendly"/>,
|
||||
<br/><br/>Je melding is afgehandeld. <xsl:call-template name="linebreaks"><xsl:with-param name="string" select="opmerking"/></xsl:call-template>
|
||||
<br/><br/>Mocht je nog vragen of opmerkingen hebben, neem dan contact op met de IT-helpdesk (6400)
|
||||
<br/><br/>Met vriendelijke groet,
|
||||
<br/><br/><xsl:for-each select="tracking/track[@code='MLDAFM']">
|
||||
<xsl:sort select="datum/timestamp" order="ascending"/>
|
||||
<xsl:if test="position() = 1">
|
||||
<xsl:value-of select="user/naam_friendly"/>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</td>
|
||||
</tr>
|
||||
<tr height="30px"><td colspan="4"/></tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
<b>Melding: </b><xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="key"/> <xsl:value-of select="onderwerp"/>
|
||||
<br/><b>Omschrijving: </b><xsl:value-of select="omschrijving"/>
|
||||
<br/><br/>Beste <xsl:value-of select="voor/naam_friendly"/>,
|
||||
<br/><br/>Je melding is afgehandeld. <xsl:call-template name="linebreaks"><xsl:with-param name="string" select="opmerking"/></xsl:call-template>
|
||||
<br/><br/>Mocht je nog vragen of opmerkingen hebben, neem dan contact op met de IT-helpdesk (6400)
|
||||
<br/><br/>Met vriendelijke groet,
|
||||
<br/><br/><xsl:for-each select="tracking/track[@code='MLDAFM']">
|
||||
<xsl:sort select="datum/timestamp" order="ascending"/>
|
||||
<xsl:if test="position() = 1">
|
||||
<xsl:value-of select="user/naam_friendly"/>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<tr height="30px"><td colspan="4"/></tr>
|
||||
|
||||
Reference in New Issue
Block a user