gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r693 - GNUnet-docs/WWW/test
Date: Mon, 25 Apr 2005 14:54:12 -0700 (PDT)

Author: durner
Date: 2005-04-25 14:53:19 -0700 (Mon, 25 Apr 2005)
New Revision: 693

Modified:
   GNUnet-docs/WWW/test/gnunet.css
   GNUnet-docs/WWW/test/html_header.php3
   GNUnet-docs/WWW/test/menu.php3
Log:
menu

Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2005-04-25 20:06:55 UTC (rev 692)
+++ GNUnet-docs/WWW/test/gnunet.css     2005-04-25 21:53:19 UTC (rev 693)
@@ -1,7 +1,7 @@
 /* global css for GNUnet */
 
-ul,ol,li,div,td,th,address,blockquote,b,i,dl,dd,dt
-     { font-family:"Arial","Helvetica";}
+ul,ol,li,div,td,th,address,blockquote,b,i,dl,dd,dt, font.lang-menu
+     { font-family: "Arial","Helvetica";}
 
 dt{font-weight:bold;}
 
@@ -18,6 +18,34 @@
 
 pre{font-family:Courier New,Courier; color:#000000;}
 tt{font-family:Courier New,Courier; color:#0000D0;}
+
+font.title {
+  color:white;
+  font-family: "Arial","Helvetica";
+  font-size:3.5ex;
+  font-weight: bold;
+}
+
+font.subtitle {
+  color:#d3d3d3;
+  font-family: "Verdana", "Arial","Helvetica";
+  font-size:1.2ex;
+}
+
+td.menu {
+  background-color:#0033cc;
+  color:#FFFFFF;
+  font-size:1.5ex;
+  font-weight: bold;
+  padding-top:2px;
+  padding-bottom:2px;
+}
+
+font.lang-menu {
+  background-color:#FFFFFF;
+  font-size:1.5ex;
+}
+
 /*
 table{background-color:#CCCCFF;color:#0F0F0F;}
 table.plain{background-color:#FEFEFE;color:#000000;}
@@ -30,6 +58,6 @@
 */
 font.desc{background-color:#FFFFFF;color:#001100;}
 
-a:link{color:#0033FF; text-decoration:underline;}
-a:visited{color:#333366; text-decoration:underline;}
+a:link{color:#0033FF; text-decoration:none;}
+a:visited{color:#333366; text-decoration:none;}
 a:active{color:#EEEEEE; text-decoration:none;}

Modified: GNUnet-docs/WWW/test/html_header.php3
===================================================================
--- GNUnet-docs/WWW/test/html_header.php3       2005-04-25 20:06:55 UTC (rev 
692)
+++ GNUnet-docs/WWW/test/html_header.php3       2005-04-25 21:53:19 UTC (rev 
693)
@@ -34,10 +34,16 @@
 <meta http-equiv="Content-Style-Type" content="text/css">
 <link rel=stylesheet type="text/css" href="gnunet.css">
 </head>
-<body>
+<body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
 <?php
  if ($menu != "NO") {
    include("menu.php3");
+?>
+<font class="lang-menu">
+<?php
    generateLanguageBar();
+?>
+</font>
+<?php
  }
 ?>

Modified: GNUnet-docs/WWW/test/menu.php3
===================================================================
--- GNUnet-docs/WWW/test/menu.php3      2005-04-25 20:06:55 UTC (rev 692)
+++ GNUnet-docs/WWW/test/menu.php3      2005-04-25 21:53:19 UTC (rev 693)
@@ -4,18 +4,20 @@
 ?>
 <table bgcolor="#0a6cce" border="0" cellpadding="0" cellspacing="0" 
height="58" width="100%">
   <tr> 
-    <td colspan="10" height="15" nowrap="nowrap" valign="middle">&nbsp;</td>
+    <td colspan="4" height="15" nowrap="nowrap" valign="middle">
+    </td>
   </tr>
   <tr>
     <td width="15">
      &nbsp;
     </td>
-    <td colspan="7" height="1" nowrap="nowrap" valign="middle"> 
-                       <font size="6" color="white"><b>GNUnet</b></font>
+    <td height="1" nowrap="nowrap" valign="middle"> 
+                       <font class="title">GNUnet</font>
                        <br />
-                       <font color="lightgray">GNU's decentralized anonymous 
and censor-resistant P2P framework.</font>
+                       <font class="subtitle">GNU's decentralized anonymous 
and censor-resistant P2P framework.</font>
+
     </td>
-    <td align="right">
+    <td align="right" valign="top">
        <img src="gnunet-logo.png" />
     </td>
     <td width="15">
@@ -23,20 +25,22 @@
     </td>
   </tr>
 </table>
-<center>
-<table border=0 rules=none width="90%">
- <tr>
-  <th><?php intlink("index.php","Welcome") ?></th>
-  <th><?php intlink("mailinglist.php3","Contact"); ?></th>
-  <th><?php extlink("https://gnunet.org/drupal/";, "Community"); ?></th>
-  <th><?php intlink("faq.php3","FAQ"); ?></th>
-  <th><?php intlink("download.php3","Download"); ?></th>
-  <th><?php intlink("documentation.php3","Documentation"); ?></th>
-  <th><?php intlink("papers.php3","Papers"); ?></th>
-  <th><?php intlink("links.php3","Links"); ?></th>
- </tr>
+
+<table bgcolor="#0a6cce" border="0" cellpadding="0" cellspacing="0" 
height="31" width="100%">
+  <tr> 
+    <td colspan="8" height="15"></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>
-</center>
 <?php
  }
 ?>                         





reply via email to

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