gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r729 - GNUnet-docs/WWW/test


From: durner
Subject: [GNUnet-SVN] r729 - GNUnet-docs/WWW/test
Date: Sun, 1 May 2005 11:40:59 -0700 (PDT)

Author: durner
Date: 2005-05-01 11:40:49 -0700 (Sun, 01 May 2005)
New Revision: 729

Modified:
   GNUnet-docs/WWW/test/html_footer.php3
   GNUnet-docs/WWW/test/menu.php3
   GNUnet-docs/WWW/test/scripts.inc
Log:
remove header from footer

Modified: GNUnet-docs/WWW/test/html_footer.php3
===================================================================
--- GNUnet-docs/WWW/test/html_footer.php3       2005-05-01 18:02:06 UTC (rev 
728)
+++ GNUnet-docs/WWW/test/html_footer.php3       2005-05-01 18:40:49 UTC (rev 
729)
@@ -1,10 +1,12 @@
 <?php
+include("scripts.inc");
+
 if (! $no_footer) {
   P();
   if ($menu != "NO") {
     HR();
     $menu_once = 0;
-    include("menu.php3");
+    menu_bar();
   }
   HR();
   PRE("Copyright (C) 2002, 2003, 2004, 2005 Christian Grothoff.\n" .

Modified: GNUnet-docs/WWW/test/menu.php3
===================================================================
--- GNUnet-docs/WWW/test/menu.php3      2005-05-01 18:02:06 UTC (rev 728)
+++ GNUnet-docs/WWW/test/menu.php3      2005-05-01 18:40:49 UTC (rev 729)
@@ -1,4 +1,7 @@
 <?php
+
+include("scripts.inc");
+
 if (! $menu_once) {
   $menu_once = 1;
 ?>
@@ -24,23 +27,12 @@
      &nbsp;
     </td>
   </tr>
-</table>
-
-<table bgcolor="#0a6cce" border="0" cellpadding="0" cellspacing="0" 
height="31" width="100%">
   <tr> 
-    <td colspan="8" height="10"></td>
+    <td colspan="4" height="10" nowrap="nowrap" valign="middle">
+    </td>
   </tr>
-  <tr> 
-    <td class="menu">&nbsp;&nbsp;<?php intlink("index.php","Welcome") 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-    <td class="menu">&nbsp;&nbsp;<?php intlink("mailinglist.php3","Contact"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-    <td class="menu">&nbsp;&nbsp;<?php extlink("https://gnunet.org/drupal/";, 
"Community"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-    <td class="menu">&nbsp;&nbsp;<?php intlink("faq.php3","FAQ"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-    <td class="menu">&nbsp;&nbsp;<?php intlink("download.php3","Download"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-    <td class="menu">&nbsp;&nbsp;<?php 
intlink("documentation.php3","Documentation"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-    <td class="menu">&nbsp;&nbsp;<?php intlink("papers.php3","Papers"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-    <td class="menu">&nbsp;&nbsp;<?php intlink("links.php3","Links"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
-  </tr>
 </table>
 <?php
+       menu_bar();
  }
 ?>                         

Modified: GNUnet-docs/WWW/test/scripts.inc
===================================================================
--- GNUnet-docs/WWW/test/scripts.inc    2005-05-01 18:02:06 UTC (rev 728)
+++ GNUnet-docs/WWW/test/scripts.inc    2005-05-01 18:40:49 UTC (rev 729)
@@ -10,6 +10,23 @@
   img("gnu_in_net.png", "GNUnet logo", "RIGHT", 149, 150);
 }
 
+function menu_bar() {
+?>
+       <table bgcolor="#0a6cce" border="0" cellpadding="0" cellspacing="0" 
height="31" width="100%">
+         <tr> 
+           <td class="menu">&nbsp;&nbsp;<?php intlink("index.php","Welcome") 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+           <td class="menu">&nbsp;&nbsp;<?php 
intlink("mailinglist.php3","Contact"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+           <td class="menu">&nbsp;&nbsp;<?php 
extlink("https://gnunet.org/drupal/";, "Community"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+           <td class="menu">&nbsp;&nbsp;<?php intlink("faq.php3","FAQ"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+           <td class="menu">&nbsp;&nbsp;<?php 
intlink("download.php3","Download"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+           <td class="menu">&nbsp;&nbsp;<?php 
intlink("documentation.php3","Documentation"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+           <td class="menu">&nbsp;&nbsp;<?php intlink("papers.php3","Papers"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+           <td class="menu">&nbsp;&nbsp;<?php intlink("links.php3","Links"); 
?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
+         </tr>
+       </table>
+<?php
+}
+
 function shortEntry_($a, $b="") {
   return "<td align=center>" . W_($a) . $b . "</td>";
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]