Add a link to the release notes from the "Current Release" box.
This commit is contained in:
parent
c67ba5a859
commit
65c26a1848
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9284
1 changed files with 32 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.109 2001/04/21 21:48:41 eric Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/index.sgml,v 1.110 2001/04/22 05:22:04 eric Exp $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
|
@ -11,19 +11,19 @@
|
|||
<meta name="description" content="The FreeBSD Project">
|
||||
|
||||
<meta name="KEYWORDS" content="FreeBSD, BSD, UNIX, Support, Gallery,
|
||||
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs, CVS,
|
||||
CVSup, News, Commercial Vendors, homepage, CTM, Unix">
|
||||
Release, Application, Software, Handbook, FAQ, Tutorials, Bugs, CVS,
|
||||
CVSup, News, Commercial Vendors, homepage, CTM, Unix">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#840084"
|
||||
alink="#0000FF">
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="http://www.FreeBSD.org/index.html">
|
||||
<img src="gifs/freebsd_1.gif"
|
||||
alt="FreeBSD: The Power to Serve" height="94" width="306"
|
||||
border="0"></a></td>
|
||||
<img src="gifs/freebsd_1.gif" height="94" width="306"
|
||||
alt="FreeBSD: The Power to Serve" border="0"></a></td>
|
||||
|
||||
<td align="right" valign="bottom" width="300">
|
||||
<form action="http://www.FreeBSD.org/cgi/mirror.cgi" method="GET">
|
||||
|
@ -126,22 +126,31 @@ href="ru/index.html">Russian</a>, <a href="support.html#web">Other</a>
|
|||
<td bgcolor="#ffffff"> </td>
|
||||
|
||||
<td rowspan="2" align="left" valign="top" width="500">
|
||||
<table border="0" cellspacing="0" cellpadding="1" align="right" bgcolor="#000000">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" cellpadding=2 cellspacing=0 border=0 bgcolor="#ffcc66">
|
||||
<tr>
|
||||
<td align="center"><b>Current Release: 4.3</b><br>
|
||||
<small><a
|
||||
href="&base;/releases/4.3R/announce.html">Announcement</a>
|
||||
· <a
|
||||
href="&base;/handbook/install.html">Installation
|
||||
Guide</a> · <a
|
||||
href="&base;/releases/4.3R/errata.html">Errata</a></small></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<table border="0" cellspacing="0" cellpadding="1"
|
||||
align="right" bgcolor="#000000">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" cellpadding="2" cellspacing="0"
|
||||
border=0 bgcolor="#ffcc66">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2" align="center"><b>Current Release:
|
||||
4.3</b></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><small>» <a href="&base;/releases/4.3R/announce.html">Announcement</a><br>
|
||||
» <a href="&base;/doc/en_US.ISO_8859-1/books/handbook/install.html">Installation Guide</a></small></td>
|
||||
|
||||
<td><small>» <a href="&base;/releases/4.3R/notes.html">Release Notes</a><br>
|
||||
» <a href="&base;/releases/4.3R/errata.html">Errata</a></small></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2><font color="#990000">What is FreeBSD?</font></h2>
|
||||
|
|
Loading…
Reference in a new issue