Standardize the links for 'Upcoming' releases. [1]

Note:  With &beta.testing; enabled, the <div> containing the links
to the download page is becoming dangerously close to overflowing
into the adjacent <div> containing site shortcuts.  In my testing,
with both &beta.testing; and &beta2.testing; enabled, the <div> will
certainly overflow, pushing the "New to FreeBSD?" button out of
alignment, and into the shortcut links.

I'm already working on a CSS fix for it, but I suspect this will
already be a problem for our friends with non-default font sizes.

It looks like I'll be revisiting 91539 sooner than I thought...

Submitted/patched by:	ryusuke [1]
This commit is contained in:
Glen Barber 2012-02-20 23:22:54 +00:00
parent 8b0d4a4929
commit 41acbd4c06
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38518

View file

@ -4,7 +4,7 @@
<!ENTITY title "The FreeBSD Project">
]>
<!-- $FreeBSD: www/en/index.xsl,v 1.176 2012/01/12 20:42:22 hrs Exp $ -->
<!-- $FreeBSD: www/en/index.xsl,v 1.177 2012/01/31 02:01:32 hrs Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>
@ -126,16 +126,12 @@
<li>Legacy: <a
href="&u.rel3.announce;">&rel3.current;</a></li>
<xsl:if test="'&beta.testing;' != 'IGNORE'">
<li>
<a href="&base;/where.html#helptest">Upcoming:
&betarel.current;-&betarel.vers;</a>
</li>
<li>Upcoming: <a
href="&base;/where.html#helptest">&betarel.current;-&betarel.vers;</a></li>
</xsl:if>
<xsl:if test="'&beta2.testing;' != 'IGNORE'">
<li>
<a href="&base;/where.html#helptest">Upcoming:
&betarel2.current;-&betarel2.vers;</a>
</li>
<li>Upcoming: <a
href="&base;/where.html#helptest">&betarel2.current;-&betarel2.vers;</a></li>
</xsl:if>
</ul>
</div> <!-- FRONTRELEASESCONTENT -->