- Add a new feature to our top horizontal navigation menu -- a drop down

navigation boxes. This is implemented in pure CSS and does not require
  javascript, etc.
- Tested with all modern browsers (firefox, opera, safari, chrome, ie7+)
  where this feature works w/o problems. IE6 doesn't display drop down
  menus but has no regressions against the original implementation.
- The drop down menus probably need some polishing, but for this we need
  someone with more design skills ;)
- I believe this will allow our users to navigate through the web site
  more efficiently and quickly

- Note that this change should to be ported by our translation teams to
  their localized versions of web site. For this reason I am not
  removing now deprecated parts of modified style sheets as these need to
  be kept until after localized pages will be ported to these new menus;
  otherwise they will be rendered pretty badly.

Reviewed by:	www@, doc@
This commit is contained in:
Daniel Gerzo 2009-07-06 22:09:22 +00:00
parent 5ceac95da7
commit 767d46fd8c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34514
3 changed files with 147 additions and 14 deletions

View file

@ -1,4 +1,4 @@
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.10 2009/01/01 17:40:09 simon Exp $ -->
<!-- $FreeBSD: www/share/sgml/header.ent,v 1.11 2009/06/02 21:11:59 gabor Exp $ -->
<!-- FreeBSD HTML Header Entities -->
<!-- PUBLIC "-//FreeBSD//ENTITIES HTML FreeBSD Header Entities//EN" -->
@ -137,18 +137,77 @@
<!ENTITY header2.topnav '
<h2 class="blockhide">Site Navigation</h2>
<div id="TOPNAV">
<ul id="TOPNAVLIST">
<li><a href="&base;/" title="Home">Home</a></li>
<li><a href="&base;/about.html" title="About">About</a></li>
<li><a href="&base;/where.html" title="Get FreeBSD">Get FreeBSD</a></li>
<li><a href="&base;/docs.html" title="Documentation">Documentation</a></li>
<li><a href="&base;/community.html" title="Community">Community</a></li>
<li><a href="&base;/projects/index.html" title="Developers">Developers</a></li>
<li><a href="&base;/support.html" title="Support">Support</a></li>
<li><a href="http://www.freebsdfoundation.org/" title="The FreeBSD Foundation">Foundation</a></li>
<div id="MENU">
<ul class="first">
<li><a href="&base;/">Home</a></li>
</ul>
</div> <!-- TOPNAV -->
<ul>
<li><a href="&base;/about.html">About</a>
<ul>
<li><a href="&base;/projects/newbies.html">Introduction</a></li>
<li><a href="&base;/features.html">Features</a></li>
<li><a href="&base;/advocacy/">Advocacy</a></li>
<li><a href="&base;/marketing/">Marketing</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href="&base;/where.html">Get FreeBSD</a>
<ul>
<li><a href="&base;/releases/">Release Information</a></li>
<li><a href="&base;/releng/">Release Engineering</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href="&base;/docs.html">Documentation</a>
<ul>
<li><a href="&base;/doc/en_US.ISO8859-1/books/faq/">FAQ</a></li>
<li><a href="&base;/doc/en_US.ISO8859-1/books/handbook/">Handbook</a></li>
<li><a href="&base;/doc/en_US.ISO8859-1/books/porters-handbook">Porter&#39;s Handbook</a></li>
<li><a href="&base;/doc/en_US.ISO8859-1/books/developers-handbook">Developer&#39;s Handbook</a></li>
<li><a href="&base;/cgi/man.cgi">Manual Pages</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href="&base;/community.html">Community</a>
<ul>
<li><a href="&base;/community/mailinglists.html">Mailing Lists</a></li>
<li><a href="http://forums.freebsd.org">Forums</a></li>
<li><a href="&base;/usergroups.html">User Groups</a></li>
<li><a href="&base;/events/events.html">Events</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href="&base;/projects/index.html">Developers</a>
<ul>
<li><a href="&base;/projects/ideas/ideas.html">Project Ideas</a></li>
<li><a href="http://svn.FreeBSD.org/viewvc/base/">SVN Repository</a></li>
<li><a href="http://cvsweb.FreeBSD.org">CVS Repository</a></li>
<li><a href="http://p4web.FreeBSD.org">Perforce Repository</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href="&base;/support.html">Support</a>
<ul>
<li><a href="&base;/commercial/commercial.html">Vendors</a></li>
<li><a href="http://security.FreeBSD.org/">Security Information</a></li>
<li><a href="&base;/cgi/query-pr-summary.cgi">Bug Reports</a></li>
<li><a href="&base;/send-pr.html">Submit Bug-report</a></li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://www.freebsdfoundation.org/">Foundation</a>
<ul>
<li><a href="http://www.freebsdfoundation.org/donate/">Donate</a></li>
</ul>
</li>
</ul>
</div> <!-- MENU -->
'>
<!ENTITY header2 '