FSN#39407 -- Implementatie Yask/KPN (berichten try-out)
svn path=/Website/branches/v2016.3/; revision=33959
This commit is contained in:
@@ -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"/> 
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user