AKZA#54049 Automatische link naar objecten.

svn path=/Website/branches/v2019.1/; revision=42825
This commit is contained in:
Suzan Wiegerinck
2019-06-04 10:18:01 +00:00
parent 5b3e88dd94
commit eb1b4452f4

View File

@@ -7,7 +7,7 @@
<xsl:value-of select="substring(translate('$Revision$', '$ ', ''), 10)"/>
</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">CUST03</xsl:variable>
<xsl:variable name="Xsrtnotificatiecode">MLDACP</xsl:variable>
<xsl:variable name="lowercase" select="'abcdefghijklmnopqrstuvwxyz'" />
<xsl:variable name="uppercase" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'" />
@@ -343,10 +343,15 @@
</td>
<td colspan="2" style='text-align:center'>
<h1>
<b>Melding
&#160;<xsl:value-of select="discipline/srtdiscipline/prefix"/>
<xsl:value-of select="key"/>
</b>
<xsl:element name="a">
<xsl:attribute name="href">http://facilitor.akzonobel.intra/?<xsl:value-of select="../bookmarks/melding"/>
<xsl:value-of select="key"/>
</xsl:attribute>
<b>Melding
&#160;<xsl:value-of select="discipline/srtdiscipline/prefix"/>
<xsl:value-of select="key"/>
</b>
</xsl:element>
</h1>
</td>
</tr>
@@ -705,13 +710,15 @@
<td colspan="5" style='text-align:center'>
<h1>
<b>
<xsl:if test="ordernr!=''"> Order/tasknummer: <xsl:value-of select="ordernr"/> <br/> </xsl:if>
<xsl:if test="ordernr!=''"> Order/tasknummer: <xsl:value-of select="ordernr"/>
<br/>
</xsl:if>
<xsl:choose>
<xsl:when test="opdrachttype/key='5' or opdrachttype/key='1081'">Deelopdracht</xsl:when>
<xsl:otherwise>
<xsl:value-of select="opdrachttype/omschrijving"/>
</xsl:otherwise>
</xsl:choose>
</xsl:choose>
<xsl:text>&#160;</xsl:text>
<xsl:value-of select="melding/discipline/srtdiscipline/prefix"/>
<xsl:value-of select="melding/key"/>/<xsl:value-of select="bedrijfopdr_volgnr"/>
@@ -4570,10 +4577,10 @@
</table>
</xsl:if>
<xsl:if test="@view='AKZA_V_RAP_CTR_LOD' and $srtnotificatiecode='CUST07'">
<table>
<xsl:if test="@view='AKZA_V_RAP_CTR_LOD' and $srtnotificatiecode='CUST07'">
<table>
<xsl:choose>
<xsl:when test="count(rapport_data/data_row)=0">
<tr>
@@ -4631,13 +4638,13 @@
</xsl:otherwise>
</xsl:choose>
</table>
</table>
</xsl:if>
</html>
</xsl:template>