diff --git a/hu_HU.ISO8859-2/share/xml/libcommon.xsl b/hu_HU.ISO8859-2/share/xml/libcommon.xsl index 9a243a926d..e5d7a791cb 100644 --- a/hu_HU.ISO8859-2/share/xml/libcommon.xsl +++ b/hu_HU.ISO8859-2/share/xml/libcommon.xsl @@ -311,7 +311,6 @@ <xsl:template name="html-list-advisories-putitems"> <xsl:param name="items" select="''" /> <xsl:param name="prefix" select="''" /> - <xsl:param name="prefixold" select="''" /> <xsl:if test="$items"> <table> @@ -335,12 +334,6 @@ <xsl:when test="@omithref='yes'"> <xsl:value-of select="name" /> </xsl:when> - <xsl:when test="name/@role='old'"> - <a><xsl:attribute name="href"> - <xsl:value-of select="concat($prefixold, name, '.asc')" /> - </xsl:attribute> - <xsl:value-of select="concat(name, '.asc')" /></a> - </xsl:when> <xsl:otherwise> <a><xsl:attribute name="href"> <xsl:value-of select="concat($prefix, name, '.asc')" /> diff --git a/nl_NL.ISO8859-1/share/xml/libcommon.xsl b/nl_NL.ISO8859-1/share/xml/libcommon.xsl index 6de0a0a8ce..9c9b4b87bb 100644 --- a/nl_NL.ISO8859-1/share/xml/libcommon.xsl +++ b/nl_NL.ISO8859-1/share/xml/libcommon.xsl @@ -197,7 +197,6 @@ <xsl:param name="itemtype" select="''" /> <xsl:param name="itemtype" select="''" /> <xsl:param name="prefix" select="''" /> - <xsl:param name="prefixold" select="''" /> <xsl:if test="$items"> <table> @@ -221,12 +220,6 @@ <xsl:when test="@omithref='yes'"> <xsl:value-of select="name" /> </xsl:when> - <xsl:when test="name/@role='old'"> - <a><xsl:attribute name="href"> - <xsl:value-of select="concat($prefixold, name, '.asc')" /> - </xsl:attribute> - <xsl:value-of select="concat(name, '.asc')" /></a> - </xsl:when> <xsl:otherwise> <a><xsl:attribute name="href"> <xsl:value-of select="concat($prefix, name, '.asc')" /> diff --git a/share/xml/common.ent b/share/xml/common.ent index f7434273c5..4ad61af5b2 100644 --- a/share/xml/common.ent +++ b/share/xml/common.ent @@ -36,7 +36,6 @@ <!ENTITY cgibase "//www.FreeBSD.org/cgi"> <!ENTITY ftpbase "//security.FreeBSD.org/advisories/"> -<!ENTITY ftpbaseold "ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/advisories/old/"> <!ENTITY ftpbaseerrata "//security.FreeBSD.org/advisories/"> <!ENTITY os 'FreeBSD'> diff --git a/share/xml/libcommon.xsl b/share/xml/libcommon.xsl index 1c8cda9074..f9febd7e93 100644 --- a/share/xml/libcommon.xsl +++ b/share/xml/libcommon.xsl @@ -782,7 +782,6 @@ <xsl:with-param name="items" select="document($advisories.xml)//advisory" /> <xsl:with-param name="itemtype" select="'Advisory'" /> <xsl:with-param name="prefix" select="'&ftpbase;'" /> - <xsl:with-param name="prefixold" select="'&ftpbaseold;'" /> </xsl:call-template> </xsl:when> @@ -791,7 +790,6 @@ <xsl:with-param name="items" select="document($advisories.xml)//notice" /> <xsl:with-param name="itemtype" select="'Errata Notice'" /> <xsl:with-param name="prefix" select="'&ftpbaseerrata;'" /> - <xsl:with-param name="prefixold" select="'&ftpbaseerrata;'" /> </xsl:call-template> </xsl:when> </xsl:choose> @@ -828,12 +826,6 @@ <xsl:when test="@omithref='yes'"> <xsl:value-of select="name" /> </xsl:when> - <xsl:when test="name/@role='old'"> - <a><xsl:attribute name="href"> - <xsl:value-of select="concat($prefixold, name, '.asc')" /> - </xsl:attribute> - <xsl:value-of select="concat(name, '.asc')" /></a> - </xsl:when> <xsl:otherwise> <a><xsl:attribute name="href"> <xsl:value-of select="concat($prefix, name, '.asc')" />