Fac-verify ook immediate en scheduled putorders e-mail ondersteunen
svn path=/Website/trunk/; revision=50553
This commit is contained in:
@@ -2990,6 +2990,9 @@ END:VCALENDAR
|
||||
<xsl:when test="$srtnotificatiecode='PRSREG'">
|
||||
<xsl:apply-templates select="." mode="registreertelefoon"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="$srtnotificatiecode='FACTST'">
|
||||
<xsl:apply-templates select="." mode="facilitortest"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
|
||||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
||||
@@ -3119,6 +3122,20 @@ END:VCALENDAR
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="perslid" mode="facilitortest">
|
||||
<table border="0" cellpadding="1">
|
||||
<tr>
|
||||
<td colspan="4" >
|
||||
Dit is een Facilitor test notificatie<br/>
|
||||
Gericht aan: <xsl:value-of select="//perslid/naam_full"/> (<xsl:value-of select="//perslid/oslogin"/>)<br/>
|
||||
Verstuurd: <xsl:value-of select="//header/dateTime"/><br/>
|
||||
Mode: <xsl:value-of select="$mode"/><br/>
|
||||
srtnotificatiecode: <xsl:value-of select="$srtnotificatiecode"/><br/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="contract" mode="include">
|
||||
<table border="0" cellpadding="1">
|
||||
<xsl:if test="extra_key">
|
||||
|
||||
Reference in New Issue
Block a user