FSN#39407 -- Implementatie Yask/KPN (berichten try-out)

svn path=/Website/branches/v2016.3/; revision=33959
This commit is contained in:
Arthur Egberink
2017-05-22 14:37:12 +00:00
parent fe35b1de6b
commit 76a5701ee3

View File

@@ -324,6 +324,43 @@ KPN
</xsl:choose>
</xsl:template>
<xsl:template match="message" mode="include">
<xsl:call-template name="pageheader"/>
<table border="0" width="100%" cellpadding="2">
<tr>
<td width="20%" class="label"><xsl:value-of select="//lcl/MSG/bericht_van"/></td>
<td width="80%" class="value">: <xsl:value-of select="afzender/naam_full"/></td>
</tr>
<tr>
<td width="20%" class="label"><xsl:value-of select="//lcl/FAC/e-mail"/></td>
<td width="80%" class="value">: <xsl:value-of select="afzender/email"/></td>
</tr>
<tr>
<td class="label"><xsl:value-of select="//lcl/MSG/berichtdatum"/></td>
<td class="value">:
<xsl:value-of select="aanmaak/datum"/>&#xA0;
<xsl:value-of select="aanmaak/tijd"/>
</td>
</tr>
<tr>
<td height="20"/>
</tr>
<tr>
<td colspan="2" class="tekst">
<xsl:call-template name="linebreaks">
<xsl:with-param name="string" select="omschrijving"/>
</xsl:call-template>
</td>
</tr>
<tr>
<td colspan="2" class="tekst">
Klik <xsl:element name="a"><xsl:attribute name="href"><xsl:value-of select="url"/></xsl:attribute>hier</xsl:element> om de inhoud van de nieuwsbrief te openen.
</td>
</tr>
</table>
</xsl:template>
<xsl:template match="rapport">
<xsl:if test="@view='res_v_rap_infobord' or @view='RES_V_RAP_INFOBORD'">
<html>