VOLK#57600 Telefoonnummer Gastheer op bezoekafspraakbon

svn path=/Website/branches/v2019.1/; revision=42289
This commit is contained in:
Ruud Lipper
2019-04-29 12:16:39 +00:00
parent 84ee4a60b8
commit 970af1517d

View File

@@ -19,14 +19,14 @@
<td class="caption"><xsl:value-of select="//lcl/BEZ/geen_bezoekers"/></td>
</tr>
</table>
</xsl:when>
</xsl:when>
<xsl:when test="$srtnotificatiecode = 'CUST01'">
<table border="0" bordercolor="#ffffff" width="100%">
<tr>
<td class="caption" valign="top" colspan="4">Bezoekersregistratie&#xA0;<xsl:value-of select="key"/>
 (bezoek voor: <xsl:value-of select="gastheer"/>, op: <xsl:value-of select="datum/datum"/> om <xsl:value-of select="datum/tijd"/> uur)
 (bezoek voor: <xsl:value-of select="gastheer"/>, op: <xsl:value-of select="datum/datum"/> om <xsl:value-of select="datum/tijd"/> uur)
<br/></td>
</tr>
</tr>
<tr>
<td class="tekstkop" colspan="4"><xsl:value-of select="//lcl/BEZ/bezoekgegevens"/></td>
</tr>
@@ -34,7 +34,7 @@
<td class="label" width="20%"><xsl:value-of select="//lcl/BEZ/datum_bezoek"/></td>
<td class="value" width="40%">: <xsl:value-of select="datum/datum"/>
<xsl:if test="datum/datum!=eind/datum">- <xsl:value-of select="eind/datum"/></xsl:if>
</td>
</td>
<td class="label" width="20%"><xsl:value-of select="//lcl/BEZ/tijd_bezoek"/></td>
<td class="value" width="40%">: <xsl:value-of select="datum/tijd"/> - <xsl:value-of select="eind/tijd"/></td>
</tr>
@@ -42,7 +42,7 @@
<td class="label" width="20%"><xsl:value-of select="//lcl/BEZ/op_bezoek_bij"/></td>
<td class="value" width="40%">: <xsl:value-of select="gastheer"/></td>
<td class="label" width="20%"><xsl:value-of select="//lcl/FAC/telefoon"/></td>
<td class="value" width="40%">: <xsl:value-of select="telefoonnr"/></td>
<td class="value" width="40%">: <xsl:value-of select="host_user/telefoonnr"/></td>
</tr>
<td class="label" width="20%"><xsl:value-of select="//lcl/FAC/contactpersoon"/></td>
<td class="value" width="40%">: <xsl:value-of select="contact_user/naam_friendly"/></td>
@@ -73,7 +73,7 @@
</xsl:if>
<tr>
<td height="20px"/>
</tr>
</tr>
</table>
<table border="0" bordercolor="#ffffff" width="100%">
<!-- afspraak -->
@@ -89,39 +89,39 @@
</tr>
</xsl:when>
</xsl:choose>
<xsl:choose>
<xsl:when test="position() = 1">
<tr>
<td class="tekstkop" width="20%"> Naam bezoeker </td>
<td class="tekstkop" width="20%"> Naam bezoeker </td>
<td class="tekstkop" width="40%"> Bedrijf bezoeker </td>
<td class="tekstkop" width="20%"> Parkeerplaats gereserveerd? </td>
<td class="tekstkop" width="20%"> Kenteken </td>
<td class="tekstkop" width="20%"> Kenteken </td>
</tr>
</xsl:when>
</xsl:choose>
</xsl:choose>
<tr>
<!--<td class="result"> -->
<td class="value" width="20%">
<td class="value" width="20%">
<xsl:value-of select="naam"/>
</td>
</td>
<td class="value" width="40%">
<xsl:value-of select="bedrijf"/>
</td>
<td class="value" width="20%">
<td class="value" width="20%">
<xsl:choose>
<xsl:when test="deel">Ja</xsl:when>
<xsl:otherwise>Nee </xsl:otherwise>
</xsl:choose>
</td>
<td class="value" width="20%">
</xsl:choose>
</td>
<td class="value" width="20%">
<xsl:value-of select="kenmerk[@naam='Kenteken']"/>
</td>
</td>
</tr>
</xsl:for-each>
<xsl:call-template name="bez_endtext"/>
</table>
</xsl:when>
</table>
</xsl:when>
<xsl:otherwise>
<!-- Bevestiging bezoekers registratie -->
<table border="0" bordercolor="#ffffff" width="100%">
@@ -179,7 +179,7 @@
</tr>
<tr>
<td class="label" width="20%"><xsl:value-of select="//lcl/FAC/telefoon"/></td>
<td class="value" width="80%">: <xsl:value-of select="telefoonnr"/></td>
<td class="value" width="80%">: <xsl:value-of select="host_user/telefoonnr"/></td>
</tr>
<tr>
<td class="label" width="20%"><xsl:value-of select="//lcl/BEZ/bezoek_locatie"/></td>
@@ -219,9 +219,9 @@
<td colspan="3" class="tekstkop"><xsl:value-of select="//lcl/BEZ/bez_begintext2"/></td>
</tr>
</xsl:when>
</xsl:choose>
<tr>
<td class="result">
</xsl:choose>
<tr>
<td class="result">
<xsl:value-of select="naam"/>
</td>
<td class="result">
@@ -242,7 +242,7 @@
</xsl:if>
</xsl:for-each>
</td>
</tr>
</tr>
</xsl:for-each>
<xsl:call-template name="bez_endtext"/>
</table>