Remove the "Download" link due to this implementation's unpopularity.
This commit is contained in:
parent
f942907cc9
commit
269e10fae1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23419
3 changed files with 4 additions and 21 deletions
15
en/index.xsl
15
en/index.xsl
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.123 2005/01/01 12:01:53 simon Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.124 2005/01/01 21:15:08 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.123 2005/01/01 12:01:53 simon Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.124 2005/01/01 21:15:08 ceri Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -228,17 +228,6 @@
|
|||
<table class="panel" cellpadding="4" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<p><a href="{$url.ftp}/releases">
|
||||
<font size="+1"
|
||||
color="#990000"><b>Download</b></font></a><br/>
|
||||
<small>·
|
||||
<a href="{$url.ftp}/releases/alpha">alpha</a>·
|
||||
<a href="{$url.ftp}/releases/amd64">amd64</a>·
|
||||
<a href="{$url.ftp}/releases/i386">i386</a>·
|
||||
<a href="{$url.ftp}/releases/ia64">ia64</a>·
|
||||
<a href="{$url.ftp}/releases/pc98">pc98</a>·
|
||||
<a href="{$url.ftp}/releases/sparc64">sparc64</a>
|
||||
</small></p>
|
||||
<p><a href="{$u.rel.announce}">
|
||||
<font size="+1" color="#990000"><b>Production Release:
|
||||
<xsl:value-of select="$rel.current"/></b></font></a><br/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue