3219 lines
118 KiB
XML
3219 lines
118 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" version="1.0">
|
||
<xsl:import href="../../../appl/shared/default.xsl"/>
|
||
<xsl:import href="verhuur.xsl"/>
|
||
<xsl:variable name="Rev">
|
||
<!-- Revision van deze cust.xsl -->
|
||
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
|
||
</xsl:variable>
|
||
<xsl:variable name="smallcase" select="'abcdefghijklmnopqrstuvwxyz'"/>
|
||
<xsl:variable name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
|
||
<xsl:decimal-format name="euro" decimal-separator="," grouping-separator="."/>
|
||
<xsl:variable name="clicktxt">
|
||
<xsl:choose>
|
||
<xsl:when test="//language='NL'">Bekijk deze melding in Facilitor</xsl:when>
|
||
<xsl:otherwise>View this call in Facilitor</xsl:otherwise>
|
||
</xsl:choose>
|
||
</xsl:variable>
|
||
|
||
<xsl:variable name="Xsrtnotificatiecode">MLDAFM</xsl:variable>
|
||
|
||
<xsl:key name="regel" match="//facilitor/rapport/rapport_data/data_row" use="HIDE_F_REGEL"/>
|
||
<xsl:key name="catalogus" match="//facilitor/rapport/rapport_data/data_row" use="FCLT_F_CATALOGUS"/>
|
||
|
||
<xsl:template name="pageheader">
|
||
<table border="0" width="100%">
|
||
<tr>
|
||
<td width="34%" 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>
|
||
</xsl:template>
|
||
|
||
<xsl:template name="pagefooter">
|
||
<table border="0" width="100%">
|
||
<tr>
|
||
<td height="10px"/>
|
||
</tr>
|
||
<tr>
|
||
<td/>
|
||
</tr>
|
||
</table>
|
||
</xsl:template>
|
||
|
||
<xsl:template name="maandnaam">
|
||
<xsl:param name="nr"/>
|
||
<xsl:choose>
|
||
<xsl:when test="$nr=1">januari</xsl:when>
|
||
<xsl:when test="$nr=2">februari</xsl:when>
|
||
<xsl:when test="$nr=3">maart</xsl:when>
|
||
<xsl:when test="$nr=4">april</xsl:when>
|
||
<xsl:when test="$nr=5">mei</xsl:when>
|
||
<xsl:when test="$nr=6">juni</xsl:when>
|
||
<xsl:when test="$nr=7">juli</xsl:when>
|
||
<xsl:when test="$nr=8">augustus</xsl:when>
|
||
<xsl:when test="$nr=9">september</xsl:when>
|
||
<xsl:when test="$nr=10">oktober</xsl:when>
|
||
<xsl:when test="$nr=11">november</xsl:when>
|
||
<xsl:when test="$nr=12">december</xsl:when>
|
||
</xsl:choose>
|
||
</xsl:template>
|
||
|
||
<xsl:template name="maandnaam2">
|
||
<xsl:param name="maand"/>
|
||
<xsl:choose>
|
||
<xsl:when test="$maand=1">januari</xsl:when>
|
||
<xsl:when test="$maand=2">februari</xsl:when>
|
||
<xsl:when test="$maand=3">maart</xsl:when>
|
||
<xsl:when test="$maand=4">april</xsl:when>
|
||
<xsl:when test="$maand=5">mei</xsl:when>
|
||
<xsl:when test="$maand=6">juni</xsl:when>
|
||
<xsl:when test="$maand=7">juli</xsl:when>
|
||
<xsl:when test="$maand=8">augustus</xsl:when>
|
||
<xsl:when test="$maand=9">september</xsl:when>
|
||
<xsl:when test="$maand=10">oktober</xsl:when>
|
||
<xsl:when test="$maand=11">november</xsl:when>
|
||
<xsl:when test="$maand=12">december</xsl:when>
|
||
</xsl:choose>
|
||
</xsl:template>
|
||
|
||
<xsl:template name="monthName">
|
||
<xsl:param name="nr"/>
|
||
<xsl:choose>
|
||
<xsl:when test="$nr=1">January</xsl:when>
|
||
<xsl:when test="$nr=2">February</xsl:when>
|
||
<xsl:when test="$nr=3">March</xsl:when>
|
||
<xsl:when test="$nr=4">April</xsl:when>
|
||
<xsl:when test="$nr=5">May</xsl:when>
|
||
<xsl:when test="$nr=6">June</xsl:when>
|
||
<xsl:when test="$nr=7">July</xsl:when>
|
||
<xsl:when test="$nr=8">August</xsl:when>
|
||
<xsl:when test="$nr=9">September</xsl:when>
|
||
<xsl:when test="$nr=10">October</xsl:when>
|
||
<xsl:when test="$nr=11">November</xsl:when>
|
||
<xsl:when test="$nr=12">December</xsl:when>
|
||
</xsl:choose>
|
||
</xsl:template>
|
||
|
||
<xsl:template name="prijsEx">
|
||
<xsl:param name="prijsInc" select="0"/>
|
||
<xsl:param name="btw" select="0"/>
|
||
<xsl:choose>
|
||
<xsl:when test="$prijsInc='NaN'">0</xsl:when>
|
||
<xsl:when test="$btw!='NaN'">
|
||
<xsl:value-of select="$prijsInc * (100 div (100 + $btw))"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:value-of select="$prijsInc"/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</xsl:template>
|
||
|
||
<xsl:template name="sumProducts">
|
||
<xsl:param name="pList"/>
|
||
<xsl:param name="pResult" select="0"/>
|
||
<xsl:choose>
|
||
<xsl:when test="$pList">
|
||
<xsl:variable name="vHead" select="$pList[1]"/>
|
||
<xsl:variable name="vPrice">
|
||
<xsl:call-template name="prijsEx">
|
||
<xsl:with-param name="prijsInc" select="$vHead/prijs"/>
|
||
<xsl:with-param name="btw" select="$vHead/res_artikel/btw"/>
|
||
</xsl:call-template>
|
||
</xsl:variable>
|
||
<xsl:call-template name="sumProducts">
|
||
<xsl:with-param name="pList" select="$pList[position() > 1]"/>
|
||
<xsl:with-param name="pResult"
|
||
select="$pResult + $vPrice"/>
|
||
</xsl:call-template>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:value-of select="$pResult"/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="melding" mode="include">
|
||
<xsl:choose>
|
||
<!-- Melding key 139 = Roomcheck campus-->
|
||
<xsl:when test="stdmelding/key='139'">
|
||
<div class="page" style="height: 260mm; width: 160mm;">
|
||
<div id="header" style="width: 100%; height: 25mm; text-align: center;">
|
||
<br/>
|
||
<br/>
|
||
<strong>Roomcheck / Kamercontrole</strong>
|
||
<br/>
|
||
<xsl:value-of select="discipline/srtdiscipline/prefix"/>
|
||
<xsl:value-of select="key"/>
|
||
<hr/>
|
||
</div>
|
||
<div class="content" style="width: 100%; height: 200mm;">
|
||
<table border="0" width="100%" cellpadding="2">
|
||
<tr>
|
||
<td align="right" width="52%" height="20px">
|
||
<b>Kamernummer / Roomnumber:</b>
|
||
</td>
|
||
<td align="left" width="48%" style="border-bottom:#000 1px solid">
|
||
<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" height="20px">
|
||
<b>Reden controle / Reason check:</b>
|
||
</td>
|
||
<td align="left" style="border-bottom:#000 1px solid">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Moving to room']!=''">Verhuizing / Movement</xsl:when>
|
||
<xsl:otherwise>Vertrek / Leaving</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" height="20px">
|
||
<b>Datum <xsl:text disable-output-escaping="yes">&</xsl:text> tijd controle / Date <xsl:text disable-output-escaping="yes">&</xsl:text> time of the check:</b>
|
||
</td>
|
||
<td align="left" style="border-bottom:#000 1px solid">
|
||
<xsl:value-of select="kenmerk[@key='504']"/>
|
||
<br/>
|
||
<xsl:value-of select="kenmerk[@key='505']"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" height="20px">
|
||
<b>Naam student / Name student:</b>
|
||
</td>
|
||
<td align="left" style="border-bottom:#000 1px solid">
|
||
<xsl:value-of select="kenmerk[@naam='Name student']/perslid/naam_friendly"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" height="20px">
|
||
<b>Telefoon / Telephone:</b>
|
||
</td>
|
||
<td align="left" style="border-bottom:#000 1px solid">
|
||
<xsl:value-of select="kenmerk[@naam='Name student']/perslid/mobiel"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" height="20px">
|
||
<b>Kamergenoot/ Roommate:</b>
|
||
</td>
|
||
<td align="left" style="border-bottom:#000 1px solid">
|
||
<xsl:value-of select="kenmerk[@naam='Roommate']"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" height="40px">
|
||
<b>Naam gemachtigde / Name authorized representative:</b>
|
||
</td>
|
||
<td align="left" style="border-bottom:#000 1px solid">
|
||
<xsl:value-of select="kenmerk[@naam='Gemachtigde']"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table border="0">
|
||
<tr>
|
||
<td>
|
||
<b>CHECKLIST:</b>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table border="1" width="100%">
|
||
<tr>
|
||
<td/>
|
||
<td style="text-align:center;vertical-align:text-bottom" width="10%">
|
||
<b>Kosten / Costs</b>
|
||
</td>
|
||
<td style="text-align:center;vertical-align:text-bottom" width="45%">
|
||
<b>Schade / Damage</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3" height="30px" align="right" width="45%" style="vertical-align:text-bottom">
|
||
<b>Entree / Entrance</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="10px" align="right" width="45%">Toegangsdeur | Entrance door</td>
|
||
<td height="10px" style="text-align:left" width="10%">€255,00</td>
|
||
<td height="10px" style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Deurschilden | Door plates']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Deurschilden | Door plates']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Deurkruk | Doorhandle</td>
|
||
<td style="text-align:left" width="10%">€10,20</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Deurkruk | Doorhandle']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Deurkruk | Doorhandle']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Deurschilden | Door plates</td>
|
||
<td style="text-align:left" width="10%">€7,65</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Deurschilden | Door plates']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Deurschilden | Door plates']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Sluitplaat | Locking Plate</td>
|
||
<td style="text-align:left" width="10%">€2,55</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Sluitplaat | Locking Plate']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Sluitplaat | Locking Plate']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Slot | Lock</td>
|
||
<td style="text-align:left" width="10%">€25,50</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Slot | Lock']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Slot | Lock']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">1 zijde deur schilderen</td>
|
||
<td style="text-align:left" width="10%">€44,90</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='1 zijde deur schilderen']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='1 zijde deur schilderen']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3" height="30px" align="right" width="45%" style="vertical-align:text-bottom">
|
||
<b>Woonkamer / Living room</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Gordijnen | Curtains</td>
|
||
<td style="text-align:left" width="10%">Nacalc.</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Gordijnen | Curtains']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Gordijnen | Curtains']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Lamp vervangen | Lightbowl</td>
|
||
<td style="text-align:left" width="10%">€3,00</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Lamp vervangen | Lightbowl']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Lamp vervangen | Lightbowl']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">TL balk | TL light</td>
|
||
<td style="text-align:left" width="10%">€25,50</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='TL balk | TL light']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='TL balk | TL light']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Stopcontact | Wall Outlet</td>
|
||
<td style="text-align:left" width="10%">€10,20</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Stopcontact | Wall Outlet']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Stopcontact | Wall Outlet']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3" height="30px" align="right" width="45%" style="vertical-align:text-bottom">
|
||
<b>Badkamer / Bathroom</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Deur badkamer | Bathroom door</td>
|
||
<td style="text-align:left" width="10%">€107,10</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Deur badkamer | Bathroom door']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Deur badkamer | Bathroom door']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Douchegordijn | Showercurtain</td>
|
||
<td style="text-align:left" width="10%">€15,50</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Douchegordijn | Showercurtain']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Douchegordijn | Showercurtain']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Deurkruk badkamer | Bathroom doorhandle</td>
|
||
<td style="text-align:left" width="10%">€10,20</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Deurkruk badkamer | Bathroom doorhandle']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Deurkruk badkamer | Bathroom doorhandle']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Armatuur badkamer | Bathroom armature</td>
|
||
<td style="text-align:left" width="10%">€33,70</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Armatuur badkamer | Bathroom armature']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Armatuur badkamer | Bathroom armature']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Lamp badkamer | Bathroom Lightbowl</td>
|
||
<td style="text-align:left" width="10%">€3,60</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Lamp badkamer | Bathroom Lightbowl']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Lamp badkamer | Bathroom Lightbowl']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Slot badkamer | Bathroom lock</td>
|
||
<td style="text-align:left" width="10%">€30,60</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Slot badkamer | Bathroom lock']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Slot badkamer | Bathroom lock']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">1 zijde deur schilderen</td>
|
||
<td style="text-align:left" width="10%">€44,90</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='1 zijde deur schilderen']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='1 zijde deur schilderen']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
<div id="footer" style="width: 100%; height: 10mm; text-align: center;">
|
||
<table width="100%" cellpadding="0" cellspacing="0" style="border-top: 1px solid black; border-bottom: 1px solid black;">
|
||
<tr>
|
||
<td style="text-align:right">2017-2018
|
||
</td>
|
||
<td style="text-align:center">campus@nyenrode.nl
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div class="page" style="height: 260mm; width: 160mm;">
|
||
<div id="header" style="width: 100%; height: 25mm; text-align: center;">
|
||
<br/>
|
||
<br/>
|
||
<strong>Roomcheck / Kamercontrole</strong>
|
||
<br/>
|
||
<xsl:value-of select="discipline/srtdiscipline/prefix"/>
|
||
<xsl:value-of select="key"/>
|
||
<hr/>
|
||
</div>
|
||
<div class="content" style="width: 100%; height: 200mm;">
|
||
<table border="1" width="100%" cellpadding="2">
|
||
<tr>
|
||
<td colspan="3" height="30px" align="right" width="45%" style="vertical-align:text-bottom">
|
||
<b>Extra</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%" style="vertical-align:text-bottom">Extra cleaning</td>
|
||
<td style="text-align:left" width="10%">€25,50</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Extra cleaning']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Extra cleaning']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td valign="bottom" colspan="3" height="40px" style="vertical-align:text-bottom">
|
||
<i>Prijzen zijn incl. BTW / Prices are incl. VAT</i>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3" align="right" width="100%" height="60px">
|
||
<b>Remarks checklist</b>
|
||
<br/>
|
||
<xsl:value-of select="kenmerk[@naam='Remarks checklist']"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3" height="30px" align="right" width="45%" style="vertical-align:text-bottom">
|
||
<b>Sleutels / Keys</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Key number</td>
|
||
<td style="text-align:left" width="10%">
|
||
<xsl:value-of select="kenmerk[@naam='Key number']"/>
|
||
</td>
|
||
<td style="text-align:center" width="45%"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Keys owned</td>
|
||
<td style="text-align:left" width="10%">
|
||
<xsl:value-of select="kenmerk[@naam='Keys owned']"/>
|
||
</td>
|
||
<td style="text-align:center" width="45%"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Keys received</td>
|
||
<td style="text-align:left" width="10%">
|
||
<xsl:value-of select="kenmerk[@naam='Keys received']"/>
|
||
</td>
|
||
<td style="text-align:center" width="45%"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Order new key</td>
|
||
<td style="text-align:left" width="10%">€82,00</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Order new key']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Order new key']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Mailbox key owned</td>
|
||
<td style="text-align:left" width="10%">
|
||
<xsl:value-of select="kenmerk[@naam='Mailbox key owned']"/>
|
||
</td>
|
||
<td style="text-align:center" width="45%"> </td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Order new mailbox key</td>
|
||
<td style="text-align:left" width="10%">€10,70</td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Order new mailbox key']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Order new mailbox key']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Remarks keys</td>
|
||
<td colspan="2" style="text-align:left" width="55%">
|
||
<xsl:value-of select="kenmerk[@naam='Remarks keys']"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" width="45%">Extra bed weghalen</td>
|
||
<td style="text-align:left" width="10%"> </td>
|
||
<td style="text-align:center" width="45%">
|
||
<xsl:choose>
|
||
<xsl:when test="kenmerk[@naam='Extra bed weghalen']!=''">
|
||
<xsl:value-of select="kenmerk[@naam='Extra bed weghalen']"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
O
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table border="0" width="100%" cellpadding="2">
|
||
<tr>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<b>Paraaf Services team / Initials Services team:_________________________________</b>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<b>Handtekening Student / Signature Student:__________________________________________</b>
|
||
<br/>
|
||
<br/>
|
||
<i>Of / of</i>
|
||
<br/>
|
||
<br/>
|
||
<b>Handtekening gemachtigde / Signature authorized representative:________________________</b>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<b>NOTE: 10 weeks after the room check you will receive a final invoice.</b>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
<div id="footer" style="width: 100%; height: 10mm; text-align: center;">
|
||
<table width="100%" cellpadding="0" cellspacing="0" style="border-top: 1px solid black; border-bottom: 1px solid black;">
|
||
<tr>
|
||
<td style="text-align:right">2017-2018
|
||
</td>
|
||
<td style="text-align:center">campus@nyenrode.nl
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</xsl:when>
|
||
|
||
<xsl:when test="$srtnotificatiecode='CUST02'">
|
||
<br/><br/>Dear <xsl:value-of select="voor/naam_friendly"/>,<br/><br/>
|
||
Hereby we confirm the receipt of your Exit Form for the Nyenrode campus. The following data has been entered into our administration: <br/><br/>
|
||
<table border="0" width="50%" cellpadding="2">
|
||
<tr>
|
||
<td> Date of ending the rental agreement:</td>
|
||
<td> <xsl:value-of select="kenmerk[@naam='Vertrekdatum']"/> </td>
|
||
</tr>
|
||
<tr>
|
||
<td> E-mail address:</td>
|
||
<td> <xsl:value-of select="voor/email"/> </td>
|
||
</tr>
|
||
<tr>
|
||
<td> Mobile phone:</td>
|
||
<td> <xsl:value-of select="voor/mobiel"/> </td>
|
||
</tr>
|
||
<tr>
|
||
<td> IBAN:</td>
|
||
<td> <xsl:value-of select="voor/kenmerk[@naam='IBAN machtiging']"/> </td>
|
||
</tr>
|
||
<tr>
|
||
<td> Room will be checked on: </td>
|
||
<td> <xsl:value-of select="kenmerk[@naam='Datum kamercontrole']"/> at <xsl:value-of select="kenmerk[@naam='Tijd kamercontrole']"/> </td>
|
||
</tr>
|
||
</table>
|
||
|
||
<br/><br/>You need to be present at this time to personally hand in your keys to our Services team.<br/>
|
||
|
||
When certain data is incorrect or has not reached us yet (possible blanks above) or you would like to change the date/time of the room check, please inform us as soon as possible.<br/>
|
||
Also don’t forget to submit your new address to program management. <br/>
|
||
Ten weeks after the room check you will receive a final invoice at the forwarding address. On this invoice we will calculate rent, deposit, final cleaning and damages if applicable.<br/>
|
||
Should you have any further questions, you can reach us through the contact info underneath.<br/><br/>
|
||
Kind regards,<br/>
|
||
<xsl:value-of select="melder/naam_friendly"/> <br/>
|
||
Hospitality and Services, Nyenrode Business Universiteit
|
||
</xsl:when>
|
||
|
||
<xsl:otherwise>
|
||
<table border="0" width="50%" cellpadding="2">
|
||
<tr>
|
||
<!-- <td colspan="2" class="caption" style="padding-top:20px;padding-bottom:20px"> -->
|
||
<td colspan="2" style="font-size: 14pt; padding-top:20px;padding-bottom:20px">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/melding"/> <xsl:value-of select="discipline/srtdiscipline/prefix"/>
|
||
<xsl:value-of select="key"/>
|
||
</b>
|
||
</td>
|
||
<td colspan="2" class="caption" style="padding-top:20px;padding-bottom:20px">
|
||
<xsl:if test="spoed<3">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/spoed"/>
|
||
</b>
|
||
</xsl:if>
|
||
</td>
|
||
<td colspan="2" class="caption" style="padding-top:20px;padding-bottom:20px">
|
||
<xsl:if test="$srtnotificatiecode='MLDINF'">
|
||
<b>REMINDER</b>
|
||
</xsl:if>
|
||
</td>
|
||
</tr>
|
||
<xsl:choose>
|
||
<!-- Melding key 961 = Delivery at servicepoint-->
|
||
<xsl:when test="stdmelding/key='961' or $srtnotificatiecode='MLDINF'">
|
||
<tr>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/stdmelding"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:if test="stdmelding/omschrijving=''">-</xsl:if>
|
||
<xsl:value-of select="stdmelding/omschrijving"/>
|
||
</td>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/melddatum"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="gemeld/datum"/> 
|
||
<xsl:value-of select="gemeld/tijd"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" valign="top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/opmerking"/>:</b>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="omschrijving"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
<tr height="30px">
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4" class="text">Beste
|
||
<xsl:choose>
|
||
<xsl:when test="voor/geslacht='1'">heer <xsl:value-of select="voor/tussenvoegsel"/> <xsl:value-of select="voor/naam"/>
|
||
</xsl:when>
|
||
<xsl:when test="voor/geslacht='0'">mevrouw <xsl:value-of select="voor/tussenvoegsel"/> <xsl:value-of select="voor/naam"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>heer/mevrouw <xsl:value-of select="voor/tussenvoegsel"/> <xsl:value-of select="voor/naam"/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>,
|
||
<xsl:choose>
|
||
<xsl:when test="$srtnotificatiecode='MLDAFM'">
|
||
<br/>
|
||
<br/>Je hebt je pakketje opgehaald bij het Servicepoint.
|
||
<br/>Dit is een automatisch gegenereerd bericht om u te laten weten dat de melding wordt gesloten.
|
||
<br/>
|
||
<br/>Vriendelijke groet,
|
||
<br/>
|
||
<br/>Nyenrode Servicepoint
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<br/>
|
||
<br/>Er ligt een pakket voor u klaar bij het Servicepoint in het de Rooij gebouw.
|
||
<br/>U kunt deze afhalen tijdens openingsuren, van maandag t/m vrijdag tussen 8.30 en 17.00 uur.
|
||
<br/>Pakketten worden maximaal 2 weken bewaard, daarna gaan ze retour afzender.
|
||
<br/>
|
||
<br/>
|
||
<br/>Vriendelijke groet,
|
||
<br/>
|
||
<br/>Nyenrode Servicepoint
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
<tr height="60px">
|
||
<td> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4" class="text">Dear
|
||
<xsl:choose>
|
||
<xsl:when test="voor/geslacht='1'">Sir <xsl:value-of select="voor/tussenvoegsel"/> <xsl:value-of select="voor/naam"/>
|
||
</xsl:when>
|
||
<xsl:when test="voor/geslacht='0'">Madam <xsl:value-of select="voor/tussenvoegsel"/> <xsl:value-of select="voor/naam"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>Sir/Madam <xsl:value-of select="voor/tussenvoegsel"/> <xsl:value-of select="voor/naam"/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>,
|
||
<xsl:choose>
|
||
<xsl:when test="$srtnotificatiecode='MLDAFM'">
|
||
<br/>
|
||
<br/>You have picked up your package at the Service Point.
|
||
<br/>This is an automatically generated message to let you know that the notification is being closed.
|
||
<br/>
|
||
<br/>Kind regards,
|
||
<br/>
|
||
<br/>Nyenrode Servicepoint
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<br/>
|
||
<br/>We have a package waiting for you at the Servicepoint, located on the ground floor of the De Rooij Building.
|
||
<br/>You can collect this package during the opening hours of the Servicepoint: from 8.30 am till 5.00 pm from Monday till Friday.
|
||
<br/>All packages will be available for pick up for 2 weeks. In case they are not picked up during this period, please keep in mind they will be returned to sender.
|
||
<br/>
|
||
<br/>
|
||
<br/>Kind regards,
|
||
<br/>
|
||
<br/>Nyenrode Servicepoint
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<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 align="right" valign="top" 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 align="right" width="16%">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/aanvrager"/>:</b>
|
||
</td>
|
||
<td align="left" width="34%">
|
||
<xsl:value-of select="voor/naam_full"/>
|
||
</td>
|
||
<td align="right" width="16%">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/telefoon"/>:</b>
|
||
</td>
|
||
<td align="left" width="34%">
|
||
<xsl:if test="voor/telefoonnr=''">-</xsl:if>
|
||
<xsl:value-of select="voor/telefoonnr"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:if test="string(voor/naam_full)!=string(voor/naam_full)">
|
||
<tr>
|
||
<td align="right" width="16%">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/meldingvoor"/>:</b>
|
||
</td>
|
||
<td align="left" width="34%">
|
||
<xsl:value-of select="voor/naam_full"/>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
|
||
<tr>
|
||
<td align="right" valign="top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/werkplek"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="voor/werkplek/plaats/regio/district/locatie/gebouw/code"/>-<xsl:value-of select="voor/werkplek/plaats/regio/district/locatie/gebouw/naam"/>
|
||
<br/>
|
||
<xsl:value-of select="voor/werkplek/plaats/regio/district/locatie/gebouw/verdieping/code"/>.<xsl:value-of select="voor/werkplek/plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr"/> 
|
||
<xsl:if test="voor/werkplek/plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving!=''">(<xsl:value-of select="voor/werkplek/plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving"/>)</xsl:if>
|
||
</td>
|
||
<td colspan="2"/>
|
||
</tr>
|
||
<tr height="40px">
|
||
<td colspan="4">
|
||
<hr/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/locatie"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="plaats/regio/district/locatie/code"/> 
|
||
<xsl:if test="plaats/regio/district/locatie/omschrijving!=''">(<xsl:value-of select="plaats/regio/district/locatie/omschrijving"/>)</xsl:if>
|
||
</td>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/melddatum"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="gemeld/datum"/> 
|
||
<xsl:value-of select="gemeld/tijd"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<xsl:choose>
|
||
<xsl:when test="plaats/@type='T'">
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/terrein"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="plaats/regio/district/locatie/terrein/code"/>-<xsl:value-of select="plaats/regio/district/locatie/terrein/naam"/>
|
||
</td>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/gebouw"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="plaats/regio/district/locatie/gebouw/code"/>-<xsl:value-of select="plaats/regio/district/locatie/gebouw/naam"/>
|
||
</td>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<td align="right">
|
||
<xsl:choose>
|
||
<xsl:when test="//language='NL'">
|
||
<b>Verwachte einddatum:</b>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<b>Expected completion date:</b>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="einddatum/datum"/> 
|
||
<xsl:value-of select="einddatum/tijd"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<xsl:if test="plaats/@type='T' or plaats/@type='G'">
|
||
<td colspan="2"/>
|
||
</xsl:if>
|
||
<xsl:if test="plaats/@type!='T' and plaats/@type!='G'">
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/bouwlaag"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/code"/> 
|
||
<xsl:if test="plaats/regio/district/locatie/gebouw/verdieping/omschrijving!=''">(<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/omschrijving"/>)</xsl:if>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:choose>
|
||
<xsl:when test="uitvoertijd[@eenheid='U']">
|
||
<td width="16%" align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/uitvoertijd"/>:</b>
|
||
</td>
|
||
<td width="34%">
|
||
<xsl:value-of select="uitvoertijd"/> <xsl:value-of select="//lcl/MLD/uren"/>
|
||
</td>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<td width="16%" align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/uitvoertijd"/>:</b>
|
||
</td>
|
||
<td width="34%">
|
||
<xsl:value-of select="uitvoertijd"/> <xsl:value-of select="//lcl/FAC/dagen"/>
|
||
</td>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</tr>
|
||
<tr>
|
||
<xsl:if test="plaats/@type='R'">
|
||
<td align="right" valign="top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/ruimte"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/nr"/> 
|
||
<xsl:if test="plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving!=''">(<xsl:value-of select="plaats/regio/district/locatie/gebouw/verdieping/ruimte/omschrijving"/>)</xsl:if>
|
||
</td>
|
||
</xsl:if>
|
||
<xsl:if test="plaats/@type!='R'">
|
||
<td colspan="2"/>
|
||
</xsl:if>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/status"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="status"/>
|
||
</td>
|
||
</tr>
|
||
<tr height="30px">
|
||
<td colspan="4"/>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/stdmelding"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:if test="stdmelding/omschrijving=''">-</xsl:if>
|
||
<xsl:value-of select="stdmelding/omschrijving"/>
|
||
</td>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/vakgroep"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:if test="discipline/omschrijving=''">-</xsl:if>
|
||
<xsl:value-of select="discipline/omschrijving"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:comment>als we binnen een opdracht zijn, tonen we de meldingtekst niet</xsl:comment>
|
||
<tr>
|
||
<td align="right" valign="top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/omschrijving"/>:</b>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="omschrijving"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
<tr height="40px">
|
||
<td colspan="4">
|
||
<hr/>
|
||
</td>
|
||
</tr>
|
||
</tr>
|
||
|
||
<tr>
|
||
<xsl:if test="rsv_ruimte">
|
||
<xsl:choose>
|
||
<xsl:when test="//language='NL'">
|
||
<tr>
|
||
<td align="right" colspan="3">
|
||
<b>Hoort bij reservering <xsl:value-of select="rsv_ruimte/id"/></b>
|
||
</td>
|
||
<td/>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b>Datum:</b></td>
|
||
<td colspan="3">
|
||
<xsl:value-of select="rsv_ruimte/van/datum"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b>Begintijd:</b></td>
|
||
<td colspan="3">
|
||
<xsl:value-of select="rsv_ruimte/van/tijd"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b>Eindtijd:</b></td>
|
||
<td colspan="3">
|
||
<xsl:value-of select="rsv_ruimte/tot/tijd"/>
|
||
</td>
|
||
</tr>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<tr>
|
||
<td align="right" colspan="3">
|
||
<b>Related to reservation <xsl:value-of select="rsv_ruimte/id"/></b>
|
||
</td>
|
||
<td/>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b>Date:</b></td>
|
||
<td colspan="3">
|
||
<xsl:value-of select="rsv_ruimte/van/datum"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b>Start time:</b></td>
|
||
<td colspan="3">
|
||
<xsl:value-of select="rsv_ruimte/van/tijd"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b>End time:</b></td>
|
||
<td colspan="3">
|
||
<xsl:value-of select="rsv_ruimte/tot/tijd"/>
|
||
</td>
|
||
</tr>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</xsl:if>
|
||
</tr>
|
||
|
||
<xsl:for-each select="kenmerk[@type!='L' and @type!='l' and @type!='Q' and count(@xmlnode)=0]">
|
||
<xsl:sort select="@volgnummer" data-type="number"/>
|
||
<xsl:if test=".!=''">
|
||
<tr>
|
||
<td align="right">
|
||
<b>
|
||
<xsl:value-of select="@naam"/>:</b>
|
||
</td>
|
||
<td colspan="3">
|
||
<xsl:value-of select="."/>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
</xsl:if>
|
||
</xsl:for-each>
|
||
<!-- Melding key 146 = aanvraag extra sleutel-->
|
||
<xsl:if test="stdmelding/key='146'">
|
||
<tr>
|
||
<td colspan="4">
|
||
<br/>When you have lost your key Nyenrode will place a new lock in the door. Nyenrode will charge you €80,00 for this new lock, which will be deducted from you deposit.
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
<xsl:if test="count(deel)>0">
|
||
<xsl:for-each select="deel">
|
||
<xsl:sort select="omschrijving"/>
|
||
<tr>
|
||
<xsl:choose>
|
||
<xsl:when test="position()=1">
|
||
<td align="right" valign="top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/objecten"/>:</b>
|
||
</td>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<td/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<td align="left" valign="top">
|
||
<xsl:value-of select="omschrijving"/>
|
||
</td>
|
||
<td colspan="2" valign="top">
|
||
<xsl:comment>NADER TE DEFINIEREN</xsl:comment>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</xsl:if>
|
||
<xsl:if test="behandelwijze=2">
|
||
<xsl:for-each select="notes/note[flag=1]">
|
||
<xsl:sort select="aanmaak/timestamp" order="ascending"/>
|
||
<tr>
|
||
<xsl:choose>
|
||
<xsl:when test="position() = 1">
|
||
<td align="right" valign="top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/behandeling"/>:</b>
|
||
</td>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<td/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<td colspan="3">
|
||
<span class="mldbeh">
|
||
<xsl:value-of select="aanmaak/datum"/> <xsl:value-of select="aanmaak/tijd"/> - <xsl:value-of select="noteur/naam_friendly"/>
|
||
</span> 
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="omschrijving"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</xsl:if>
|
||
<xsl:if test="opmerking!=''">
|
||
<tr>
|
||
<td align="right" valign="top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/MLD/afhandeling"/>:</b>
|
||
</td>
|
||
<td colspan="3">
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="opmerking"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
<tr height="30px">
|
||
<td colspan="4"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4">
|
||
<xsl:element name="a">
|
||
<xsl:attribute name="href">https://<xsl:value-of select="$FacilitorRoot"/>?SSO=1&<xsl:value-of select="../bookmarks/melding"/>
|
||
<xsl:value-of select="key"/>
|
||
</xsl:attribute>
|
||
<xsl:value-of select="$clicktxt"/>
|
||
</xsl:element>
|
||
</td>
|
||
</tr>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</table>
|
||
</xsl:otherwise>
|
||
|
||
</xsl:choose>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="bestelopdracht" mode="include">
|
||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
||
<TR>
|
||
<TD WIDTH="40" ROWSPAN="30" ID="LINKERMARGE"></TD>
|
||
<TD>
|
||
<!-- Bestelopdracht -->
|
||
<table border="0" bordercolor="#ffffff" width="100%">
|
||
<tr>
|
||
<td colspan="5" class="caption" style="text-align:center">
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/inkooporder"/>
|
||
</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" style="height:30"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" style="width:47%">
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/factuur_aan"/>:</b>
|
||
</td>
|
||
<td style="width:6%"></td>
|
||
<td colspan="2" style="width:47%">
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/leverancier"/>:</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2">
|
||
<xsl:value-of select="factuuradres/naam"/>
|
||
<br/>
|
||
<xsl:value-of select="factuuradres/post_adres"/>
|
||
<br/>
|
||
<xsl:value-of select="factuuradres/post_postcode"/> 
|
||
<xsl:value-of select="factuuradres/post_plaats"/>
|
||
<br/>
|
||
<xsl:value-of select="factuuradres/post_land"/>
|
||
</td>
|
||
<td/>
|
||
<td colspan="2">
|
||
<xsl:value-of select="bedrijf/naam"/>
|
||
<br/>
|
||
<xsl:value-of select="bedrijf/post_adres"/>
|
||
<br/>
|
||
<xsl:value-of select="bedrijf/post_postcode"/> 
|
||
<xsl:value-of select="bedrijf/post_plaats"/>
|
||
<br/>
|
||
<xsl:value-of select="bedrijf/post_land"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" style="height:20"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/contactgegevens"/>: </b>
|
||
</td>
|
||
<td/>
|
||
<td colspan="2">
|
||
<b/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" style="vertical-align:top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/besteller"/>: </b>
|
||
<xsl:value-of select="bestelling/aanvrager/naam_full"/>
|
||
<br/>
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/e-mail"/>: </b>
|
||
<xsl:value-of select="bestelling/aanvrager/email"/>
|
||
<br/>
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/telefoon"/>: </b>
|
||
<xsl:value-of select="bestelling/aanvrager/telefoonnr"/>
|
||
<br/>
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/kostenplaats"/>: </b>
|
||
<xsl:value-of select="bestelling/kostenplaats/nr"/>
|
||
<br/>
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/werkplek"/>: </b>
|
||
<xsl:value-of select="bestelling/plaats"/>
|
||
<br/>
|
||
<xsl:if test="bestelling/bestel_opm">
|
||
<b>
|
||
<xsl:value-of select="//lcl/FAC/opmerking"/>: </b><br/>
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="bestelling/bestel_opm"/>
|
||
</xsl:call-template>
|
||
</xsl:if>
|
||
</td>
|
||
<td/>
|
||
<td colspan="2" style="vertical-align:top">
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/aanvraagnummers"/>: </b>
|
||
<xsl:value-of select="bestelling/key"/>
|
||
<br/>
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/opdrachtnummer"/>: </b>
|
||
<xsl:value-of select="id"/>
|
||
<br/>
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/orderdatum"/>: </b>
|
||
<xsl:value-of select="datum/datum"/>
|
||
<br/>
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/gewenste_afleverdatum"/>: </b>
|
||
<xsl:value-of select="bestelling/leverdatum/datum"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" style="height:20"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2">
|
||
<b>
|
||
<xsl:value-of select="//lcl/BES/afleveradres"/>: </b>
|
||
</td>
|
||
<td/>
|
||
<td colspan="2">
|
||
<b/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" style="vertical-align:top">
|
||
<xsl:value-of select="afleveradres/naam"/>
|
||
<br/>
|
||
<xsl:value-of select="afleveradres/bezoek_adres"/>
|
||
<br/>
|
||
<xsl:value-of select="afleveradres/bezoek_postcode"/> 
|
||
<xsl:value-of select="afleveradres/bezoek_plaats"/>
|
||
<br/>
|
||
<xsl:value-of select="afleveradres/bezoek_land"/>
|
||
</td>
|
||
<td/>
|
||
<td colspan="2" style="vertical-align:top">
|
||
<xsl:for-each select="bestelling/kenmerk[@type!='L' and @type!='l' and @type!='Q']">
|
||
<b>
|
||
<xsl:value-of select="@naam"/>: </b>
|
||
<xsl:value-of select="."/>
|
||
<br/>
|
||
</xsl:for-each> </td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" style="height:20"/>
|
||
</tr>
|
||
<TR>
|
||
<TD colspan="5">
|
||
<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#303030" width="100%">
|
||
<tr>
|
||
<th style="width:20">
|
||
<xsl:value-of select="//lcl/BES/regel"/>
|
||
</th>
|
||
<th style="width:20">
|
||
<xsl:value-of select="//lcl/BES/artikelnr"/>
|
||
</th>
|
||
<th style="width:200">
|
||
<xsl:value-of select="//lcl/FAC/omschrijving"/>
|
||
</th>
|
||
<th style="width:20">
|
||
<xsl:value-of select="//lcl/FAC/eenheid"/>
|
||
</th>
|
||
<th style="width:20; text-align:right">
|
||
<xsl:value-of select="//lcl/FAC/aantal"/>
|
||
</th>
|
||
<th style="width:20; text-align:right">
|
||
<xsl:value-of select="//lcl/FAC/prijs"/>
|
||
</th>
|
||
<th style="width:20; text-align:right">
|
||
<xsl:value-of select="//lcl/FAC/totaal"/>
|
||
</th>
|
||
</tr>
|
||
<xsl:for-each select="bestelopdrachtitem">
|
||
<xsl:sort select="srtdeel/omschrijving"/>
|
||
<xsl:sort select="posnr" data-type="number"/>
|
||
<tr>
|
||
<td class="result">
|
||
<xsl:value-of select="posnr"/>
|
||
</td>
|
||
<td class="result">
|
||
<xsl:value-of select="bestelitem/srtdeel/artikel_nummer"/>
|
||
</td>
|
||
<td class="result">
|
||
<xsl:value-of select="bestelitem/srtdeel/omschrijving"/> 
|
||
<xsl:for-each select="bestelitem/kenmerk">
|
||
<br/>
|
||
<xsl:value-of select="@naam"/>: <xsl:value-of select="."/>
|
||
</xsl:for-each>
|
||
</td>
|
||
<td class="result">
|
||
<xsl:value-of select="bestelitem/srtdeel/eenheid"/>
|
||
</td>
|
||
<td class="result" style="text-align:right">
|
||
<xsl:value-of select="aantal"/>
|
||
</td>
|
||
<td class="result" style="text-align:right">
|
||
<xsl:value-of select="format-number(prijs, '0,00', 'european')"/>
|
||
</td>
|
||
<td class="result" style="text-align:right">
|
||
<xsl:value-of select="format-number(totaal, '0,00', 'european')"/>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
<tr>
|
||
<td colspan="6"/>
|
||
<td style="text-align:right">
|
||
<b>
|
||
<xsl:value-of select="format-number(sum(bestelopdrachtitem/totaal), '0,00', 'european')"/>
|
||
</b>
|
||
</td>
|
||
</tr>
|
||
</TABLE>
|
||
</TD>
|
||
</TR>
|
||
<tr>
|
||
<td colspan="5" style="height:40"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="5" style="text-align:center; font-size:9px">
|
||
<xsl:value-of select="//lcl/BES/order_disclaimer1"/>(<xsl:value-of select="id"/>)<xsl:value-of select="//lcl/BES/order_disclaimer2"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</TD>
|
||
<TD WIDTH="30" ROWSPAN="30" ID="RECHTERMARGE"/>
|
||
</TR>
|
||
</TABLE>
|
||
</xsl:template>
|
||
|
||
|
||
<xsl:template match="opdracht" mode="include">
|
||
<table border="0" width="100%" cellpadding="2">
|
||
<tr>
|
||
<td colspan="4" class="caption" style="padding-top:20px;padding-bottom:20px">
|
||
<b>
|
||
<xsl:choose>
|
||
<xsl:when test="statusopdr_key = 10 and statusopdr_key_refiat > 0">
|
||
<xsl:value-of select="//lcl/MLD/hergoedkeuring"/>: 
|
||
</xsl:when>
|
||
<xsl:when test="(statusopdr_key = 3 or statusopdr_key = 4) and statusopdr_key_refiat > 0">
|
||
<xsl:value-of select="//lcl/MLD/herfiattering"/>: 
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
<xsl:value-of select="opdrachttype/omschrijving"/> 
|
||
<xsl:value-of select="melding/stdmelding/discipline/srtdiscipline/prefix"/>
|
||
<xsl:value-of select="melding/key"/>/<xsl:value-of select="bedrijfopdr_volgnr"/></b>
|
||
</td>
|
||
</tr>
|
||
<xsl:if test="extra_key">
|
||
<xsl:variable name="ox_key"><xsl:value-of select="extra_key"/></xsl:variable>
|
||
<tr>
|
||
<td align="right" valign="top" style="padding-top:15px;padding-bottom:10px;">
|
||
<b><xsl:value-of select="//lcl/FAC/bericht"/>:</b>
|
||
</td>
|
||
<td colspan="5" style="padding-top:15px;padding-bottom:10px;">
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="notes/note[key=$ox_key]/omschrijving"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="6" style="padding-bottom:15px;">
|
||
<hr/>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
<tr>
|
||
<td width="16%"/>
|
||
<td width="17%"/>
|
||
<td width="17%"/>
|
||
<td width="16%" align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/bedrijf"/>:</b>
|
||
|
||
</td>
|
||
|
||
|
||
<td width="17%">
|
||
<xsl:value-of select="uitvoerende/bedrijf/naam"/>
|
||
</td>
|
||
|
||
<td width="17%">
|
||
|
||
</td>
|
||
<td width="17%">
|
||
|
||
|
||
</td>
|
||
|
||
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3">
|
||
|
||
</td>
|
||
<td align="right">
|
||
<xsl:choose>
|
||
<xsl:when test="uitvoerende/bedrijf/key='40892' and melding/plaats/regio/district/locatie/key='29' " >
|
||
<b>Relatienummer:</b>          6035821
|
||
</xsl:when>
|
||
<xsl:when test="uitvoerende/bedrijf/key='40892' and melding/plaats/regio/district/locatie/key='61' " >
|
||
<b>Relatienummer:</b>          6035924
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
</td>
|
||
</tr>
|
||
|
||
<tr>
|
||
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/contactpersoon"/>:</b>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="contactpersoon/naam_full"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/telefoon"/>:</b>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="contactpersoon/telefoon1"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/adres"/>:</b>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="uitvoerende/bedrijf/post_adres"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/plaats"/>:</b>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="uitvoerende/bedrijf/post_plaats"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/contactpersoon"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="backoffice_contact/naam_full"/>
|
||
</td>
|
||
<td colspan="3"/>
|
||
</tr>
|
||
<tr>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/telefoon"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="backoffice_contact/telefoonnr"/>
|
||
</td>
|
||
<td align="left">
|
||
</td>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/kostenplaats"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="kostenplaats/nr"/>
|
||
</td>
|
||
</tr>
|
||
<xsl:if test="melding/kenmerk[@naam='Ordernr']!=''">
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/MLD/ordernr"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="melding/kenmerk[@naam='Ordernr']"/>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/MLD/datum_gereed"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="datumgereed/datum"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/MLD/datum_verzonden"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="datumverzonden/datum"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/MLD/status"/>:</b>
|
||
</td>
|
||
<td align="left">
|
||
<xsl:value-of select="status"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td align="right" valign="top">
|
||
<b><xsl:value-of select="//lcl/FAC/omschrijving"/>:</b>
|
||
</td>
|
||
<td align="left" colspan="3">
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="omschrijving"/>
|
||
|
||
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="6">
|
||
<hr/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="6" align="center">
|
||
<table width="100%" style="background-color:#EEEEEE;border: 1px solid blue">
|
||
<tr>
|
||
<td>
|
||
<xsl:apply-templates select="melding" mode="include"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="6" height="30px" valign="center">
|
||
<hr/>
|
||
</td>
|
||
</tr>
|
||
<xsl:variable name="arbeid" select="uren*uurloon"/>
|
||
<xsl:variable name="arbeid_refiat" select="uren_refiat*uurloon_refiat"/>
|
||
<tr>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/MLD/uren"/>:</b>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="format-number(uren, '0,00', 'european')"/>
|
||
<b> à </b>€ <xsl:value-of select="format-number(uurloon, '0,00', 'european')"/></td>
|
||
<td style="width:2in;text-align:left">
|
||
<xsl:if test="statusopdr_key_refiat > 0">
|
||
(<xsl:value-of select="//lcl/MLD/was"/> <xsl:value-of select="format-number(uren, '0,00', 'european')"/>
|
||
<b> à </b>€ <xsl:value-of select="format-number(uurloon, '0,00', 'european')"/>)
|
||
</xsl:if>
|
||
</td>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/MLD/arbeid"/>:</b>
|
||
</td>
|
||
<td style="width:1in;text-align:right">€ <xsl:value-of select="format-number($arbeid, '0,00', 'european')"/></td>
|
||
<td style="width:1in;text-align:right">
|
||
<xsl:if test="statusopdr_key_refiat > 0">
|
||
(<xsl:value-of select="//lcl/MLD/was"/> € <xsl:value-of select="format-number($arbeid_refiat, '0,00', 'european')"/>)
|
||
</xsl:if>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/MLD/materiaal"/>:</b>
|
||
</td>
|
||
<td style="width:1in;text-align:right">€ <xsl:value-of select="format-number(materiaal, '0,00', 'european')"/></td>
|
||
<td style="width:1in;text-align:right">
|
||
<xsl:if test="statusopdr_key_refiat > 0">
|
||
(<xsl:value-of select="//lcl/MLD/was"/> € <xsl:value-of select="format-number(materiaal_refiat, '0,00', 'european')"/>)
|
||
</xsl:if>
|
||
</td>
|
||
</tr>
|
||
<xsl:variable name="correctie0" select="$arbeid + materiaal"/>
|
||
<xsl:variable name="correctie" select="kosten - $correctie0"/>
|
||
<xsl:variable name="correctie0_refiat" select="$arbeid_refiat + materiaal_refiat"/>
|
||
<xsl:variable name="correctie_refiat" select="kosten_refiat - $correctie0_refiat"/>
|
||
<xsl:if test="$correctie!=0">
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/MLD/correctie"/>:</b>
|
||
</td>
|
||
<td style="width:1in;text-align:right">€ <xsl:value-of select="format-number($correctie, '0,00', 'european')"/></td>
|
||
<td style="width:1in;text-align:right">
|
||
<xsl:if test="statusopdr_key_refiat > 0">
|
||
(<xsl:value-of select="//lcl/MLD/was"/> € <xsl:value-of select="format-number($correctie_refiat, '0,00', 'european')"/>)
|
||
</xsl:if>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
<tr>
|
||
<td colspan="3"/>
|
||
<td align="right">
|
||
<b><xsl:value-of select="//lcl/FAC/totaal"/>:</b>
|
||
</td>
|
||
<td style="width:1in;text-align:right">
|
||
<b>€ <xsl:value-of select="format-number(kosten, '0,00', 'european')"/></b>
|
||
</td>
|
||
<td style="width:1in;text-align:right">
|
||
<xsl:if test="statusopdr_key_refiat > 0">
|
||
(<xsl:value-of select="//lcl/MLD/was"/> € <xsl:value-of select="format-number(kosten_refiat, '0,00', 'european')"/>)
|
||
</xsl:if>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:template>
|
||
|
||
<xsl:template name="printstyle">
|
||
<style>
|
||
*{ font-family: Arial;}
|
||
body { font-size: 10pt; }
|
||
td { vertical-align: top; }
|
||
td, p, ul, li, div { line-height: 1.15em;}
|
||
</style>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="rapport" mode="default">
|
||
<html>
|
||
<xsl:choose>
|
||
|
||
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_VERTREKBRIEF'">
|
||
<head>
|
||
<xsl:call-template name="printstyle"/>
|
||
</head>
|
||
<body>
|
||
<xsl:for-each select="rapport_data/data_row">
|
||
<xsl:apply-templates select="." mode="brief_vertrek"/>
|
||
</xsl:for-each>
|
||
</body>
|
||
</xsl:when>
|
||
|
||
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_CONTRACT_STUDENT'">
|
||
<head>
|
||
<xsl:call-template name="printstyle"/>
|
||
</head>
|
||
<body style="margin-top: 0;">
|
||
<xsl:for-each select="rapport_data/data_row">
|
||
<xsl:sort select="FCLT_F_TONEN"/>
|
||
<xsl:if test="FCLT_F_TONEN='Bevestigingsbrief'">
|
||
<xsl:apply-templates select="." mode="bevestigingsbrief"/>
|
||
</xsl:if>
|
||
<xsl:if test="FCLT_F_TONEN='Contract'">
|
||
<xsl:apply-templates select="." mode="huurovereenkomst_student"/>
|
||
</xsl:if>
|
||
</xsl:for-each>
|
||
</body>
|
||
</xsl:when>
|
||
|
||
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_CNT_STUDENT_ALL'">
|
||
<head>
|
||
<xsl:call-template name="printstyle"/>
|
||
</head>
|
||
<body style="margin-top: 0;">
|
||
<xsl:for-each select="rapport_data/data_row">
|
||
<xsl:sort select="FCLT_F_TONEN"/>
|
||
<xsl:if test="FCLT_F_TONEN='Bevestigingsbrief'">
|
||
<xsl:apply-templates select="." mode="bevestigingsbrief"/>
|
||
</xsl:if>
|
||
<xsl:if test="FCLT_F_TONEN='Contract'">
|
||
<xsl:apply-templates select="." mode="huurovereenkomst_student"/>
|
||
</xsl:if>
|
||
</xsl:for-each>
|
||
</body>
|
||
</xsl:when>
|
||
|
||
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_CONTRACT_MEDEWERKER'">
|
||
<head>
|
||
<xsl:call-template name="printstyle"/>
|
||
</head>
|
||
<body style="margin-top: 0;">
|
||
<xsl:for-each select="rapport_data/data_row">
|
||
<xsl:sort select="FCLT_F_TONEN"/>
|
||
<xsl:if test="FCLT_F_TONEN='Bevestigingsbrief'">
|
||
<xsl:apply-templates select="." mode="bevestigingsbrief"/>
|
||
</xsl:if>
|
||
<xsl:if test="FCLT_F_TONEN='Contract'">
|
||
<xsl:apply-templates select="." mode="huurovereenkomst_medewerker"/>
|
||
</xsl:if>
|
||
</xsl:for-each>
|
||
</body>
|
||
</xsl:when>
|
||
|
||
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_RES_OFFERTE'">
|
||
<!--<xsl:call-template name="htmlhead"/>-->
|
||
<!-- TODO: als NYBU eindelijk van IE8 af is, hier de standaard HEAD weer includen -->
|
||
<head>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"/>
|
||
<meta http-equiv="pragma" content="no-cache"/>
|
||
<meta http-equiv="expires" content="0"/>
|
||
<meta http-equiv="cache-control" content="no-cache"/>
|
||
<title>
|
||
<xsl:value-of select="//lcl/FAC/facilitorformulier"/>
|
||
</title>
|
||
<xsl:call-template name="stylesheet"/>
|
||
</head>
|
||
<xsl:element name="body">
|
||
<xsl:attribute name="onload">window.print();</xsl:attribute>
|
||
<xsl:apply-templates select="//data_row[1]" mode="offertebrief"/>
|
||
<xsl:apply-templates select="//data_row[1]" mode="offerte_overzicht"/>
|
||
<xsl:apply-templates select="." mode="offerte_body"/>
|
||
<xsl:apply-templates select="//data_row[1]" mode="offerte_footer"/>
|
||
</xsl:element>
|
||
</xsl:when>
|
||
|
||
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_VERMAAT_CUMULATIEF' or translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_VERMAAT_KPN'">
|
||
<xsl:variable name="viewnaam">
|
||
<xsl:value-of select="translate(@view, $smallcase, $uppercase)"/>
|
||
</xsl:variable>
|
||
<body>
|
||
<table width="100%" class="DefResultsetTable" cellpadding="0" cellspacing="0">
|
||
<thead>
|
||
<tr>
|
||
<xsl:choose>
|
||
<xsl:when test="translate(@view, $smallcase, $uppercase)='NYBU_V_RAP_VERMAAT_CUMULATIEF'">
|
||
<th style="text-align: left">Catalogus</th>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<th style="text-align: left">P-nummer</th>
|
||
<th style="text-align: left">Kostenplaats</th>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<th style="text-align: left">Artikelnr</th>
|
||
<th style="text-align: left">Artikelomschrijving</th>
|
||
<th style="text-align: left">Eenheid</th>
|
||
<th style="text-align: right">Totaal Excl</th>
|
||
<th style="text-align: right">Totaal Incl</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<!--<xsl:for-each select="//facilitor/rapport/rapport_data/data_row[generate-id(.)=generate-id(key('catalogus',FCLT_F_CATALOGUS)[1])]">-->
|
||
<xsl:for-each select="//facilitor/rapport/rapport_data/data_row[generate-id(.)=generate-id(key('regel',HIDE_F_REGEL)[1])]">
|
||
<xsl:sort select="HIDE_F_REGEL"/>
|
||
<!--<xsl:variable name="catalogusbedrag">
|
||
<xsl:value-of select="sum(key('catalogus', FCLT_F_CATALOGUS)/TOTAALPRIJS)"/>
|
||
</xsl:variable>-->
|
||
<xsl:variable name="regelbedrag_ex">
|
||
<xsl:value-of select="sum(key('regel', HIDE_F_REGEL)/TOTAALPRIJS_EX)"/>
|
||
</xsl:variable>
|
||
<xsl:variable name="regelbedrag_in">
|
||
<xsl:value-of select="sum(key('regel', HIDE_F_REGEL)/TOTAALPRIJS_IN)"/>
|
||
</xsl:variable>
|
||
<tr>
|
||
<xsl:choose>
|
||
<xsl:when test="$viewnaam='NYBU_V_RAP_VERMAAT_CUMULATIEF'">
|
||
<td>
|
||
<xsl:value-of select="FCLT_F_CATALOGUS"/>
|
||
</td>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<td>
|
||
<xsl:value-of select="FCLT_F_PNUMMER"/>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="FCLT_F_KOSTENPLAATS"/>
|
||
</td>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<td>
|
||
<xsl:value-of select="ARTIKELNR"/>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="FCLT_F_ARTIKEL"/>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="EENHEID"/>
|
||
</td>
|
||
<td style="text-align: right">
|
||
<xsl:if test="$regelbedrag_ex!=0">
|
||
<xsl:value-of select="format-number($regelbedrag_ex, '#.###,00', 'euro')"/>
|
||
</xsl:if>
|
||
</td>
|
||
<td style="text-align: right">
|
||
<xsl:if test="$regelbedrag_in!=0">
|
||
<xsl:value-of select="format-number($regelbedrag_in, '#.###,00', 'euro')"/>
|
||
</xsl:if>
|
||
</td>
|
||
<!--<td style="text-align: right"><xsl:value-of select="format-number($catalogusbedrag, '#,#', 'euro')"/></td>-->
|
||
</tr>
|
||
</xsl:for-each>
|
||
<!--</xsl:for-each>-->
|
||
</tbody>
|
||
<tfoot>
|
||
<tr>
|
||
<xsl:choose>
|
||
<xsl:when test="$viewnaam='NYBU_V_RAP_VERMAAT_CUMULATIEF'">
|
||
<th colspan="4" style="text-align: left">Totaal</th>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<th colspan="5" style="text-align: left">Totaal</th>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<th style="text-align: right">
|
||
<xsl:value-of select="format-number(sum(//TOTAALPRIJS_EX), '#.###,00', 'euro')"/>
|
||
</th>
|
||
<th style="text-align: right">
|
||
<xsl:value-of select="format-number(sum(//TOTAALPRIJS_IN), '#.###,00', 'euro')"/>
|
||
</th>
|
||
</tr>
|
||
</tfoot>
|
||
</table>
|
||
</body>
|
||
</xsl:when>
|
||
|
||
<xsl:otherwise>
|
||
<xsl:comment>================================ RAPPORT ==============================</xsl:comment>
|
||
<xsl:comment>FACILITOR default XSL template for rapport</xsl:comment>
|
||
<xsl:call-template name="htmlhead"/>
|
||
<body>
|
||
<table>
|
||
<xsl:for-each select="rapport_data/data_row">
|
||
<xsl:sort select="."/>
|
||
<tr>
|
||
<td>
|
||
<xsl:value-of select="current()"/>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</table>
|
||
</body>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</html>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="data_row" mode="offertebrief">
|
||
<div class="page" style="height: 260mm; width: 160mm;">
|
||
<div id="header" style="width: 100%; height: 40mm; text-align: center;">
|
||
<img src="../../cust/nybu/tmpl_logo.gif" alt="Nyenrode Business Universiteit"/>
|
||
<br/>
|
||
<br/>
|
||
<strong>OFFERTE</strong>
|
||
<br/>Betreft evenement met reserveringsnummer: <xsl:value-of select="FCLT_F_RESERVERING"/>
|
||
<hr/>
|
||
</div>
|
||
<div class="content" style="width: 100%; height: 200mm;">
|
||
|
||
<table width="99%" cellpadding="0" cellspacing="0" border="0">
|
||
<tr>
|
||
<td width="60%">
|
||
<xsl:value-of select="BEDRIJF_NAAM"/>
|
||
<br/>T.a.v. <xsl:value-of select="BEDRIJF_CONTACTPERSOON"/>
|
||
<br/>
|
||
<xsl:value-of select="BEDRIJF_ADRES"/>
|
||
<br/>
|
||
<xsl:value-of select="BEDRIJF_PC"/>,<xsl:text> </xsl:text>
|
||
<xsl:value-of select="BEDRIJF_PLAATS"/>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="BEDRIJF_LAND"/>
|
||
</td>
|
||
<td width="40%">Nyenrode Business Universiteit<br/>
|
||
Postbus 130<br/>
|
||
3620 AC Breukelen<br/>
|
||
<br/>ABN-AMRO rekening nr. <strong>55 05 53 827</strong>
|
||
<br/>
|
||
<br/>BIC: ABNANL2A<br/>
|
||
IBAN: NL33ABNA055053827<br/>
|
||
<br/>BTW-nr: NL 813989905B01<br/>
|
||
KvK-nr: 30201266</td>
|
||
</tr>
|
||
</table>
|
||
|
||
<table width="99%" cellpadding="0" cellspacing="0" border="0">
|
||
<tr>
|
||
<td>
|
||
<p>Breukelen,
|
||
<xsl:value-of select="number(/facilitor/header/dateDay)"/>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:call-template name="maandnaam">
|
||
<xsl:with-param name="nr">
|
||
<xsl:value-of select="number(/facilitor/header/dateMonth)"/>
|
||
</xsl:with-param>
|
||
</xsl:call-template>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="number(/facilitor/header/dateYear)"/>
|
||
</p>
|
||
|
||
<p>Geachte <xsl:value-of select="BEDRIJF_CONTACTPERSOON"/>,</p>
|
||
|
||
<p>Hartelijk dank voor uw getoonde interesse in de mogelijkheden van Nyenrode Business Universiteit. Het doet ons plezier dat u bij het zoeken naar een juiste locatie voor uw evenement aan Nyenrode heeft gedacht. Naar aanleiding van ons onderhoud, is het mij een genoegen u het onderstaande <strong>optioneel</strong> aan te mogen bieden.</p>
|
||
|
||
<p>In dit voorstel vindt u een specificatie van de diensten en de bijbehorende kosten. Het voorstel met de culinaire invulling voor uw bijeenkomst, gemaakt door onze huiscateraar, zal in een aparte bijlage weergegeven worden.</p>
|
||
|
||
<p>Onze Algemene Voorwaarden en huisregels heeft u reeds ontvangen tezamen met het aanvraagformulier, of is reeds in uw bezit aangezien u hier eerder een bijenkomst heeft georganiseerd. Indien u deze nogmaals toch eens wilt ontvangen, laat mij het gerust weten dan zal ik u deze nog toesturen.</p>
|
||
|
||
<p>Wij zullen binnen enkele dagen contact met u opnemen om dit voorstel te bespreken. Mocht u eerder vragen en/of opmerkingen hebben, vernemen wij dit uiteraard graag. U kunt mij of mijn collega’s bereiken op onderstaand telefoonnummer of e-mail adres.</p>
|
||
|
||
<p>Wij zien er naar uit u en uw gasten op
|
||
<xsl:value-of select="number(DAG)"/>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:call-template name="maandnaam">
|
||
<xsl:with-param name="nr">
|
||
<xsl:value-of select="number(MAAND)"/>
|
||
</xsl:with-param>
|
||
</xsl:call-template>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="number(JAAR)"/>op het landgoed Nyenrode te mogen verwelkomen!</p>
|
||
|
||
<p> </p>
|
||
|
||
<p>Met vriendelijke groet,<br/>
|
||
<xsl:value-of select="USER_VOORNAAM"/>
|
||
<xsl:if test="USER_TV!=''">
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="USER_TV"/>
|
||
</xsl:if>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="USER_NAAM"/>
|
||
</p>
|
||
|
||
<p>Events & Sales<br/>
|
||
Nyenrode Business Universiteit</p>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
<div id="footer" style="width: 100%; height: 10mm; text-align: center;">
|
||
<table width="100%" cellpadding="0" cellspacing="0" style="border-top: 1px solid black; border-bottom: 1px solid black;">
|
||
<tr>
|
||
<td>Nyenrode Business Universiteit</td>
|
||
<td>events@nyenrode.nl</td>
|
||
<td>Tel. 0346-291544</td>
|
||
<td>Fax. 0346-291299</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="data_row" mode="offerte_ondertekening">
|
||
<div id="footer" style="width: 100%; height: 50mm; text-align: center;">
|
||
<table width="100%" cellpadding="1" cellspacing="0" border="0">
|
||
<tr>
|
||
<td width="50%">
|
||
<strong>Akkoord Nyenrode Business Universiteit</strong>
|
||
</td>
|
||
<td width="50%">
|
||
<strong>Akkoord <xsl:value-of select="BEDRIJF_NAAM"/>
|
||
</strong>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<xsl:value-of select="USER_VOORNAAM"/>
|
||
<xsl:if test="USER_TV!=''">
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="USER_TV"/>
|
||
</xsl:if>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="USER_NAAM"/>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="BEDRIJF_CONTACTPERSOON"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table width="100%" cellpadding="0" cellspacing="0" style="border-top: 1px solid black; border-bottom: 1px solid black;">
|
||
<tr>
|
||
<td>Nyenrode Business Universiteit</td>
|
||
<td>events@nyenrode.nl</td>
|
||
<td>Tel. 0346-291544</td>
|
||
<td>Fax. 0346-291299</td>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="data_row" mode="offerte_overzicht">
|
||
<strong>Gegevens bijeenkomst</strong>
|
||
<table cellpadding="1" border="0" WIDTH="99%" bordercolor="#000000" frame="box">
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
<tr>
|
||
<th class="resth" width="20%" align="left">Evenement</th>
|
||
<th class="resth" width="80%" align="left">
|
||
<xsl:value-of select="OMSCHRIJVING"/>
|
||
</th>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
<tr>
|
||
<td>Contactpersoon</td>
|
||
<td>
|
||
<xsl:value-of select="BEDRIJF_CONTACTPERSOON"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Uw kenmerk</td>
|
||
<td>
|
||
<xsl:value-of select="BEDRIJF_KENMERK"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Factuuradres</td>
|
||
<td>
|
||
<strong>
|
||
<xsl:value-of select="BEDRIJF_NAAM"/>
|
||
<br/>T.a.v. <xsl:value-of select="BEDRIJF_CONTACTPERSOON"/>
|
||
<br/>
|
||
<xsl:value-of select="BEDRIJF_ADRES"/>
|
||
<br/>
|
||
<xsl:value-of select="BEDRIJF_PC"/>,<xsl:text> </xsl:text>
|
||
<xsl:value-of select="BEDRIJF_PLAATS"/>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="BEDRIJF_LAND"/>
|
||
</strong>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Begindatum</td>
|
||
<td>
|
||
<xsl:value-of select="number(DAG)"/>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:call-template name="maandnaam">
|
||
<xsl:with-param name="nr">
|
||
<xsl:value-of select="number(MAAND)"/>
|
||
</xsl:with-param>
|
||
</xsl:call-template>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="number(JAAR)"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Aantal personen</td>
|
||
<td>
|
||
<xsl:value-of select="AANTAL"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>Programma</td>
|
||
<td>
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="PROGRAMMA"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="10" height="30" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
</table>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="rapport" mode="offerte_body">
|
||
<strong>Kostenoverzicht</strong>
|
||
|
||
<table cellpadding="1" border="0" WIDTH="99%" bordercolor="#000000" frame="box">
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
<tr>
|
||
<th class="resth" width="20%" align="left">
|
||
<xsl:value-of select="//lcl/FAC/omschrijving"/>
|
||
</th>
|
||
<th class="resth" width="12%" align="left">
|
||
<xsl:value-of select="//lcl/FAC/aantal"/>
|
||
</th>
|
||
<th class="resth" width="12%" style="text-align:right">Datum</th>
|
||
<th class="resth" width="12%" style="text-align:right">Begintijd</th>
|
||
<th class="resth" width="12%" style="text-align:right">Eindtijd</th>
|
||
<th class="resth" width="14%" style="text-align:center">Opstelling</th>
|
||
<th class="resth" width="17%" style="text-align:right">
|
||
<xsl:value-of select="//lcl/FAC/prijs"/>
|
||
</th>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
|
||
<xsl:for-each select="rapport_data/data_row[SOORT='ruimte']">
|
||
<xsl:sort select="VAN"/>
|
||
<xsl:if test="RUIMTE!=''">
|
||
<tr>
|
||
<td width="20%" class="resresult" style="text-align:left;">
|
||
<xsl:if test="dirtlevel!='0'">
|
||
<span class="fatal">Ongeldig</span> </xsl:if>
|
||
<xsl:value-of select="RUIMTE"/>
|
||
<br/>(max. <xsl:value-of select="MAX_BEZ"/> <xsl:value-of select="//lcl/FAC/personen"/>)</td>
|
||
<td width="12%" class="resresult" style="text-align:left">
|
||
<xsl:value-of select="AANTAL"/> <xsl:value-of select="//lcl/FAC/personen"/>
|
||
</td>
|
||
<td width="12%" class="resresult" style="text-align:right">
|
||
<xsl:value-of select="DATUM"/>
|
||
</td>
|
||
<td width="12%" class="resresult" style="text-align:right">
|
||
<xsl:value-of select="VAN"/>
|
||
</td>
|
||
<td width="12%" class="resresult" style="text-align:right">
|
||
<xsl:value-of select="TOT"/>
|
||
</td>
|
||
<td width="12%" class="resresult" style="text-align:center">
|
||
<xsl:value-of select="OPSTEL"/>
|
||
</td>
|
||
<td width="17%" class="resresult" style="text-align:right">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="PRIJS_EX"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:for-each>
|
||
|
||
<!-- rsv_deel-lijst gesorteerd op van-tijd -->
|
||
<xsl:for-each select="rapport_data/data_row[SOORT='deel']">
|
||
<xsl:sort select="VAN"/>
|
||
<tr>
|
||
<td class="resresult">
|
||
<xsl:if test="dirtlevel!='0'">
|
||
<span class="fatal">Ongeldig</span> </xsl:if>
|
||
<xsl:value-of select="RUIMTE"/>
|
||
</td>
|
||
<td class="resresult">
|
||
<xsl:value-of select="AANTAL"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="DATUM"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="VAN"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="TOT"/>
|
||
</td>
|
||
<td></td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="PRIJS_EX"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
|
||
<!-- rsv_artikel-lijst gesorteerd op van-tijd -->
|
||
<xsl:for-each select="rapport_data/data_row[SOORT='artikel']">
|
||
<xsl:sort select="MAX_BEZ"/>
|
||
<xsl:sort select="VAN"/>
|
||
<tr>
|
||
<td class="resresult">
|
||
<xsl:value-of select="RUIMTE"/>
|
||
</td>
|
||
<td class="resresult">
|
||
<xsl:value-of select="AANTAL"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="DATUM"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:if test="DISC!='462'">
|
||
<xsl:value-of select="VAN"/>
|
||
</xsl:if>
|
||
</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="PRIJS_EX"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
|
||
<!-- totaal per deelreservering -->
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="tekst" colspan="4" style="border-style:solid;border-width:0px;"></td>
|
||
<td class="tekst" colspan="2" style="text-align:right;border-style:solid;border-width:0px;">Totaal excl. BTW</td>
|
||
<td class="tekst" colspan="1" style="text-align:right;border-style:solid;border-width:0px;">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="sum(//PRIJS_EX[string(number(.))!='NaN'])"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="tekst" colspan="4" style="border-style:solid;border-width:0px;"></td>
|
||
<td class="tekst" colspan="2" style="text-align:right;border-style:solid;border-width:0px;">BTW</td>
|
||
<td class="tekst" colspan="1" style="text-align:right;border-style:solid;border-width:0px;">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="sum(//PRIJS_IN[string(number(.))!='NaN'])-sum(//PRIJS_EX[string(number(.))!='NaN'])"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="tekst" colspan="4" style="border-style:solid;border-width:0px;"></td>
|
||
<td class="tekst" colspan="2" style="text-align:right;border-style:solid;border-width:0px;">Totaal incl. BTW</td>
|
||
<td class="tekst" colspan="1" style="text-align:right;border-style:solid;border-width:0px;">
|
||
<b>
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="sum(//PRIJS_IN[string(number(.))!='NaN'])"/>
|
||
</xsl:call-template>
|
||
</b>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="data_row" mode="offerte_footer">
|
||
<table width="99%" cellpadding="0" cellspacing="0" border="0">
|
||
<tr>
|
||
<td>
|
||
<p>
|
||
<em>Prijzen zijn inclusief:</em>
|
||
<ul>
|
||
<li>Computer en beamer met scherm</li>
|
||
<li>Audio set + CD/DVD/VIDEO</li>
|
||
<li>Laptopaansluiting (beamer, geluid en internet)</li>
|
||
<li>2 flipovers</li>
|
||
<li>1 microfoon</li>
|
||
<li>Vermelding van uw bijenkomst op onze digitale panelen</li>
|
||
<li>Parkeerplaatsen</li>
|
||
<li>Het hijsen van uw bedrijfsvlag</li>
|
||
</ul>
|
||
</p>
|
||
|
||
<p>
|
||
<em>Verder kunnen wij een scala aan producten en diensten voor u verzorgen die kunnen bijdragen aan een succesvol verloop van uw bijeenkomst. U kunt hierbij denken aan bloemen in de zaal, een registratiebalie, stands, personele ondersteuning, inzet van docenten en gastsprekers en AV-ondersteuning. Wij informeren u graag over de verschillende mogelijkheden en de eventuele extra kosten die daarmee gemoeid zijn.</em>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="50" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
</table>
|
||
|
||
<div style="width: 100%; height: 50mm; text-align: center; bottom: 0px; position: relative; display: inline-block; page-break-inside: avoid;">
|
||
<table width="100%" cellpadding="1" cellspacing="0" border="0" style="display: inline-block; ">
|
||
<thead>
|
||
<tr>
|
||
<td width="50%">
|
||
<strong>Akkoord Nyenrode Business Universiteit</strong>
|
||
</td>
|
||
<td width="50%">
|
||
<strong>Akkoord <xsl:value-of select="BEDRIJF_NAAM"/>
|
||
</strong>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<xsl:value-of select="USER_VOORNAAM"/>
|
||
<xsl:if test="USER_TV!=''">
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="USER_TV"/>
|
||
</xsl:if>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="USER_NAAM"/>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="BEDRIJF_CONTACTPERSOON"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
</xsl:template>
|
||
|
||
<xsl:template match="reservering" mode="full">
|
||
<!-- De algemene gegevens van de deelreservering met het laagste volgnummer worden gebruikt als referentie gegevens! -->
|
||
<xsl:variable name="min_volgnr">
|
||
<xsl:value-of select="//reservering/rsv_ruimte/volgnr[not(. > //reservering/rsv_ruimte/volgnr)]"/>
|
||
</xsl:variable>
|
||
|
||
<xsl:choose>
|
||
<xsl:when test="$mode='summary'"></xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:choose>
|
||
<xsl:when test="$srtnotificatiecode = 'OUTLOOK'">
|
||
<xsl:apply-templates select="." mode="outlook"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<html>
|
||
<xsl:comment>================================ RESERVERINGEN ==============================</xsl:comment>
|
||
<xsl:comment>FACILITOR default XSL template for reservering</xsl:comment>
|
||
<xsl:call-template name="htmlhead"/>
|
||
<xsl:element name="body">
|
||
<xsl:if test="$mode!='email'">
|
||
<xsl:attribute name="onload">window.print();</xsl:attribute>
|
||
</xsl:if>
|
||
<xsl:call-template name="pageheader"/>
|
||
<xsl:choose>
|
||
<xsl:when test="$srtnotificatiecode = 'RESKTO'">
|
||
<xsl:apply-templates select="." mode="kto"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:apply-templates select="." mode="include"/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<xsl:call-template name="pagefooter"/>
|
||
</xsl:element>
|
||
</html>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</xsl:template>
|
||
|
||
|
||
<xsl:template match="reservering" mode="include">
|
||
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%">
|
||
<TBODY>
|
||
<TR>
|
||
<TD WIDTH="40" ROWSPAN="30" ID="LINKERMARGE"/>
|
||
<TD>
|
||
<xsl:choose>
|
||
<xsl:when test="$srtnotificatiecode='RESDEL' and verwijder">
|
||
<table>
|
||
<tr>
|
||
<td height="20"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="caption" style="color: red">
|
||
<xsl:value-of select="//lcl/RES/annulering"/>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
<!-- Bevestiging reservering -->
|
||
<!-- Ook tonen voor verwijderde reserveringen -->
|
||
|
||
<!-- De algemene gegevens van de deelreservering met het laagste volgnummer worden gebruikt als referentie gegevens! -->
|
||
<xsl:variable name="min_volgnr">
|
||
<xsl:value-of select="//reservering/rsv_ruimte/volgnr[not(. > //reservering/rsv_ruimte/volgnr)]"/>
|
||
</xsl:variable>
|
||
|
||
<table border="0" width="100%">
|
||
<tr>
|
||
|
||
<xsl:if test="$srtnotificatiecode='RESINF' or $srtnotificatiecode='RESDEL' or $srtnotificatiecode='RESNEW'or $srtnotificatiecode='RESBEV'">
|
||
<td class="caption" valign="top" colspan="4">
|
||
<xsl:choose>
|
||
<xsl:when test="@content='complete'">
|
||
<xsl:value-of select="//lcl/RES/reservering"/> <xsl:value-of select="key"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:value-of select="//lcl/RES/deelreservering"/> <xsl:value-of select="key"/> /<xsl:value-of select="$min_volgnr"/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
 </td>
|
||
</xsl:if>
|
||
<xsl:if test="string(rsv_ruimte[volgnr=$min_volgnr]/omschrijving)!='' and $srtnotificatiecode='RESINF' or $srtnotificatiecode='RESDEL' or $srtnotificatiecode='RESNEW'or $srtnotificatiecode='RESBEV'">
|
||
<td class="caption" valign="top" colspan="4">- <xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/omschrijving"/> </td>
|
||
</xsl:if>
|
||
|
||
</tr>
|
||
<xsl:if test="$srtnotificatiecode='RESINF'">
|
||
<tr>
|
||
<td colspan="4">
|
||
<p>Beste <xsl:value-of select="rsv_ruimte/contact_user/voornaam"/> <xsl:value-of select="rsv_ruimte[volgnr=1]/contact_user/naam"/>,</p>
|
||
|
||
<p>U heeft een reservering geplaatst voor <xsl:value-of select="rsv_ruimte/van/datum"/>.</p>
|
||
|
||
<p> Mocht de reservering niet meer van toepassing zijn, horen wij dat graag zo spoedig mogelijk.</p>
|
||
|
||
<p>Mocht u vragen hebben omtrent uw reservering, neemt u dan contact op met onze Servicedesk via servicedesk@nyenrode.nl of telefoonnummer 0346-291234.</p>
|
||
|
||
<p>Met vriendelijke groet,</p>
|
||
|
||
<p>Events</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="50px"/>
|
||
</tr>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="$srtnotificatiecode='RESNEW'">
|
||
|
||
<xsl:choose>
|
||
<!-- Als het alleen om voorzieningen gaat wijkt de tekst wat af -->
|
||
<xsl:when test="rsv_ruimte/res_activiteit/res_srtactiviteit/omschrijving = 'Voorzieningen' ">
|
||
<tr>
|
||
<td colspan="4">
|
||
<p>Beste <xsl:value-of select="rsv_ruimte/contact_user/voornaam"/> <xsl:value-of select="rsv_ruimte[volgnr=1]/contact_user/naam"/>,</p>
|
||
<p>Hartelijk dank voor de reservering op <xsl:value-of select="rsv_ruimte/van/datum"/>.</p>
|
||
<p>Deze reservering is terug te vinden in uw persoonlijke overzicht in Facilitor. </p>
|
||
<p>Mocht u vragen hebben omtrent uw reservering, neemt u dan contact op met onze Servicedesk via servicedesk@nyenrode.nl of telefoonnummer 0346-291234.</p>
|
||
<p>Met vriendelijke groet,</p>
|
||
<p>Events</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="50px"/>
|
||
</tr>
|
||
</xsl:when>
|
||
|
||
<xsl:otherwise>
|
||
<tr>
|
||
<td colspan="4">
|
||
<p>Beste <xsl:value-of select="rsv_ruimte/contact_user/voornaam"/> <xsl:value-of select="rsv_ruimte[volgnr=1]/contact_user/naam"/>,</p>
|
||
|
||
<p>Hartelijk dank voor de zaalreservering op <xsl:value-of select="rsv_ruimte/van/datum"/>.</p>
|
||
|
||
<p> U ontvangt 4 weken voor aanvang een bevestiging van de definitieve ruimte. </p>
|
||
|
||
<p>Mocht u vragen hebben omtrent uw reservering, neemt u dan contact op met onze Servicedesk via servicedesk@nyenrode.nl of telefoonnummer 0346-291234.</p>
|
||
|
||
<p>Met vriendelijke groet,</p>
|
||
|
||
<p>Events</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="50px"/>
|
||
</tr>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="$srtnotificatiecode='RESBEV'">
|
||
<tr>
|
||
<td colspan="4">
|
||
<p>Beste <xsl:value-of select="rsv_ruimte/contact_user/voornaam"/> <xsl:value-of select="rsv_ruimte[volgnr=1]/contact_user/naam"/>,</p>
|
||
|
||
<p>U heeft een reservering geplaatst op <xsl:value-of select="rsv_ruimte/van/datum"/>.</p>
|
||
|
||
<p> Wij hebben de volgende ruimte definitief voor u gereserveerd: </p>
|
||
|
||
<p> <b> <xsl:value-of select="rsv_ruimte/res_ruimte/nr"/> </b> </p>
|
||
|
||
<p> Vergeet u niet uw reservering te controleren en eventuele cateringwensen en voorzieningen kenbaar te maken in Facilitor? </p>
|
||
|
||
<p>Mocht u vragen hebben omtrent uw reservering, neemt u dan contact op met onze Servicedesk via servicedesk@nyenrode.nl of telefoonnummer 0346-291234.</p>
|
||
|
||
<p>Met vriendelijke groet,</p>
|
||
|
||
<p>Events</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="50px"/>
|
||
</tr>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="$srtnotificatiecode='RESDEL'">
|
||
<tr>
|
||
<td colspan="4">
|
||
<p>Beste <xsl:value-of select="rsv_ruimte/contact_user/voornaam"/> <xsl:value-of select="rsv_ruimte[volgnr=1]/contact_user/naam"/>,</p>
|
||
|
||
<p>Uw reservering op <xsl:value-of select="rsv_ruimte/van/datum"/> is geannuleerd.</p>
|
||
|
||
<p>Mocht u vragen hebben omtrent uw reservering, neemt u dan contact op met onze Servicedesk via servicedesk@nyenrode.nl of telefoonnummer 0346-291234.</p>
|
||
|
||
<p>Met vriendelijke groet,</p>
|
||
|
||
<p>Events</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="50px"/>
|
||
</tr>
|
||
</xsl:if>
|
||
|
||
<xsl:if test="$srtnotificatiecode='CUST01'">
|
||
<tr>
|
||
<td colspan="4">
|
||
<p>Beste <xsl:value-of select="rsv_ruimte/contact_user/naam_friendly"/>,</p>
|
||
|
||
<p>De kosten van geleverde catering van reservering <xsl:element name="a">
|
||
<xsl:attribute name="href"> https://<xsl:value-of select="$FacilitorRoot"/>/default.asp?sso=1&<xsl:value-of select="../bookmarks/reservering"/>
|
||
<xsl:value-of select="rsv_ruimte/key"/>
|
||
</xsl:attribute>
|
||
<xsl:value-of select="key"/>/<xsl:value-of select="$min_volgnr"/>
|
||
</xsl:element> (<xsl:value-of select="rsv_ruimte/omschrijving"/>) staan voor u ter goedkeuring klaar in Facilitor.</p>
|
||
<p>Wilt u de gegevens controleren op correctheid en vervolgens afvinken voor akkoord?</p>
|
||
|
||
<p>Na akkoord worden de kosten automatisch afgeschreven van budgetnummer <xsl:value-of select="rsv_ruimte/kostenplaats/nr"/>.</p>
|
||
|
||
<p>Mocht u niet akkoord zijn met de gegevens dan kunt u met deze <xsl:element name="a">
|
||
<xsl:attribute name="href">https://<xsl:value-of select="$FacilitorRoot" />/default.asp?sso=1&fac_id=nybu&u=YDsGBTulSHsSiCwP&rsv_ruimte_key=<xsl:value-of select="rsv_ruimte/key"/>&txt=Opmerking over reservering <xsl:value-of select="key"/>/<xsl:value-of select="$min_volgnr"/>:</xsl:attribute>link</xsl:element>
|
||
een melding aanmaken. Geeft u in deze melding alstublieft duidelijk aan wat er niet correct is.</p>
|
||
|
||
<p>U heeft 10 werkdagen de tijd om uw deze kosten te beoordelen.</p>
|
||
|
||
<p>Met vriendelijke groet,</p>
|
||
|
||
<p>Hospitality & Services</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="50px"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="4">
|
||
<p>Dear <xsl:value-of select="rsv_ruimte/contact_user/naam_friendly"/>,</p>
|
||
|
||
<p>The costs of the catering delivered for reservation <xsl:element name="a">
|
||
<xsl:attribute name="href"> https://<xsl:value-of select="$FacilitorRoot"/>/default.asp?sso=1&<xsl:value-of select="../bookmarks/reservering"/>
|
||
<xsl:value-of select="rsv_ruimte/key"/>
|
||
</xsl:attribute>
|
||
<xsl:value-of select="key"/>/<xsl:value-of select="$min_volgnr"/>
|
||
</xsl:element> (<xsl:value-of select="rsv_ruimte/omschrijving"/>) is waiting for you for approval in Facilitor.</p>
|
||
<p>Please check the data for accuracy and then check off if approved</p>
|
||
|
||
<p>When the costs are approved they will automatically be deducted from budget number <xsl:value-of select="rsv_ruimte/kostenplaats/nr"/>.</p>
|
||
|
||
<p>If you do not agree with the data you can create a call <xsl:element name="a">
|
||
<xsl:attribute name="href">https://<xsl:value-of select="$FacilitorRoot" />/default.asp?sso=1&fac_id=nybu&u=YDsGBTulSHsSiCwP&rsv_ruimte_key=<xsl:value-of select="rsv_ruimte/key"/>&txt=Opmerking over reservering <xsl:value-of select="key"/>/<xsl:value-of select="$min_volgnr"/>:</xsl:attribute>here</xsl:element>. Please state clearly which data is incorrect.</p>
|
||
|
||
<p>You have 10 working days to assess these costs for catering.</p>
|
||
|
||
<p>Kind regards,</p>
|
||
|
||
<p>Hospitality & Services</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="50px"/>
|
||
</tr>
|
||
</xsl:if>
|
||
|
||
<tr>
|
||
<td colspan="2" height="25px"/>
|
||
</tr>
|
||
<xsl:if test="rsv_ruimte[volgnr=$min_volgnr]/contact_user/key!=ingevoerd_user/key">
|
||
<tr>
|
||
<td width="20%" class="label">
|
||
<xsl:value-of select="//lcl/RES/behandeld_door"/>
|
||
</td>
|
||
<td width="80%" class="value">: <xsl:value-of select="ingevoerd_user/naam_full"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td height="30px"/>
|
||
</tr>
|
||
</xsl:if>
|
||
<tr>
|
||
<td colspan="2" class="tekst"> </td>
|
||
</tr>
|
||
</table>
|
||
<xsl:choose>
|
||
<xsl:when test="$srtnotificatiecode!='RESDEL' and $srtnotificatiecode!='CUST01'and $srtnotificatiecode!='RESNEW'and $srtnotificatiecode!='RESINF'and $srtnotificatiecode!='RESBEV'">
|
||
<table border="0" width="99%">
|
||
<tr>
|
||
<td/>
|
||
<td style="text-align:right">
|
||
<b>OFFERTE</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td/>
|
||
<td style="text-align:right">Betreft evenement met reserveringsnummer: <xsl:value-of select="key"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align:left">
|
||
<b>Gegevens bijeenkomst</b>
|
||
</td>
|
||
<td/>
|
||
</tr>
|
||
</table>
|
||
<table cellpadding="1" border="0" WIDTH="99%" frame="box">
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="resresult" width="20%" align="left">Evenement</td>
|
||
<td class="resresult" width="80%" align="left">
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/omschrijving"/>
|
||
</td>
|
||
<td colspan="8"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
<tr>
|
||
<td>Contactpersoon</td>
|
||
<td>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='External contact']"/>
|
||
</td>
|
||
<td colspan="8"/>
|
||
</tr>
|
||
<!-- Alleen interne kostenplaatsen vermelden op de bon -->
|
||
<xsl:if test="rsv_ruimte/kostenplaats/extern='0'">
|
||
<tr>
|
||
<td>Kostenplaats</td>
|
||
<td>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kostenplaats/nr"/> - <xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kostenplaats/omschrijving"/>
|
||
</td>
|
||
<td colspan="8"/>
|
||
</tr>
|
||
</xsl:if>
|
||
<tr>
|
||
<td>Uw kenmerk</td>
|
||
<td>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Referentie klant']"/>
|
||
</td>
|
||
<td colspan="8"/>
|
||
</tr>
|
||
<tr>
|
||
<td>Factuuradres</td>
|
||
<td>
|
||
<strong>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Company']/bedrijf/naam"/>
|
||
<br/>T.a.v. <xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='External contact']"/>
|
||
<br/>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Company']/bedrijf/post_adres"/>
|
||
<br/>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Company']/bedrijf/post_postcode"/>,<xsl:text> </xsl:text>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Company']/bedrijf/post_plaats"/>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Company']/bedrijf/post_land"/>
|
||
</strong>
|
||
</td>
|
||
<td colspan="8"/>
|
||
</tr>
|
||
<tr>
|
||
<td>Begindatum</td>
|
||
<td>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/van/dag"/>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:call-template name="maandnaam2">
|
||
<xsl:with-param name="maand">
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/van/maand"/>
|
||
</xsl:with-param>
|
||
</xsl:call-template>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/van/jaar"/>
|
||
</td>
|
||
<td colspan="8"/>
|
||
</tr>
|
||
<tr>
|
||
<td>Aantal personen</td>
|
||
<td>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/bezoekers"/>
|
||
</td>
|
||
<td colspan="8"/>
|
||
</tr>
|
||
<tr>
|
||
<td>Programma</td>
|
||
<td>
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Programmatijden']"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
<td colspan="8"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="10" height="30" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
</table>
|
||
<strong>Kostenoverzicht</strong>
|
||
|
||
<table cellpadding="1" border="0" WIDTH="99%" frame="box">
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="resresult" width="20%" align="left">
|
||
<xsl:value-of select="//lcl/FAC/omschrijving"/>
|
||
</td>
|
||
<td class="resresult" width="12%" align="left">
|
||
<xsl:value-of select="//lcl/FAC/aantal"/>
|
||
</td>
|
||
<td class="resresult" width="12%" style="text-align:right">Datum</td>
|
||
<td class="resresult" width="12%" style="text-align:right">Begintijd</td>
|
||
<td class="resresult" width="12%" style="text-align:right">Eindtijd</td>
|
||
<td class="resresult" width="14%" style="text-align:center">Opstelling</td>
|
||
<td colspan="4" class="resresresultth" width="17%" style="text-align:right">
|
||
<xsl:value-of select="//lcl/FAC/prijs"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
|
||
<xsl:for-each select="//reservering/rsv_ruimte">
|
||
<xsl:sort select="van/timestamp"/>
|
||
<xsl:if test="res_ruimte!=''">
|
||
<tr>
|
||
<td width="20%" class="resresult" style="text-align:left;">
|
||
<xsl:if test="dirtlevel!='0'">
|
||
<span class="fatal">Ongeldig</span> </xsl:if>
|
||
<xsl:value-of select="res_ruimte/nr"/>
|
||
<br/>(max. <xsl:value-of select="res_ruimte/bezoekers"/> <xsl:value-of select="//lcl/FAC/personen"/>)</td>
|
||
<td width="12%" class="resresult" style="text-align:left">
|
||
<xsl:value-of select="bezoekers"/> <xsl:value-of select="//lcl/FAC/personen"/>
|
||
</td>
|
||
<td width="12%" class="resresult" style="text-align:right">
|
||
<xsl:value-of select="van/datum"/>
|
||
</td>
|
||
<td width="12%" class="resresult" style="text-align:right">
|
||
<xsl:value-of select="van/tijd"/>
|
||
</td>
|
||
<td width="12%" class="resresult" style="text-align:right">
|
||
<xsl:value-of select="tot/tijd"/>
|
||
</td>
|
||
<td width="12%" class="resresult" style="text-align:center">
|
||
<xsl:value-of select="res_ruimte/opstelling"/>
|
||
</td>
|
||
<td width="17%" colspan="4" class="resresult" style="text-align:right">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="prijs"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:for-each>
|
||
|
||
<!-- rsv_deel-lijst gesorteerd op van-tijd -->
|
||
<xsl:for-each select="//rsv_deel">
|
||
<xsl:sort select="van"/>
|
||
<tr>
|
||
<td class="resresult">
|
||
<xsl:if test="dirtlevel!='0'">
|
||
<span class="fatal">Ongeldig</span> </xsl:if>
|
||
<xsl:value-of select="res_deel/omschrijving"/>
|
||
</td>
|
||
<td class="resresult">
|
||
<xsl:value-of select="aantal"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="van/datum"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="van/tijd"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="tot/tijd"/>
|
||
</td>
|
||
<td></td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="prijs"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
|
||
<!-- rsv_artikel-lijst gesorteerd op van-tijd -->
|
||
<!-- Voor Externe reserveringen tonen we alleen artikelen uit de catalogus Hotelkamers (key 462) en Inhuur voorzieningen (key 581) -->
|
||
<xsl:choose>
|
||
<xsl:when test="rsv_ruimte/kostenplaats/extern='1'">
|
||
<xsl:for-each select="//rsv_artikel[res_artikel/discipline/key='462' or res_artikel/discipline/key='581']">
|
||
<xsl:sort select="levering/datum"/>
|
||
<xsl:sort select="levering/tijd"/>
|
||
<tr>
|
||
<td class="resresult">
|
||
<xsl:value-of select="res_artikel/omschrijving"/>
|
||
</td>
|
||
<td class="resresult">
|
||
<xsl:value-of select="aantal"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="levering/datum"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:if test="res_artikel/discipline/key!='462'">
|
||
<xsl:value-of select="levering/tijd"/>
|
||
</xsl:if>
|
||
</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td class="resresult" style="text-align:right">
|
||
<!-- artikelprijzen zijn bij NYBU altijd incl BTW. Overzicht geeft prijs excl. -->
|
||
<xsl:variable name="prijsEx">
|
||
<xsl:call-template name="prijsEx">
|
||
<xsl:with-param name="prijsInc" select="prijs"/>
|
||
<xsl:with-param name="btw" select="res_artikel/btw"/>
|
||
</xsl:call-template>
|
||
</xsl:variable>
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="$prijsEx"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:for-each select="//rsv_artikel">
|
||
<xsl:sort select="levering/datum"/>
|
||
<xsl:sort select="levering/tijd"/>
|
||
<tr>
|
||
<td class="resresult">
|
||
<xsl:value-of select="res_artikel/omschrijving"/>
|
||
</td>
|
||
<td class="resresult">
|
||
<xsl:value-of select="aantal"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:value-of select="levering/datum"/>
|
||
</td>
|
||
<td class="resresult" style="text-align:right">
|
||
<xsl:if test="res_artikel/discipline/key!='462'">
|
||
<xsl:value-of select="levering/tijd"/>
|
||
</xsl:if>
|
||
</td>
|
||
<td></td>
|
||
<td></td>
|
||
<td class="resresult" style="text-align:right">
|
||
<!-- artikelprijzen zijn bij NYBU altijd incl BTW. Overzicht geeft prijs excl. -->
|
||
<xsl:variable name="prijsEx">
|
||
<xsl:call-template name="prijsEx">
|
||
<xsl:with-param name="prijsInc" select="prijs"/>
|
||
<xsl:with-param name="btw" select="res_artikel/btw"/>
|
||
</xsl:call-template>
|
||
</xsl:variable>
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="$prijsEx"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:for-each>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<!-- Totaalprijs ex BTW voor catering berekenen (sumProducts gebruikt template prijsEx) -->
|
||
<xsl:variable name="catering_ex_btw">
|
||
<xsl:choose>
|
||
<xsl:when test="rsv_ruimte/kostenplaats/extern='1'">
|
||
<xsl:call-template name="sumProducts">
|
||
<xsl:with-param name="pList" select="msxml:node-set(//rsv_artikel[res_artikel/discipline/key='462' or res_artikel/discipline/key='581'])"/>
|
||
</xsl:call-template>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:call-template name="sumProducts">
|
||
<xsl:with-param name="pList" select="msxml:node-set(//rsv_artikel)"/>
|
||
</xsl:call-template>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
|
||
</xsl:variable>
|
||
<xsl:variable name="totaal_ex_btw" select="sum(//rsv_ruimte/prijs) + sum(//rsv_deel/prijs) + $catering_ex_btw"/>
|
||
<xsl:variable name="totaal_inc_btw">
|
||
<xsl:choose>
|
||
<xsl:when test="rsv_ruimte/kostenplaats/extern='1'">
|
||
<xsl:value-of select="sum(//rsv_ruimte/prijs)*1.21 + sum(//rsv_deel/prijs)*1.21 + sum(//rsv_artikel[res_artikel/discipline/key='462' or res_artikel/discipline/key='581']/prijs)"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:value-of select="sum(//rsv_ruimte/prijs) + sum(//rsv_deel/prijs)*1.21 + sum(//rsv_artikel/prijs)"/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
</xsl:variable>
|
||
<!-- totaal per deelreservering -->
|
||
<tr>
|
||
<td colspan="10" style="border-top:1px solid #000;"/>
|
||
</tr>
|
||
<tr>
|
||
<td class="tekst" colspan="5" style="border-style:solid;border-width:0px;"></td>
|
||
<td class="tekst" colspan="3" style="text-align:right;border-style:solid;border-width:0px;font-size:8pt;">Totaal excl. BTW</td>
|
||
<td class="tekst" colspan="2" style="text-align:right;border-style:solid;border-width:0px;">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="$totaal_ex_btw"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="tekst" colspan="5" style="border-style:solid;border-width:0px;"></td>
|
||
<td class="tekst" colspan="3" style="text-align:right;border-style:solid;border-width:0px;font-size:8pt;">BTW</td>
|
||
<td class="tekst" colspan="2" style="text-align:right;border-style:solid;border-width:0px;">
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="$totaal_inc_btw - $totaal_ex_btw"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="tekst" colspan="5" style="border-style:solid;border-width:0px;"></td>
|
||
<td class="tekst" colspan="3" style="text-align:right;border-style:solid;border-width:0px;font-size:8pt;">Totaal incl. BTW</td>
|
||
<td class="tekst" colspan="2" style="text-align:right;border-style:solid;border-width:0px;">
|
||
<b>
|
||
<xsl:call-template name="europrijs">
|
||
<xsl:with-param name="prijs" select="$totaal_inc_btw"/>
|
||
</xsl:call-template>
|
||
</b>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
<table width="99%" cellpadding="0" cellspacing="0" border="0">
|
||
<!-- Bij externe reserveringen tonen we alleen het flexkenmerk Additionele informatie, bij interne tonen we alle kenmerken-->
|
||
<xsl:choose>
|
||
<xsl:when test="rsv_ruimte/kostenplaats/extern='1'">
|
||
<xsl:if test="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Additionele informatie t.b.v. deze offerte']!=''">
|
||
<tr>
|
||
<td colspan="2">
|
||
<b>Additionele informatie t.b.v. deze offerte</b>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td class="value" style="font-size:8pt;">
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Additionele informatie t.b.v. deze offerte']"/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<tr>
|
||
<td colspan="2">
|
||
<b>Aanvullende gegevens</b>
|
||
</td>
|
||
</tr>
|
||
<xsl:for-each select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@type!='L' and @type!='l' and @type!='Q' and count(@xmlnode)=0]">
|
||
<xsl:sort select="@volgnummer" data-type="number"/>
|
||
<xsl:if test=".!=''">
|
||
<tr>
|
||
<td width="15%" class="label">
|
||
<xsl:value-of select="@naam"/>
|
||
</td>
|
||
<td width="84%" class="value" colspan="7">:
|
||
<xsl:call-template name="linebreaks">
|
||
<xsl:with-param name="string" select="."/>
|
||
</xsl:call-template>
|
||
</td>
|
||
</tr>
|
||
</xsl:if>
|
||
</xsl:for-each>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<tr>
|
||
<td colspan="2" height="40"/>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" style="font-size:7pt;">
|
||
<p>
|
||
<em style="font-size:7pt;">Prijzen zijn inclusief:</em>
|
||
<ul>
|
||
<li>Computer en beamer met scherm</li>
|
||
<li>Audio set + CD/DVD/VIDEO</li>
|
||
<li>Laptopaansluiting (beamer, geluid en internet)</li>
|
||
<li>2 flipovers</li>
|
||
<li>1 microfoon</li>
|
||
<li>Vermelding van uw bijenkomst op onze digitale panelen</li>
|
||
<li>Parkeerplaatsen</li>
|
||
<li>Het hijsen van uw bedrijfsvlag</li>
|
||
</ul>
|
||
</p>
|
||
<p>
|
||
<em>Verder kunnen wij een scala aan producten en diensten voor u verzorgen die kunnen bijdragen aan een succesvol verloop van uw bijeenkomst. U kunt hierbij denken aan bloemen in de zaal, een registratiebalie, stands, personele ondersteuning, inzet van docenten en gastsprekers en AV-ondersteuning. Wij informeren u graag over de verschillende mogelijkheden en de eventuele extra kosten die daarmee gemoeid zijn.</em>
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td colspan="2" height="50"/>
|
||
</tr>
|
||
</table>
|
||
|
||
<div style="width: 100%; height: 50mm; text-align: center; bottom: 0px; position: relative; display: inline-block; page-break-inside: avoid;">
|
||
<table width="100%" cellpadding="1" cellspacing="0" border="0" style="display: inline-block; ">
|
||
<thead>
|
||
<tr>
|
||
<td width="50%">
|
||
<strong>Akkoord Nyenrode Business Universiteit</strong>
|
||
</td>
|
||
<td width="50%">
|
||
<strong>Akkoord <xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='Company']/bedrijf/naam"/>
|
||
</strong>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<xsl:if test="rsv_ruimte[volgnr=$min_volgnr]/contact_user/geslacht='0'">Mevr. </xsl:if>
|
||
<xsl:if test="rsv_ruimte[volgnr=$min_volgnr]/contact_user/geslacht='1'">Dhr. </xsl:if>
|
||
<xsl:choose>
|
||
<xsl:when test="rsv_ruimte[volgnr=$min_volgnr]/contact_user/voorletters!=''">
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/contact_user/voorletters"/>
|
||
</xsl:when>
|
||
<xsl:otherwise>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/contact_user/voornaam"/>
|
||
</xsl:otherwise>
|
||
</xsl:choose>
|
||
<xsl:if test="rsv_ruimte[volgnr=$min_volgnr]/contact_user/tussenvoegsel!=''">
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/contact_user/tussenvoegsel"/>
|
||
</xsl:if>
|
||
<xsl:text> </xsl:text>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/contact_user/naam"/>
|
||
</td>
|
||
<td>
|
||
<xsl:value-of select="rsv_ruimte[volgnr=$min_volgnr]/kenmerk[@naam='External contact']"/>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
<td>
|
||
<br/>
|
||
<br/>
|
||
</td>
|
||
</tr>
|
||
</thead>
|
||
</table>
|
||
</div>
|
||
|
||
|
||
</xsl:when>
|
||
</xsl:choose>
|
||
<!-- Bevestiging reservering -->
|
||
</TD>
|
||
<TD WIDTH="30" ROWSPAN="30" ID="RECHTERMARGE"/>
|
||
</TR>
|
||
</TBODY>
|
||
</TABLE>
|
||
</xsl:template>
|
||
|
||
|
||
</xsl:stylesheet>
|
||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->
|
||
<!-- Stylus Studio meta-information - (c) 2004-2007. Progress Software Corporation. All rights reserved.
|
||
<metaInformation>
|
||
<scenarios >
|
||
<scenario default="yes" name="Scenario1" userelativepaths="yes" externalpreview="no" url="..\..\..\TEMP\NYBU_files\reservering15969_20160510101603.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/>
|
||
</scenarios>
|
||
<MapperMetaTag>
|
||
<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
|
||
<MapperBlockPosition></MapperBlockPosition>
|
||
<TemplateContext></TemplateContext>
|
||
<MapperFilter side="source"></MapperFilter>
|
||
</MapperMetaTag>
|
||
</metaInformation>
|
||
-->
|