From: Matthias Maier <tamiko@kyomu.43-1.org>
Date: Wed, 9 Oct 2013 11:58:13 +0000 (+0000)
Subject: Doc: Introduce two more links and regroup "Home" in the navbar
X-Git-Tag: v8.1.0~606
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa38b3aae642c814ccbdcfa58242153e249adbc;p=dealii.git

Doc: Introduce two more links and regroup "Home" in the navbar

git-svn-id: https://svn.dealii.org/trunk@31182 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/doc/developers/navbar.html b/deal.II/doc/developers/navbar.html
index 1a0e2dac07..efeceea3b6 100644
--- a/deal.II/doc/developers/navbar.html
+++ b/deal.II/doc/developers/navbar.html
@@ -15,12 +15,12 @@
 
   <p>
     <a href="http://www.dealii.org"target="_top">http://www.dealii.org</a><br />
-    <a href="../index.html" target="_top">Home</a><br />
   </p>
 
   <hr>
 
   <p>
+    <a href="../index.html" target="_top">Home</a><br />
     <a href="../readme.html" target="body">README</a><br />
     <a href="../users/index.html" target="_top">User info</a><br />
     <a href="index.html" target="_top">Developer info</a><br />
diff --git a/deal.II/doc/documentation.html b/deal.II/doc/documentation.html
index f01ddef7db..fbbc492fee 100644
--- a/deal.II/doc/documentation.html
+++ b/deal.II/doc/documentation.html
@@ -22,9 +22,9 @@
 
 <table align="center"  width="70%">
   <tr>
-    <th width="40%">Information for users</th>
+    <th width="40%"><a href="users/index.html"target="_top">Information for users</a></th>
     <td></td>
-    <th width="40%">Information for developers</th>
+    <th width="40%"><a href="developers/index.html" target="_top">Information for developers</a></th>
   </tr>
 
   <tr>
diff --git a/deal.II/doc/navbar.html b/deal.II/doc/navbar.html
index 98f9ea5304..8c5139e497 100644
--- a/deal.II/doc/navbar.html
+++ b/deal.II/doc/navbar.html
@@ -13,12 +13,12 @@
 
     <p>
       <a href="http://www.dealii.org"target="_top">http://www.dealii.org</a><br />
-      <a href="index.html" target="_top">Home</a><br />
     </p>
 
     <hr>
 
     <p>
+      <a href="index.html" target="_top">Home</a><br />
       <a href="readme.html" target="body">README</a><br />
       <a href="users/index.html" target="_top">User info</a><br />
       <a href="developers/index.html" target="_top">Developer info</a><br />
diff --git a/deal.II/doc/users/navbar.html b/deal.II/doc/users/navbar.html
index 86d13e4997..079a515a9f 100644
--- a/deal.II/doc/users/navbar.html
+++ b/deal.II/doc/users/navbar.html
@@ -15,12 +15,12 @@
 
   <p>
     <a href="http://www.dealii.org"target="_top">http://www.dealii.org</a><br />
-    <a href="../index.html" target="_top">Home</a><br />
   </p>
 
   <hr>
 
   <p>
+    <a href="../index.html" target="_top">Home</a><br />
     <a href="../readme.html" target="body">README</a><br />
     <a href="index.html" target="_top">User info</a><br />
     <a href="../developers/index.html" target="_top">Developer info</a><br />