GridcolLink
From Plex-XML
@shape='Hyperlink'"
<xsl:template name="gridcolLink">
<xsl:variable name="key"><xsl:value-of select="@unformatted"/></xsl:variable>
<xsl:choose>
<xsl:when test="$key!= and @implname='UserId'">
<gridcolLink>
<xsl:attribute name="onclick">
<xsl:text>aaWindows.openWindow(true,opener,'aServlet?request=LPTD101AE&LP%20Firma=</xsl:text><xsl:value-of select="$key"/><xsl:text>','Lageranzeige',1024,768);</xsl:text>
</xsl:attribute>
<xsl:attribute name="title">title</xsl:attribute>
<xsl:attribute name="text"><xsl:value-of select="$key"/></xsl:attribute>
</gridcolLink>
</xsl:when>
</xsl:choose>
</xsl:template>
Categories: XSLT | TEMPLATES | ToDo

