|
From: Nicholas N. <nj...@ca...> - 2004-01-30 23:50:29
|
CVS commit by nethercote: Added some sub-headings to the left-hand menu, to give it some structure. Renamed "Feedback" as "Contact". A contact.html 1.1 M +12 -5 menu.inc 1.9 R feedback.html 1.6 --- devel-home/valgrind/menu.inc #1.8:1.9 @@ -1,18 +1,25 @@ <!-- Minor hack: " " ensures two-word options stay on a single line --> <dl> +<dt><b>About</b> <dt><a href="/"> Home</a> <dt><a href="overview.html"> Overview</a> <dt><a href="tools.html"> Tools</a> <dt><a href="users.html"> Users</a> +<dt><a href="related.html"> Related Tools</a> +<p> +<dt><b>Code</b> <dt><a href="sysreqs.html"> System Requirements</a> -<dt><a href="docs.html"> Documentation</a> <dt><a href="downloads.html">Downloads</a> +<dt><a href="cvs.html"> CVS Repository</a> +<p> +<dt><b>Support</b> +<dt><a href="docs.html"> Documentation</a> +<dt><a href="lists.html"> Mailing Lists</a> <dt><a href="faq.html"> FAQ</a> <dt><a href="bugs.html"> Bug Reports</a> <dt><a href="features.html"> Feature Requests</a> -<dt><a href="lists.html"> Mailing Lists</a> -<dt><a href="cvs.html"> CVS Repository</a> -<dt><a href="related.html"> Related Tools</a> +<p> +<dt><b>Feedback</b> <dt><a href="surveys.html"> Surveys</a> -<dt><a href="feedback.html"> Feedback</a> +<dt><a href="contact.html"> Contact</a> </dl> |