KFHT#41240 cust01 werkvergunning reminder

svn path=/Website/branches/v2017.2/; revision=36109
This commit is contained in:
Ruud Lipper
2017-11-24 13:33:21 +00:00
parent 2e2004fd27
commit 8ed5d9c62b

View File

@@ -6,6 +6,8 @@
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:variable name="xsrtnotificatiecode">CUST01</xsl:variable>
<xsl:template name="stylesheet">
<style>
body {
@@ -581,10 +583,19 @@ De Algemene Inkoopvoorwaarden van HTCE Site Management BV worden tevens op eerst
</xsl:template>
<xsl:template match="melding" mode="include">
<xsl:if test="$srtnotificatiecode='CUST01'">
<table border="0" width="100%" cellpadding="2" cellspacing="2">
<tr>
<td class="caption" style="padding-top:20px;padding-bottom:20px">
<b>Let op: Uw melding <xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="melding/key"/> staat nog open ter goedkeuring.</b><br/>Wij verzoeken hierop zo spoedig mogelijk actie te ondernemen.
</td>
</tr>
</table>
</xsl:if>
<xsl:choose>
<xsl:when test="discipline/srtdiscipline/key='21'">
<xsl:choose>
<xsl:when test="$srtnotificatiecode=MLDAFM and stdmelding/key='302'">
<xsl:when test="$srtnotificatiecode='MLDAFM' and stdmelding/key='302'">
<table border="0" width="100%" cellpadding="2" cellspacing="2">
<tr>
<td class="caption" style="padding-top:20px;padding-bottom:20px">
@@ -594,7 +605,7 @@ De Algemene Inkoopvoorwaarden van HTCE Site Management BV worden tevens op eerst
<tr><td>Uw aanvraag is beoordeeld door Technisch Informatie Beheer en ligt nu ter behandeling bij de Gebouwbeheerder.</td></tr>
</table>
</xsl:when>
<xsl:when test="$srtnotificatiecode=MLDAFM and kenmerk[@naam='Akkoord gebouwbeheerder']='Ja'">
<xsl:when test="$srtnotificatiecode='MLDAFM' and kenmerk[@naam='Akkoord gebouwbeheerder']='Ja'">
<table border="0" width="100%" cellpadding="2" cellspacing="2">
<tr>
<td class="caption" style="padding-top:20px;padding-bottom:20px">
@@ -615,7 +626,7 @@ De Algemene Inkoopvoorwaarden van HTCE Site Management BV worden tevens op eerst
<!--Startmelding-->
<xsl:when test="stdmelding/key='301' or stdmelding/key='305' or stdmelding/key='308' or stdmelding/key='311' or stdmelding/key='314' or stdmelding/key='317' or stdmelding/key='320' or stdmelding/key='326' or stdmelding/key='329' or stdmelding/key='332' or stdmelding/key='335' or stdmelding/key='338' or stdmelding/key='341'">
<xsl:choose>
<xsl:when test="$srtnotificatiecode=MLDAFM or status_key='5' or status_key='6'">
<xsl:when test="$srtnotificatiecode='MLDAFM' or status_key='5' or status_key='6'">
<b>Status: Aanvraag gesloten</b>
</xsl:when>
<xsl:otherwise>
@@ -623,7 +634,7 @@ De Algemene Inkoopvoorwaarden van HTCE Site Management BV worden tevens op eerst
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:when test="$srtnotificatiecode=MLDREJ or status_key='1'">
<xsl:when test="$srtnotificatiecode='MLDREJ' or status_key='1'">
<b>Status: Aanvraag geannuleerd</b>
</xsl:when>
<!--Slotmelding afgekeurd en gesloten-->