MNNL#51430 - mijn oordeel toegevoegd aan bon

svn path=/Website/branches/v2017.2/; revision=36354
This commit is contained in:
Dennis Hartmann
2017-12-13 13:03:16 +00:00
parent c47a4e6080
commit dc0349c9a5

View File

@@ -1331,7 +1331,7 @@
<xsl:for-each select="(//node())[$stars >= position()]">
<xsl:element name="a">
<xsl:attribute name="href">
https://<xsl:value-of select="$FacilitorRoot"/>?<xsl:value-of select="//bookmarks/faclikedeeplink"/>&amp;oordeel=<xsl:number value="number($stars)*2"/>
https://mnnl.facilitor-test.nl/<!--<xsl:value-of select="$FacilitorRoot"/>-->?<xsl:value-of select="//bookmarks/faclikedeeplink"/>&amp;oordeel=<xsl:number value="number($stars)*2"/>
</xsl:attribute>
<img>
<xsl:attribute name="frc">M=MENU:F=star-on.png:R=R16x16</xsl:attribute>
@@ -1344,7 +1344,7 @@
<xsl:for-each select="(//node())[$emptystars >= position()]">
<xsl:element name="a">
<xsl:attribute name="href">
https://<xsl:value-of select="$FacilitorRoot"/>?<xsl:value-of select="//bookmarks/faclikedeeplink"/>&amp;oordeel=<xsl:number value="number($stars)*2"/>
https://mnnl.facilitor-test.nl/<!--<xsl:value-of select="$FacilitorRoot"/>-->?<xsl:value-of select="//bookmarks/faclikedeeplink"/>&amp;oordeel=<xsl:number value="number($stars)*2"/>
</xsl:attribute>
<img>
<xsl:attribute name="frc">M=MENU:F=star-off.png:R=R16x16</xsl:attribute>
@@ -1357,7 +1357,7 @@
&#xA0;
<xsl:element name="a">
<xsl:attribute name="href">
https://<xsl:value-of select="$FacilitorRoot"/>?<xsl:value-of select="//bookmarks/faclikedeeplink"/>&amp;oordeel=<xsl:number value="number($stars)*2"/>
https://mnnl.facilitor-test.nl/<!--<xsl:value-of select="$FacilitorRoot"/>-->?<xsl:value-of select="//bookmarks/faclikedeeplink"/>&amp;oordeel=<xsl:number value="number($stars)*2"/>
</xsl:attribute>
<xsl:value-of select="$liketext"/>
</xsl:element>
@@ -1620,10 +1620,12 @@
</xsl:if>
<!-- aanroep -->
<xsl:if test="$srtnotificatiecode = 'MLDAFM'">
<tr>
<td colspan="4"><xsl:call-template name="fac_liketab"/></td>
</tr>
<!--vakgroeptypes: Incident', 'Incident (pilot)', 'Service Request', 'Service Request (LTB) op 'melding'-->
<!--key=21 key=61 key=22 key=101"key=1">-->
<xsl:if test="$srtnotificatiecode = 'MLDAFM' and (discipline/srtdiscipline/key=21 or discipline/srtdiscipline/key=61 or discipline/srtdiscipline/key=22 or discipline/srtdiscipline/key=101 or discipline/srtdiscipline/key=1)">
<tr>
<td colspan="4"><xsl:call-template name="fac_liketab"/></td>
</tr>
</xsl:if>
</table>
</xsl:template>