Swap the beta.testing variable and test for ones that actually work.

This commit is contained in:
Ceri Davies 2005-10-08 09:26:48 +00:00
parent 5c504d46aa
commit dce7d15182
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25940
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/en/index.xsl,v 1.133 2005/10/07 02:51:55 murray Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.134 2005/10/07 14:15:48 ceri Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -6,7 +6,7 @@
<xsl:import href="news/includes.xsl"/>
<xsl:variable name="base" select="'.'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.133 2005/10/07 02:51:55 murray Exp $'"/>
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.134 2005/10/07 14:15:48 ceri Exp $'"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<!-- these params should be externally bound. The values
@ -96,9 +96,9 @@
<li>
<a href="{$u.rel2.announce}">Production (Legacy) Release <xsl:value-of select="$rel2.current"/></a>
</li>
<xsl:if test="$beta.testing != ''">
<xsl:if test="$beta.testing">
<li>
<a href="{$base}/where.html">Upcoming Release
<a href="{$base}/where.html#HELPTEST">Upcoming Release
<xsl:value-of select="concat($betarel.current, '-', $betarel.vers)"/></a>
</li>
</xsl:if>