UWVA#37570 mldfwd bon
svn path=/Website/branches/v2016.2/; revision=31231
This commit is contained in:
@@ -1127,7 +1127,8 @@
|
||||
<xsl:variable name="fwdtime">
|
||||
<xsl:for-each select="tracking/track[@code='MLDFWD']/datum">
|
||||
<xsl:sort select="timestamp" order="descending"/>
|
||||
<xsl:if test="position() = 1"><xsl:value-of select="timestamp"/></xsl:if>
|
||||
<xsl:if test="position() = 1"><xsl:value-of select="number(timestamp)"/>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</xsl:variable>
|
||||
<tr>
|
||||
@@ -1136,8 +1137,8 @@
|
||||
</td>
|
||||
<td colspan="3" class="value">:
|
||||
<xsl:call-template name="linebreaks">
|
||||
<xsl:with-param name="string" select="notes/note/omschrijving[../aanmaak/timestamp=$fwdtime]"/>
|
||||
</xsl:call-template>
|
||||
<xsl:with-param name="string" select="notes/note/omschrijving[../aanmaak/timestamp >= $fwdtime - 2 and ../aanmaak/timestamp <= $fwdtime + 2]"/>
|
||||
</xsl:call-template>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
|
||||
Reference in New Issue
Block a user