From: <no...@us...> - 2003-07-18 15:38:38
|
Log Message: ----------- - Added google search bar - Moved sourceforge logo to the bottom of the page Modified Files: -------------- /cvsroot/htmlunit/htmlunit/src/xdocs: navigation.xml Revision Data ------------- Index: navigation.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/src/xdocs/navigation.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- navigation.xml 16 Apr 2003 13:52:53 -0000 1.5 +++ navigation.xml 18 Jul 2003 15:38:37 -0000 1.6 @@ -9,11 +9,12 @@ </properties> <body> + <search/> + <menu name="SourceForge.net"> <item name="SourceForge project page" - href="http://www.sourceforge.net/projects/htmlunit" - img="http://sourceforge.net/sflogo.php?group_id=47038&type=2"/> + href="http://www.sourceforge.net/projects/htmlunit"/> <item name="Download" href="http://sourceforge.net/project/showfiles.php?group_id=47038"/> </menu> <menu name="How do I..."> @@ -34,6 +35,15 @@ <item name="JavaScript engine" href="/javascript.html"/> <item name="TODO" href="/todo.html"/> </menu> + + <footer> + <div style="text-align: right"> + Project hosting by:<br /> + <a href="http://sourceforge.net/projects/htmlunit"> + <img src="http://sourceforge.net/sflogo.php?group_id=47038&type=2" alt="Sourceforge Logo" border="0" /> + </a> + </div> + </footer> </body> </project> |