gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r3449 - GNUnet-docs/WWW/test
Date: Sun, 8 Oct 2006 12:17:37 -0700 (PDT)

Author: durner
Date: 2006-10-08 12:17:33 -0700 (Sun, 08 Oct 2006)
New Revision: 3449

Modified:
   GNUnet-docs/WWW/test/html_header.php3
   GNUnet-docs/WWW/test/menu.php3
   GNUnet-docs/WWW/test/scripts.inc
Log:
trying gnu.org style

Modified: GNUnet-docs/WWW/test/html_header.php3
===================================================================
--- GNUnet-docs/WWW/test/html_header.php3       2006-10-08 10:36:25 UTC (rev 
3448)
+++ GNUnet-docs/WWW/test/html_header.php3       2006-10-08 19:17:33 UTC (rev 
3449)
@@ -32,7 +32,18 @@
 <meta http-equiv="expires" content="43200">
 <meta http-equiv="content-type" content="text/html">
 <meta http-equiv="Content-Style-Type" content="text/css">
-<link rel=stylesheet type="text/css" href="gnunet.css">
+<style type="text/css" media="screen">
+  
+  /* import core GNU styles */
+  
+  @import url('/gnu.css');
+
+  /* import new GNU styles */
+  
+  @import url('/gnu-new.css');
+   
+</style>
+
 </head>
 <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
 <?php

Modified: GNUnet-docs/WWW/test/menu.php3
===================================================================
--- GNUnet-docs/WWW/test/menu.php3      2006-10-08 10:36:25 UTC (rev 3448)
+++ GNUnet-docs/WWW/test/menu.php3      2006-10-08 19:17:33 UTC (rev 3449)
@@ -2,37 +2,16 @@
 if (! $menu_once) {
   $menu_once = 1;
 ?>
-<table bgcolor="#0a6cce" border="0" cellpadding="0" cellspacing="0" 
height="58" width="100%">
-  <tr> 
-    <td colspan="4" height="10" nowrap="nowrap" valign="middle">
-    </td>
-  </tr>
-  <tr>
-    <td width="15">
-     &nbsp;
-    </td>
-    <td height="1" nowrap="nowrap" valign="middle"> 
-                       <font class="title">GNUnet</font>
-                       <br />
-                       <font class="subtitle">
-                               <?php
-                                       W("GNU&#8216;s decentralized anonymous 
and censorship-resistant P2P framework.");
-                               ?>
-                       </font>
+    <div id="top2">
 
-    </td>
-    <td align="right" valign="top">
-       <img src="gnunet-logo-color.png" height=75 width=73 alt="GNUnet logo" />
-    </td>
-    <td width="10">
-     &nbsp;
-    </td>
-  </tr>
-  <tr> 
-    <td colspan="4" height="10" nowrap="nowrap" valign="middle">
-    </td>
-  </tr>
-</table>
+      
+      <div id="banner">
+
+        <h1>GNUnet</h1>
+        
+        <div id="gnulogo"><a href="/" accesskey="1" title="Go to the GNU 
project homepage"><img src="/graphics/gnu-head-banner.png" alt="" /></a></div>
+                
+      </div>
 <?php
        menu_bar();
  }

Modified: GNUnet-docs/WWW/test/scripts.inc
===================================================================
--- GNUnet-docs/WWW/test/scripts.inc    2006-10-08 10:36:25 UTC (rev 3448)
+++ GNUnet-docs/WWW/test/scripts.inc    2006-10-08 19:17:33 UTC (rev 3449)
@@ -12,18 +12,22 @@
 
 function menu_bar() {
 ?>
-       <table bgcolor="#0a6cce" border="0" cellpadding="0" cellspacing="0" 
width="100%">
-         <tr> 
-           <td class="menu"><?php intlink("index.php","Welcome") ?></td>
-           <td class="menu"><?php intlink("mailinglist.php3","Contact"); 
?></td>
-           <td class="menu"><?php extlink("https://gnunet.org/drupal/";, 
"Community"); ?></td>
-           <td class="menu"><?php intlink("faq.php3","FAQ"); ?></td>
-           <td class="menu"><?php intlink("download.php3","Download"); ?></td>
-           <td class="menu"><?php 
intlink("documentation.php3","Documentation"); ?></td>
-           <td class="menu"><?php intlink("papers.php3","Papers"); ?></td>
-           <td class="menu"><?php intlink("links.php3","Links"); ?></td>
-         </tr>
-       </table>
+      <h5 class="netscape4">Site Navigation</h5>
+      
+      <div id="navigation-bar">
+        <div id="navbar">
+
+           <li><?php intlink("index.php","Welcome") ?></li>
+           <li><?php intlink("mailinglist.php3","Contact"); ?></li>
+           <li><?php extlink("https://gnunet.org/drupal/";, "Community"); 
?></li>
+           <li><?php intlink("faq.php3","FAQ"); ?></li>
+           <li><?php intlink("download.php3","Download"); ?></li>
+           <li><?php intlink("documentation.php3","Documentation"); ?></li>
+           <li><?php intlink("papers.php3","Papers"); ?></li>
+           <li><?php intlink("links.php3","Links"); ?></li>
+        </ul>
+        </div>
+      </div>
 <?php
 }
 





reply via email to

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