svn path=/Website/branches/v2016.2/; revision=32032
This commit is contained in:
Maarten van der Heide
2016-12-19 16:31:02 +00:00
parent fbd9c6db81
commit 3a2c8b6622

View File

@@ -156,20 +156,80 @@
</xsl:template>
<xsl:template match="melding" mode="include">
<xsl:variable name="slatijd">
<xsl:variable name="fd">Van Lanschot | Kempen &amp; Co N.V.</xsl:variable>
<xsl:variable name="fd_tel">+31 (0)20 348 9400</xsl:variable>
<xsl:variable name="fd_mail"><a href="mailto:facilitydesk@vanlanschot.com">facilitydesk@vanlanschot.com</a> | <a href="mailto:facilitydesk@kempen.nl">facilitydesk@kempen.nl</a></xsl:variable>
<!--xsl:variable name="slatijd">
<xsl:choose>
<xsl:when test="uitvoertijd[@eenheid='U']"><xsl:value-of select="uitvoertijd"/>&#xA0;<xsl:value-of select="//lcl/MLD/uren"/></xsl:when>
<xsl:otherwise><xsl:value-of select="uitvoertijd"/>&#xA0;<xsl:value-of select="//lcl/FAC/dagen"/></xsl:otherwise>
</xsl:choose>
</xsl:variable>
</xsl:variable-->
<table border="0" width="100%">
<tr>
<td style="text-align:center;">
<xsl:choose>
<xsl:when test="$mode='email'">
<img src="cid:tmpl_logo.gif"/>
</xsl:when>
<xsl:otherwise>
<xsl:element name="img">
<xsl:attribute name="src">../../cust/<xsl:value-of select="//header/custId"/>/tmpl_logo.gif</xsl:attribute>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
</td>
</tr>
</table>
<table border="0" width="100%" cellpadding="2" cellspacing="2">
<xsl:if test="not(//opdracht/extra_key) and extra_key">
<xsl:variable name="mx_key"><xsl:value-of select="extra_key"/></xsl:variable>
<tr>
<td width="18%" style="padding-top:10px;">
<b><xsl:value-of select="//lcl/FAC/bericht"/>:</b>
</td>
<td colspan="3" style="padding-top:10px;">
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="notes/note[key=$mx_key]/omschrijving"/>
</xsl:call-template>
</td>
</tr>
<tr><td colspan="4" style="padding-bottom:20px;"><hr/></td></tr>
</xsl:if>
<tr>
<td width="18%"><br/><b><xsl:value-of select="//lcl/FAC/aanvrager"/>:</b></td>
<td width="32%"><br/><xsl:value-of select="voor/naam_friendly"/></td>
<td width="18%"><br/><b><xsl:value-of select="//lcl/FAC/telefoon"/>:</b></td>
<td width="32%"><br/><xsl:choose><xsl:when test="voor/telefoonnr!=''"><xsl:value-of select="voor/telefoonnr"/></xsl:when><xsl:otherwise><xsl:value-of select="voor/mobiel"/></xsl:otherwise></xsl:choose></td>
</tr>
<tr>
<td><b><xsl:value-of select="//lcl/FAC/afdeling"/>:</b></td>
<td><xsl:value-of select="voor/afdeling/omschrijving"/></td>
<td><b><xsl:value-of select="//lcl/FAC/kostenplaats"/>:</b></td>
<td><xsl:value-of select="voor/afdeling/kostenplaats/nr"/></td>
</tr>
</table>
<table border="0" width="100%" cellpadding="2" cellspacing="2">
<tr>
<td width="12%" class="tiny"><b><br/><br/>Datum:</b></td>
<td width="19%" class="tiny"><br/><br/><xsl:value-of select="datumbegin/datum"/></td>
<td width="10%" class="tiny"><br/><br/><b>Contact:</b></td>
<td width="31%" class="tiny"><br/><br/><xsl:value-of select="behandelaar/naam_friendly"/></td>
<td width="10%" class="tiny"><br/><br/><b>Telefoon:</b></td>
<td class="tiny"><br/><br/><xsl:value-of select="$fd_tel"/></td>
</tr>
<tr>
<td width="12%" class="tiny"><b>Meldingnummer:</b></td>
<td width="19%" class="tiny"><xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="key"/></td>
<td width="10%" class="tiny"><b>E-mail:</b></td>
<td colspan="3" class="tiny"><xsl:value-of select="$fd_mail"/></td>
</tr>
</table>
<table border="0" width="100%" cellpadding="2" cellspacing="2">
<!--tr>
<td colspan="4" style="font-size:14pt;padding-top:20px;padding-bottom:20px;">
<b><xsl:value-of select="//lcl/MLD/melding"/>&#xA0;<xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="key"/> (<xsl:value-of select="discipline/omschrijving"/>/<xsl:value-of select="stdmelding/omschrijving"/>)</b>
</td>
<!--td colspan="2" style="font-size:14pt;padding-top:20px;padding-bottom:20px;">
<xsl:if test="spoed&lt;3"><b><xsl:value-of select="//lcl/MLD/spoed"/></b></xsl:if>
</td-->
</tr>
<xsl:if test="not(//opdracht/extra_key) and extra_key">
<xsl:variable name="mx_key"><xsl:value-of select="extra_key"/></xsl:variable>
@@ -187,7 +247,7 @@
</xsl:if>
<tr>
<td width="18%"><b><xsl:value-of select="//lcl/FAC/aanvrager"/>:</b></td>
<td width="32%"><xsl:value-of select="voor/naam_friendly"/> </td>
<td width="32%"><xsl:value-of select="voor/naam_friendly"/></td>
<td width="18%"><b><xsl:value-of select="//lcl/FAC/telefoon"/>:</b></td>
<td width="32%"><xsl:choose><xsl:when test="voor/telefoonnr!=''"><xsl:value-of select="voor/telefoonnr"/></xsl:when><xsl:otherwise><xsl:value-of select="voor/mobiel"/></xsl:otherwise></xsl:choose></td>
</tr>
@@ -196,12 +256,17 @@
<td><xsl:value-of select="voor/afdeling/omschrijving"/></td>
<td><b><xsl:value-of select="//lcl/FAC/kostenplaats"/>:</b></td>
<td><xsl:value-of select="voor/afdeling/kostenplaats/nr"/></td>
</tr-->
<tr>
<td colspan="4">
<br/><br/>Onderwerp: Melding <xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="key"/> (<xsl:value-of select="discipline/omschrijving"/>/<xsl:value-of select="stdmelding/omschrijving"/>)
</td>
</tr>
<xsl:choose>
<xsl:when test="$srtnotificatiecode='MLDACP'">
<tr>
<td colspan="4">
<br/>Beste <xsl:value-of select="voor/naam_friendly"/>,
<br/><br/>Beste Collega,
<br/><br/>Hierbij bevestigen wij dat onderstaande melding <u><b>in behandeling</b></u> is genomen:
</td>
</tr>
@@ -209,7 +274,7 @@
<xsl:when test="$srtnotificatiecode='MLDAFM'">
<tr>
<td colspan="4">
<br/>Beste <xsl:value-of select="voor/naam_friendly"/>,
<br/><br/>Beste Collega,
<br/><br/>Hierbij bevestigen wij dat onderstaande melding <u><b>gereed</b></u> is:
</td>
</tr>
@@ -217,7 +282,7 @@
<xsl:when test="$srtnotificatiecode='MLDREJ'">
<tr>
<td colspan="4">
<br/>Beste <xsl:value-of select="voor/naam_friendly"/>,
<br/><br/>Beste Collega,
<br/><br/>Hierbij informeren wij je dat onderstaande melding <u><b>afgewezen</b></u> is:
</td>
</tr>
@@ -239,13 +304,14 @@
<xsl:if test="plaats/regio/district/locatie/terrein/naam!=''">(<xsl:value-of select="plaats/regio/district/locatie/terrein/naam"/>)</xsl:if>
</td>
</xsl:when>
<xsl:otherwise>
<xsl:when test="plaats/@type='G'">
<td><b><xsl:value-of select="//lcl/FAC/gebouw"/>:</b></td>
<td>
<xsl:value-of select="plaats/regio/district/locatie/gebouw/code"/>&#xA0;
<xsl:if test="plaats/regio/district/locatie/gebouw/naam!=''">(<xsl:value-of select="plaats/regio/district/locatie/gebouw/naam"/>)</xsl:if>
</td>
</xsl:otherwise>
</xsl:when>
<xsl:otherwise><td colspan="2"/></xsl:otherwise>
</xsl:choose>
<!--td><b><xsl:value-of select="//lcl/MLD/melddatum"/>:</b></td>
<td><xsl:value-of select="gemeld/datum"/>&#xA0;<xsl:value-of select="gemeld/tijd"/></td-->
@@ -272,15 +338,15 @@
</xsl:when>
<xsl:otherwise><td colspan="2"/></xsl:otherwise>
</xsl:choose>
<td><b><xsl:value-of select="//lcl/MLD/datum_gereed"/>:</b></td>
<td><xsl:value-of select="datum_gepland/datum"/>&#xA0;<xsl:value-of select="datum_gepland/tijd"/></td>
<!--td><b><xsl:value-of select="//lcl/MLD/datum_gereed"/>:</b></td>
<td><xsl:value-of select="datum_gepland/datum"/>&#xA0;<xsl:value-of select="datum_gepland/tijd"/></td-->
</tr>
<tr>
<!--tr>
<td><br/><b><xsl:value-of select="//lcl/MLD/stdmelding"/>:</b></td>
<td><br/><xsl:value-of select="stdmelding/omschrijving"/></td>
<td><br/><b><xsl:value-of select="//lcl/MLD/vakgroep"/>:</b></td>
<td><br/><xsl:value-of select="discipline/omschrijving"/></td>
</tr>
</tr-->
<tr>
<td><b><xsl:value-of select="//lcl/FAC/omschrijving"/>:</b></td>
<td colspan="3"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="omschrijving"/></xsl:call-template></td>
@@ -339,13 +405,13 @@
<td colspan="4">
<xsl:choose>
<xsl:when test="$srtnotificatiecode='MLDACP' or $srtnotificatiecode='MLDAFM' or $srtnotificatiecode='MLDREJ'">
<br/>Wij hopen je hiermee voldoende te hebben geïnformeerd.
<!--br/>Wij hopen je hiermee voldoende te hebben geïnformeerd.-->
<br/>Indien je vragen en/of opmerkingen hebt, verzoeken we je contact met ons op te nemen.
<br/><br/>Met vriendelijke groet,
<br/><br/><b>Facilitydesk</b>
<br/><br/>Van Lanschot | Kempen &amp; Co N.V.
<br/>T +31 (0)20 348 9400
<br/>E <a href="mailto:facilitydesk@vanlanschot.com">facilitydesk@vanlanschot.com</a> | <a href="mailto:facilitydesk@kempen.nl">facilitydesk@kempen.nl</a>
<br/><xsl:value-of select="$fd"/>
<br/>T <xsl:value-of select="$fd_tel"/>
<br/>E <xsl:value-of select="$fd_mail"/>
</xsl:when>
<xsl:otherwise/>
</xsl:choose>
@@ -645,6 +711,10 @@ Kempen &amp; Co N.V. is statutair gevestigd aan de Beethovenstraat 300, 1077 WZ
<td><br/><b><xsl:value-of select="//lcl/MLD/status"/>:</b></td>
<td><br/><xsl:value-of select="melding/status"/></td>
</tr>
<tr>
<td><b>Adres:</b></td>
<td colspan="3"><xsl:value-of select="melding/plaats/regio/district/locatie/adres"/>, <xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/><xsl:text> </xsl:text><xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
</tr>
<tr>
<xsl:choose>
<xsl:when test="melding/plaats/@type='T'">
@@ -654,13 +724,14 @@ Kempen &amp; Co N.V. is statutair gevestigd aan de Beethovenstraat 300, 1077 WZ
<xsl:if test="melding/plaats/regio/district/locatie/terrein/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/terrein/naam"/>)</xsl:if>
</td>
</xsl:when>
<xsl:otherwise>
<xsl:when test="melding/plaats/@type='G'">
<td><b><xsl:value-of select="//lcl/FAC/gebouw"/>:</b></td>
<td>
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/code"/>&#xA0;
<xsl:if test="melding/plaats/regio/district/locatie/gebouw/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/naam"/>)</xsl:if>
</td>
</xsl:otherwise>
</xsl:when>
<xsl:otherwise><td colspan="2"/></xsl:otherwise>
</xsl:choose>
<!--td><b><xsl:value-of select="//lcl/MLD/melddatum"/>:</b></td>
<td><xsl:value-of select="melding/gemeld/datum"/>&#xA0;<xsl:value-of select="melding/gemeld/tijd"/></td-->
@@ -795,6 +866,10 @@ Indien u verwacht dat de kosten >€500,- zullen zijn, dient u de opdracht de an
<td><br/><b><xsl:value-of select="//lcl/MLD/status"/>:</b></td>
<td><br/><xsl:value-of select="melding/status"/></td>
</tr>
<tr>
<td><b>Adres:</b></td>
<td colspan="3"><xsl:value-of select="melding/plaats/regio/district/locatie/adres"/>, <xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/><xsl:text> </xsl:text><xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
</tr>
<tr>
<xsl:choose>
<xsl:when test="melding/plaats/@type='T'">
@@ -804,13 +879,14 @@ Indien u verwacht dat de kosten >€500,- zullen zijn, dient u de opdracht de an
<xsl:if test="melding/plaats/regio/district/locatie/terrein/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/terrein/naam"/>)</xsl:if>
</td>
</xsl:when>
<xsl:otherwise>
<xsl:when test="melding/plaats/@type='G'">
<td><b><xsl:value-of select="//lcl/FAC/gebouw"/>:</b></td>
<td>
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/code"/>&#xA0;
<xsl:if test="melding/plaats/regio/district/locatie/gebouw/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/naam"/>)</xsl:if>
</td>
</xsl:otherwise>
</xsl:when>
<xsl:otherwise><td colspan="2"/></xsl:otherwise>
</xsl:choose>
<!--td><b><xsl:value-of select="//lcl/MLD/melddatum"/>:</b></td>
<td><xsl:value-of select="melding/gemeld/datum"/>&#xA0;<xsl:value-of select="melding/gemeld/tijd"/></td-->
@@ -978,6 +1054,10 @@ Indien u verwacht dat de kosten >€500,- zullen zijn, dient u de opdracht de an
<td><br/><b><xsl:value-of select="//lcl/MLD/status"/>:</b></td>
<td><br/><xsl:value-of select="melding/status"/></td>
</tr>
<tr>
<td><b>Adres:</b></td>
<td colspan="3"><xsl:value-of select="melding/plaats/regio/district/locatie/adres"/>, <xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/><xsl:text> </xsl:text><xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
</tr>
<tr>
<xsl:choose>
<xsl:when test="melding/plaats/@type='T'">
@@ -987,13 +1067,14 @@ Indien u verwacht dat de kosten >€500,- zullen zijn, dient u de opdracht de an
<xsl:if test="melding/plaats/regio/district/locatie/terrein/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/terrein/naam"/>)</xsl:if>
</td>
</xsl:when>
<xsl:otherwise>
<xsl:when test="melding/plaats/@type='G'">
<td><b><xsl:value-of select="//lcl/FAC/gebouw"/>:</b></td>
<td>
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/code"/>&#xA0;
<xsl:if test="melding/plaats/regio/district/locatie/gebouw/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/naam"/>)</xsl:if>
</td>
</xsl:otherwise>
</xsl:when>
<xsl:otherwise><td colspan="2"/></xsl:otherwise>
</xsl:choose>
<!--td><b><xsl:value-of select="//lcl/MLD/melddatum"/>:</b></td>
<td><xsl:value-of select="melding/gemeld/datum"/>&#xA0;<xsl:value-of select="melding/gemeld/tijd"/></td-->
@@ -1132,6 +1213,10 @@ Uw offerte dient uiterlijk 5 werkdagen na ontvangst van deze aanvraag ingediend
<td><br/><b><xsl:value-of select="//lcl/MLD/status"/>:</b></td>
<td><br/><xsl:value-of select="melding/status"/></td>
</tr>
<tr>
<td><b>Adres:</b></td>
<td colspan="3"><xsl:value-of select="melding/plaats/regio/district/locatie/adres"/>, <xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/><xsl:text> </xsl:text><xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
</tr>
<tr>
<xsl:choose>
<xsl:when test="melding/plaats/@type='T'">
@@ -1141,13 +1226,14 @@ Uw offerte dient uiterlijk 5 werkdagen na ontvangst van deze aanvraag ingediend
<xsl:if test="melding/plaats/regio/district/locatie/terrein/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/terrein/naam"/>)</xsl:if>
</td>
</xsl:when>
<xsl:otherwise>
<xsl:when test="melding/plaats/@type='G'">
<td><b><xsl:value-of select="//lcl/FAC/gebouw"/>:</b></td>
<td>
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/code"/>&#xA0;
<xsl:if test="melding/plaats/regio/district/locatie/gebouw/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/naam"/>)</xsl:if>
</td>
</xsl:otherwise>
</xsl:when>
<xsl:otherwise><td colspan="2"/></xsl:otherwise>
</xsl:choose>
<!--td><b><xsl:value-of select="//lcl/MLD/melddatum"/>:</b></td>
<td><xsl:value-of select="melding/gemeld/datum"/>&#xA0;<xsl:value-of select="melding/gemeld/tijd"/></td-->
@@ -1272,6 +1358,10 @@ Uw offerte dient uiterlijk 5 werkdagen na ontvangst van deze aanvraag ingediend
<td><br/><b><xsl:value-of select="//lcl/MLD/status"/>:</b></td>
<td><br/><xsl:value-of select="melding/status"/></td>
</tr>
<tr>
<td><b>Adres:</b></td>
<td colspan="3"><xsl:value-of select="melding/plaats/regio/district/locatie/adres"/>, <xsl:value-of select="melding/plaats/regio/district/locatie/postcode"/><xsl:text> </xsl:text><xsl:value-of select="melding/plaats/regio/district/locatie/plaats"/></td>
</tr>
<tr>
<xsl:choose>
<xsl:when test="melding/plaats/@type='T'">
@@ -1281,13 +1371,14 @@ Uw offerte dient uiterlijk 5 werkdagen na ontvangst van deze aanvraag ingediend
<xsl:if test="melding/plaats/regio/district/locatie/terrein/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/terrein/naam"/>)</xsl:if>
</td>
</xsl:when>
<xsl:otherwise>
<xsl:when test="melding/plaats/@type='G'">
<td><b><xsl:value-of select="//lcl/FAC/gebouw"/>:</b></td>
<td>
<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/code"/>&#xA0;
<xsl:if test="melding/plaats/regio/district/locatie/gebouw/naam!=''">(<xsl:value-of select="melding/plaats/regio/district/locatie/gebouw/naam"/>)</xsl:if>
</td>
</xsl:otherwise>
</xsl:when>
<xsl:otherwise><td colspan="2"/></xsl:otherwise>
</xsl:choose>
<!--td><b><xsl:value-of select="//lcl/MLD/melddatum"/>:</b></td>
<td><xsl:value-of select="melding/gemeld/datum"/>&#xA0;<xsl:value-of select="melding/gemeld/tijd"/></td-->