KFNS#39867 Veld met afspraaknummer toegevoegd aan bezoeker node
svn path=/Website/branches/v2016.3/; revision=33675
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="srtnotificatiecode">CUST05</xsl:variable>
|
||||
<xsl:variable name="srtnotificatiecode">CUST05</xsl:variable>
|
||||
|
||||
<xsl:template name="stylesheet">
|
||||
<style>
|
||||
@@ -2386,7 +2386,7 @@ Wij verzoeken u de met de uitvoeringsdatum en de werkzaamheden gespecificeerde f
|
||||
<xsl:otherwise>
|
||||
<html>
|
||||
<xsl:comment>================================ OPDRACHTEN ==============================</xsl:comment>
|
||||
<xsl:call-template name="htmlhead"/>
|
||||
<xsl:call-template name="htmlhead"/>
|
||||
<xsl:element name="body">
|
||||
<!--xsl:if test="$mode!='email'">
|
||||
<xsl:attribute name="onload">window.print();</xsl:attribute>
|
||||
@@ -2398,10 +2398,9 @@ Wij verzoeken u de met de uitvoeringsdatum en de werkzaamheden gespecificeerde f
|
||||
</xsl:choose>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<xsl:template match="bezoeker" mode="full">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$srtnotificatiecode='CUST05'">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$srtnotificatiecode = 'CUST05'">
|
||||
<html>
|
||||
<xsl:call-template name="htmlhead"/>
|
||||
<xsl:call-template name="pageheader"/>
|
||||
@@ -2418,7 +2417,11 @@ Wij verzoeken u de met de uitvoeringsdatum en de werkzaamheden gespecificeerde f
|
||||
<td>E-mail</td>
|
||||
<td>: <xsl:value-of select="kenmerk[@key='1001']"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td>Uw afspraaknummer</td>
|
||||
<td>: <xsl:value-of select="facilitor/bezoeker/afspraak/key"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" style="padding-top: 20px">
|
||||
Geachte <xsl:value-of select="naam"/>,<br/><br/>
|
||||
U bent binnenkort te gast in een NS Kantoor op Station Utrecht Centraal<br/>
|
||||
|
||||
Reference in New Issue
Block a user