CSUN#38276 link naar melding op bon

svn path=/Website/branches/v2016.3/; revision=33231
This commit is contained in:
Ruud Lipper
2017-03-23 12:58:39 +00:00
parent a1ca517668
commit a432cfd13c

View File

@@ -4,7 +4,7 @@
<xsl:template match="melding" mode="include">
<table border="0" width="100%" cellpadding="2">
<table border="0" width="100%" cellpadding="2">
<tr>
<td colspan="2" class="caption" style="padding-top:20px;padding-bottom:20px">
<b><xsl:value-of select="//lcl/MLD/melding"/>&#160;<xsl:value-of select="discipline/srtdiscipline/prefix"/><xsl:value-of select="key"/></b>
@@ -221,6 +221,11 @@
</td>
</tr>
</xsl:if>
<tr>
<td colspan="4" class="" style="padding-top:30px;padding-bottom:10px">
<xsl:element name="a"><xsl:attribute name="href">https://<xsl:value-of select="$FacilitorRoot"/>?<xsl:value-of select="../bookmarks/melding"/><xsl:value-of select="key"/></xsl:attribute>Klik hier om direct naar deze melding te gaan</xsl:element>
</td>
</tr>
</table>
</xsl:template>