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