PCHD#40573 bookmarks/melding

svn path=/Website/branches/v2017.1/; revision=34474
This commit is contained in:
Dennis Hartmann
2017-06-29 09:39:14 +00:00
parent f21d25c557
commit c0f77235a6

View File

@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxml="urn:schemas-microsoft-com:xslt" version="1.0">
<xsl:variable name="Xsrtnotificatiecode">FININF</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">MLDAP1</xsl:variable>
<xsl:variable name="clicktxt">
<xsl:choose>
<xsl:when test="//language='NL'">Bekijk deze melding in Facilitor</xsl:when>
<xsl:otherwise>View this call in Facilitor</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<xsl:template name="numberNaN">
<xsl:param name="nanOrNr"/>
@@ -21,6 +27,8 @@
</xsl:choose>
</xsl:template>
<xsl:template match="factuur" mode="fininf">
<table border="0" width="100%" cellpadding="2" style="padding-left:10px;">
<tr>
@@ -567,6 +575,19 @@
<xsl:apply-templates select="." mode="include"/>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="$mode = 'email'">
<tr>
<br/>
<td colspan="4">
<xsl:element name="a">
<xsl:attribute name="href">https://<xsl:value-of select="$FacilitorRoot"/>?SSO=1&amp;<xsl:value-of select="../bookmarks/melding"/>
<xsl:value-of select="key"/>
</xsl:attribute>
<xsl:value-of select="$clicktxt"/>
</xsl:element>
</td>
</tr>
</xsl:if>
<xsl:call-template name="pagefooter"/>
</xsl:element>
</html>
@@ -584,7 +605,25 @@
<xsl:call-template name="htmlhead"/>
<xsl:element name="body">
<xsl:call-template name="pageheader"/>
<xsl:choose>
<xsl:when test="$srtnotificatiecode = 'MLDAP1'">
<xsl:apply-templates select="." mode="include"/>
<tr>
<br/>
<td colspan="4">
<xsl:element name="a">
<xsl:attribute name="href">https://<xsl:value-of select="$FacilitorRoot"/>?SSO=1&amp;<xsl:value-of select="../bookmarks/melding"/>
<xsl:value-of select="key"/>
</xsl:attribute>
<xsl:value-of select="$clicktxt"/>
</xsl:element>
</td>
</tr>
</xsl:when>
<xsl:otherwise>
<xsl:apply-templates select="." mode="include"/>
</xsl:otherwise>
</xsl:choose>
<xsl:call-template name="pagefooter"/>
</xsl:element>
</html>