From 2e5e9f34ed1c028b7a81e792c70b7f5d9b8e4367 Mon Sep 17 00:00:00 2001 From: guido Date: Sat, 9 Apr 2005 08:42:35 +0000 Subject: [PATCH] new style git-svn-id: https://svn.dealii.org/trunk@10459 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/index.html | 10 +-- deal.II/doc/development/navbar.html | 100 ++++++++++++---------------- 2 files changed, 46 insertions(+), 64 deletions(-) diff --git a/deal.II/doc/development/index.html b/deal.II/doc/development/index.html index be97ee917c..d54accf27e 100644 --- a/deal.II/doc/development/index.html +++ b/deal.II/doc/development/index.html @@ -11,11 +11,11 @@ - - - - - + + + + + <h1>deal.II Development Information</h1> diff --git a/deal.II/doc/development/navbar.html b/deal.II/doc/development/navbar.html index 35e0224f4d..4a48a43a4b 100644 --- a/deal.II/doc/development/navbar.html +++ b/deal.II/doc/development/navbar.html @@ -12,65 +12,47 @@ </head> <body class="navbar"> -<p> -<strong>Table of contents</strong> -</p> - <p> - <a href="toc.html" target="body">Long table of contents</a> - </p> - - <hr> - - <p> - <a href="makefiles.html" target="body">Makefiles</a> - </p> - - <p> - <a href="writing-documentation.html" target="body">Writing - documentation</a> - </p> - - <p> - <a href="../porting.html" target="body">Porting - <acronym>deal.II</acronym></a> - </p> - - <p> - <a href="testsuite.html" target="body">Running the - testsuite</a> - </p> - - <hr> - - <p> - <a href="recent-changes.html" target="body"> - Recent changes</a> - </p> - - <p> - <a href="http://www.dealii.org/cgi-bin/show_regression.pl" target="body"> - Regression test results</a> - </p> - - <p> - <a href="http://www.dealii.org/cgi-bin/show_build.pl?summary=1" target="body"> - Build test results</a> - </p> - - <hr> - - <p> - <a href="../index.html" target="_top"> - Back to the <acronym>deal.II</acronym> homepage - </a> - </p> - - <p> - <a href="../mail.html" target="body">The deal.II mailing list</a> - </p> - -<!-- Last modified: $Date$ --> - + <p> + <a href="../index.html" target="_top">Homepage</a><br /> + <a href="toc.html" target="body">Overview</a> + </p> + + <hr> + + <b><small>Writing code</small></b> + + <p> + <a href="makefiles.html" target="body">Makefiles</a><br /> + <a href="writing-documentation.html" + target="body">Documentation</a><br /> + <a href="../porting.html" target="body">Porting</a><br /> + </p> + + <hr> + + <b><small>Testsuite</small></b> + <p> + <a href="http://www.dealii.org/cgi-bin/show_regression.pl" + target="body">Regression tests</a><br /> + <a href="http://www.dealii.org/cgi-bin/show_build.pl?summary=1" + target="body">Build test results</a><br /> + <a href="testsuite.html" target="body">Running tests</a> + </p> + + <hr> + + <b><small>Resources</small></b> + <p> + <a href="recent-changes.html" target="body">Recent changes</a><br /> + <a href="../faq.html" target="body">FAQ</a><br /> + <a href="../news/news.html" target="body">News</a><br /> + <a href="http://ganymed.iwr.uni-heidelberg.de/mailman/listinfo/dealii" + target="body">Mailing list</a><br /> + <a href="http://www-dimat.unipv.it/heltai/wikideal/index.php/Main_Page" + target="_top">Wiki</a> + </p> + + <hr> </body> </html> -- 2.39.5