This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] PR web/21679: restructure navigation bar
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 22 May 2005 23:00:29 +0200 (CEST)
- Subject: [wwwdocs] PR web/21679: restructure navigation bar
Installed. For a more detailed discussion, please refer to the
Bugzilla entry.
Gerald
PR web/21679
Add links to the Releases and Snapshots pages near the top of the
navigation bar (the former replacing the current Timline link) and
remove these links from the Download section in the navigation.
Index: style.mhtml
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/style.mhtml,v
retrieving revision 1.79
diff -u -3 -p -r1.79 style.mhtml
--- style.mhtml 21 May 2005 23:17:33 -0000 1.79
+++ style.mhtml 22 May 2005 20:50:25 -0000
@@ -175,7 +175,8 @@
<tr><td <nav-body-style> >
<p>
<a href="<get-var BACKPATH>gccmission.html">Mission Statement</a><br />
- <a href="<get-var BACKPATH>releases.html#timeline">Timeline</a><br />
+ <a href="<get-var BACKPATH>releases.html">Releases</a><br />
+ <a href="<get-var BACKPATH>snapshots.html">Snapshots</a><br />
<a href="<get-var BACKPATH>lists.html">Mailing lists</a><br />
<a href="http://gcc.gnu.org/onlinedocs/gcc/Contributors.html">Contributors</a><br />
<a href="<get-var BACKPATH>steering.html">Steering Committee</a><br />
@@ -206,8 +207,6 @@
</td></tr>
<tr><td <nav-body-style> >
<p>
- <a href="<get-var BACKPATH>releases.html#download">Releases</a><br />
- <a href="<get-var BACKPATH>snapshots.html">Snapshots</a><br />
<a href="<get-var BACKPATH>mirrors.html">Mirror sites</a><br />
<a href="http://gcc.gnu.org/install/binaries.html">Binaries</a>
</p>