PCHD#55399 Aanvrager vervangen door behandelaar PCHD specifiek
svn path=/Website/branches/v2018.2/; revision=40001
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<xsl:value-of select="//lcl/FAC/contactpersoon"/>:</b>
|
||||
</td>
|
||||
<td>
|
||||
test <xsl:value-of select="contactpersoon/naam_full"/>
|
||||
<xsl:value-of select="contactpersoon/naam_full"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -146,19 +146,12 @@
|
||||
<xsl:otherwise>
|
||||
<!-- or $opdrtype='opdracht' -->
|
||||
<b>
|
||||
<xsl:value-of select="//lcl/FAC/aanvrager"/>:</b>
|
||||
<xsl:value-of select="//lcl/FAC/behandelaar"/>:</b>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
<td align="left" width="34%">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$custId = 'PCHW' or $custId = 'PCHA'">
|
||||
<xsl:value-of select="backoffice_contact/naam_full"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:value-of select="melding/voor/naam_full"/>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
<xsl:value-of select="backoffice_contact/naam_full"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -167,23 +160,7 @@
|
||||
<xsl:value-of select="//lcl/FAC/telefoon"/>:</b>
|
||||
</td>
|
||||
<td align="left" width="34%">
|
||||
<xsl:choose>
|
||||
<xsl:when test="$custId = 'PCHW' or $custId = 'PCHA'">088-1861010</xsl:when>
|
||||
<xsl:when test="melding/voor/afdeling//bedrijf/naam = 'Extern'">088-1861010</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:choose>
|
||||
<xsl:when test="melding/voor/telefoonnr != ''">
|
||||
<xsl:value-of select="melding/voor/telefoonnr"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="melding/voor/mobiel != ''">
|
||||
<xsl:if test="melding/voor/telefoonnr != ''">
|
||||
<br/>
|
||||
</xsl:if>
|
||||
<xsl:value-of select="melding/voor/mobiel"/>
|
||||
</xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
088-1861010
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:choose>
|
||||
@@ -221,31 +198,11 @@
|
||||
<td align="right" width="16%">
|
||||
<b>Emailadres:</b>
|
||||
</td>
|
||||
<xsl:choose>
|
||||
<xsl:when test="$custId = 'PCHW' or $custId = 'PCHA'">
|
||||
|
||||
<td align="left" width="34%">
|
||||
<xsl:value-of select="backoffice_contact/email"/>
|
||||
</td>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<td align="left" width="34%">
|
||||
<xsl:choose>
|
||||
<xsl:when test="melding/voor/afdeling//bedrijf/naam = 'Extern'">
|
||||
<a href="mailto:servicedesk@pch-dienstengroep.nl">servicedesk@pch-dienstengroep.nl</a>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<xsl:element name="a">
|
||||
<xsl:attribute name="href">
|
||||
<xsl:text>mailto:</xsl:text>
|
||||
<xsl:value-of select="melding/voor/email"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="melding/voor/email"/>
|
||||
</xsl:element>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
</td>
|
||||
</xsl:otherwise>
|
||||
</xsl:choose>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="4">
|
||||
|
||||
Reference in New Issue
Block a user