DJIN#52581 -- Tweede revisie van prints

svn path=/Website/branches/v2017.3/; revision=38227
This commit is contained in:
Robin Stoker
2018-06-15 16:01:09 +00:00
parent 6624bb5c86
commit a458391ef6

View File

@@ -7,7 +7,7 @@
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">BESNEW</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">BESREJ</xsl:variable>
<xsl:template name="stylesheet">
<style>
@@ -305,7 +305,7 @@
<xsl:element name="table">
<xsl:attribute name="border">0</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
<xsl:attribute name="style"><xsl:choose><xsl:when test="$srtnotificatiecode!=''">background-color:#b2d7ee;border-collapse:collapse;</xsl:when><xsl:otherwise>border-collapse:collapse;</xsl:otherwise></xsl:choose></xsl:attribute>
<xsl:attribute name="style">border-collapse:collapse;</xsl:attribute>
<xsl:attribute name="cellpadding">2</xsl:attribute>
<xsl:attribute name="cellspacing">2</xsl:attribute>
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
@@ -374,23 +374,6 @@
</xsl:element>
</xsl:for-each>
<!-- Einde informatieblok inhoud -->
<!-- Begin footer -->
<xsl:if test="$srtnotificatiecode!=''">
<table border="0" width="100%" style="border-collapse:collapse;" cellpadding="2" cellspacing="2">
<tr>
<td colspan='4'>
<xsl:if test="$srtnotificatiecode='RESNEW' or $srtnotificatiecode='RESUPD' or $srtnotificatiecode='RESBLK'">
<br/>U vindt uw reservering terug onder 'Reserveringssoverzicht' in het <xsl:element name="a"><xsl:attribute name="href"><xsl:value-of select="$FacilitorRoot"/>/default.asp?fac_id=djin</xsl:attribute>Facilitair portaal</xsl:element>.<br/>
</xsl:if>
<br/>Mocht u nog vragen hebben, dan kunt u contact opnemen met het Facilitair Contactcentrum (088 07 54321).<br/>
<br/>Met vriendelijke groeten,<br/>
<br/>Facilitair Bedrijf DJI
</td>
</tr>
</table>
</xsl:if>
<!-- Einde footer -->
</xsl:template>
<xsl:template name="rsv_ruimte">
@@ -553,7 +536,7 @@
<xsl:element name="table">
<xsl:attribute name="border">0</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
<xsl:attribute name="style"><xsl:choose><xsl:when test="$srtnotificatiecode!=''">background-color:#b2d7ee;border-collapse:collapse;</xsl:when><xsl:otherwise>border-collapse:collapse;</xsl:otherwise></xsl:choose></xsl:attribute>
<xsl:attribute name="style">border-collapse:collapse;</xsl:attribute>
<xsl:attribute name="cellpadding">2</xsl:attribute>
<xsl:attribute name="cellspacing">2</xsl:attribute>
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
@@ -674,49 +657,9 @@
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
</xsl:element>
<!-- Einde informatieblok -->
<!-- Begin footer -->
<xsl:if test="$srtnotificatiecode!=''">
<table border="0" width="100%" style="border-collapse:collapse;" cellpadding="2" cellspacing="2">
<tr>
<td colspan='4'>
<xsl:if test="$srtnotificatiecode='BEZMUT' or $srtnotificatiecode='BEZMUT' or $srtnotificatiecode='BEZMUT'">
<br/>U vindt uw bezoekafspraak terug onder 'Bezoekersoverzicht' in het <xsl:element name="a"><xsl:attribute name="href"><xsl:value-of select="$FacilitorRoot"/>/default.asp?fac_id=djin</xsl:attribute>Facilitair portaal</xsl:element>.<br/>
</xsl:if>
<br/>Mocht u nog vragen hebben, dan kunt u contact opnemen met het Facilitair Contactcentrum (088 07 54321).<br/>
<br/>Met vriendelijke groeten,<br/>
<br/>Facilitair Bedrijf DJI
</td>
</tr>
</table>
</xsl:if>
<!-- Einde footer -->
</xsl:template>
<xsl:template match="bezoeker" mode="include">
<xsl:choose>
<xsl:when test="$srtnotificatiecode='BEZDON' or $srtnotificatiecode='BEZDO2'">
<!-- Begin notificatie brief bezoeker -->
<table border="0" width="100%" style="border-collapse:collapse;" cellpadding="2" cellspacing="2">
<tr>
<td style="font-size:16pt;padding-top:20px;padding-bottom:20px">
<b>Bezoeker <xsl:value-of select="//bezoeker/naam"/> is gearriveerd</b>
</td>
</tr>
<tr>
<td>
<br/>Beste <xsl:value-of select="//bezoeker/afspraak/contact_user/naam_friendly"/>,
<br/><br/>Uw bezoeker <xsl:value-of select="//bezoeker/naam"/> is gearriveerd.
Deze informatie kunt u ook terug vinden onder 'Bezoekersoverzicht' in het <xsl:element name="a"><xsl:attribute name="href"><xsl:value-of select="$FacilitorRoot"/>/default.asp?fac_id=djin</xsl:attribute>Facilitair portaal</xsl:element>.
<br/><br/>Mocht u nog vragen hebben, dan kunt u contact opnemen met het Facilitair Contactcentrum (088 07 54321).
<br/><br/>Met vriendelijke groeten,
<br/><br/>Facilitair Bedrijf DJI
</td>
</tr>
</table>
<!-- Einde notificatie brief bezoeker -->
</xsl:when>
<xsl:otherwise>
<!-- Begin standaard opmaak -->
<table border="0" width="100%" style="border-collapse:collapse;" cellpadding="2" cellspacing="2">
<tr>
@@ -755,8 +698,6 @@
</xsl:if>
</table>
<!-- Einde standaard opmaak -->
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="melding" mode="include">
@@ -826,7 +767,7 @@
<xsl:element name="table">
<xsl:attribute name="border">0</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
<xsl:attribute name="style"><xsl:choose><xsl:when test="$srtnotificatiecode!=''">background-color:#b2d7ee;border-collapse:collapse;</xsl:when><xsl:otherwise>border-collapse:collapse;</xsl:otherwise></xsl:choose></xsl:attribute>
<xsl:attribute name="style">border-collapse:collapse;</xsl:attribute>
<xsl:attribute name="cellpadding">2</xsl:attribute>
<xsl:attribute name="cellspacing">2</xsl:attribute>
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
@@ -875,24 +816,6 @@
</xsl:if>
</tr>
</xsl:element>
<!-- Einde informatieblok -->
<!-- Begin footer -->
<xsl:if test="$srtnotificatiecode!=''">
<table border="0" width="100%" style="border-collapse:collapse;" cellpadding="2" cellspacing="2">
<tr>
<td colspan='4'>
<xsl:if test="$srtnotificatiecode='MLDNEW' or $srtnotificatiecode='MLDAFM' or $srtnotificatiecode='MLDREJ'">
<br/>U vindt uw melding terug onder 'Meldingsoverzicht' in het <xsl:element name="a"><xsl:attribute name="href"><xsl:value-of select="$FacilitorRoot"/>/default.asp?fac_id=djin</xsl:attribute>Facilitair portaal</xsl:element>.<br/>
</xsl:if>
<br/>Mocht u nog vragen hebben, dan kunt u contact opnemen met het Facilitair Contactcentrum (088 07 54321).<br/>
<br/>Met vriendelijke groeten,<br/>
<br/>Facilitair Bedrijf DJI
</td>
</tr>
</table>
</xsl:if>
<!-- Einde footer -->
</xsl:template>
<xsl:template match="opdracht" mode="include">
@@ -910,7 +833,7 @@
<xsl:element name="table">
<xsl:attribute name="border">0</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
<xsl:attribute name="style"><xsl:choose><xsl:when test="$srtnotificatiecode!=''">background-color:#b2d7ee;border-collapse:collapse;</xsl:when><xsl:otherwise>border-collapse:collapse;</xsl:otherwise></xsl:choose></xsl:attribute>
<xsl:attribute name="style">border-collapse:collapse;</xsl:attribute>
<xsl:attribute name="cellpadding">2</xsl:attribute>
<xsl:attribute name="cellspacing">2</xsl:attribute>
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
@@ -943,7 +866,7 @@
<xsl:element name="table">
<xsl:attribute name="border">0</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
<xsl:attribute name="style"><xsl:choose><xsl:when test="$srtnotificatiecode!=''">background-color:#b2d7ee;border-collapse:collapse;</xsl:when><xsl:otherwise>border-collapse:collapse;</xsl:otherwise></xsl:choose></xsl:attribute>
<xsl:attribute name="style">border-collapse:collapse;</xsl:attribute>
<xsl:attribute name="cellpadding">2</xsl:attribute>
<xsl:attribute name="cellspacing">10</xsl:attribute>
<tr>
@@ -1053,7 +976,7 @@
<xsl:element name="table">
<xsl:attribute name="border">0</xsl:attribute>
<xsl:attribute name="width">100%</xsl:attribute>
<xsl:attribute name="style"><xsl:choose><xsl:when test="$srtnotificatiecode!=''">background-color:#b2d7ee;border-collapse:collapse;</xsl:when><xsl:otherwise>border-collapse:collapse;</xsl:otherwise></xsl:choose></xsl:attribute>
<xsl:attribute name="style">border-collapse:collapse;</xsl:attribute>
<xsl:attribute name="cellpadding">2</xsl:attribute>
<xsl:attribute name="cellspacing">2</xsl:attribute>
<xsl:if test="opmerking!='' or count(kenmerk)&gt;0">
@@ -1076,10 +999,6 @@
</xsl:for-each>
<tr><td colspan="4"><hr style="color:#000;height:1px;"/></td></tr>
</xsl:element>
<!-- Einde informatieblok -->
<!-- Begin footer -->
<!-- Einde footer -->
</xsl:template>
<xsl:template match="message" mode="include">
@@ -1101,10 +1020,6 @@
<tr>
<td colspan="2"><xsl:call-template name="linebreaks"><xsl:with-param name="string" select="omschrijving"/></xsl:call-template></td>
</tr>
<tr><td height="20px"/></tr>
<tr>
<td colspan="2">Dit bericht is verstuurd vanuit het <xsl:element name="a"><xsl:attribute name="href"><xsl:value-of select="$FacilitorRoot"/>/default.asp?fac_id=djin</xsl:attribute>Facilitair portaal</xsl:element></td>
</tr>
</table>
</xsl:template>
@@ -1230,6 +1145,9 @@
<xsl:when test="fiatteur">
<xsl:value-of select="fiatteur/naam_full"/>
</xsl:when>
<xsl:when test="voor/afdeling/kostenplaats/kostenplaatsgrp">
<xsl:value-of select="voor/afdeling/kostenplaats/kostenplaatsgrp/budgethouder/naam_full"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="voor/afdeling/kostenplaats/budgethouder/naam_full"/>
</xsl:otherwise>
@@ -1237,6 +1155,31 @@
</td>
<td colspan="2"/>
</tr>
<xsl:if test="$srtnotificatiecode='BESREJ'">
<tr>
<td height="10px" colspan="4"/>
</tr>
<tr>
<td colspan="4" style="border-top:1px solid #000;"/>
</tr>
<tr>
<td height="5px" colspan="4"/>
</tr>
<tr>
<td style="vertical-align:top">Opmerking:</td>
<td class="value" colspan="3">:
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="//bestelling/opmerking"/>
</xsl:call-template>
</td>
</tr>
<tr>
<td height="5px" colspan="4"/>
</tr>
<tr>
<td colspan="4" style="border-top:1px solid #000;"/>
</tr>
</xsl:if>
<xsl:if test="bestel_opm">
<tr>
<td height="10px" colspan="4"/>
@@ -1248,7 +1191,7 @@
<td height="5px" colspan="4"/>
</tr>
<tr>
<td class="label" style="vertical-align:top"><xsl:value-of select="//lcl/FAC/opmerkingen"/></td>
<td class="label" style="vertical-align:top">Opmerking bestelaanvraag:</td>
<td class="value" colspan="3">:
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="bestel_opm"/>