Add a really big link that says "Download", along with some smaller ones
for each platform.
This commit is contained in:
parent
2892d6408b
commit
64a37fa7d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23409
3 changed files with 21 additions and 4 deletions
15
en/index.xsl
15
en/index.xsl
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.122 2004/12/30 17:53:43 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.123 2005/01/01 12:01:53 simon 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.122 2004/12/30 17:53:43 hrs Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.123 2005/01/01 12:01:53 simon Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<!-- these params should be externally bound. The values
|
||||
|
@ -228,6 +228,17 @@
|
|||
<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