functional test reports link to OpenDS JIRA issues
| | |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2008-2009 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | |
| | | <xsl:output method="html" version="4.0" encoding="iso-8859-1" indent="yes"/> |
| | |
| | | <xsl:value-of select="' '"/> |
| | | <xsl:element name="a"> |
| | | <xsl:attribute name="href"> |
| | | <xsl:value-of select="concat('https://opends.dev.java.net/issues/show_bug.cgi?id=',@id)"/> |
| | | <xsl:value-of select="concat('http://java.net/jira/browse/OPENDS-',@id)"/> |
| | | </xsl:attribute> |
| | | <xsl:value-of select="@id"/> |
| | | <xsl:value-of select="concat('OPENDS-',@id)"/> |
| | | </xsl:element> |
| | | </xsl:for-each> |
| | | </xsl:element> |
| | |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2007-2008 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 ForgeRock AS |
| | | ! --> |
| | | |
| | | <xsl:output method="html"/> |
| | |
| | | <xsl:element name="td"> |
| | | <xsl:element name="a"> |
| | | <xsl:attribute name="href"> |
| | | <xsl:value-of select="concat('https://opends.dev.java.net/issues/show_bug.cgi?id=',testissue)"/> |
| | | <xsl:value-of select="concat('http://java.net/jira/browse/OPENDS-',testissue)"/> |
| | | </xsl:attribute> |
| | | <xsl:value-of select="testissue"/> |
| | | <xsl:value-of select="concat('OPENDS-',testissue)"/> |
| | | </xsl:element> |
| | | </xsl:element> |
| | | </xsl:element> |