gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5463 - GNUnet-docs/WWW/test
Date: Sat, 11 Aug 2007 14:32:03 -0600 (MDT)

Author: durner
Date: 2007-08-11 14:31:59 -0600 (Sat, 11 Aug 2007)
New Revision: 5463

Modified:
   GNUnet-docs/WWW/test/gnunet.css
   GNUnet-docs/WWW/test/index.php
Log:
side bar

Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2007-08-11 19:51:34 UTC (rev 5462)
+++ GNUnet-docs/WWW/test/gnunet.css     2007-08-11 20:31:59 UTC (rev 5463)
@@ -208,3 +208,28 @@
   background-color: #3F4C6B;
   padding-top: 2.4em;
 }
+
+#sidebar {
+position: relative;
+top: 0em;
+right: 1em;
+margin-top: 1em;
+font-size: 0.9em;
+float: right;
+margin-left: 1.5em;
+margin-bottom: 1em;
+padding: 1em;
+background-color: #e5e5e5;
+border: 3px solid #ddd;
+}
+
+#sidebar h3{text-align: center; margin-top: 0; text-transform: uppercase; 
font-size: 1em;}
+
+#sidebar ul{margin-bottom: 1.2em; padding-left: 1em;margin-left: 0;}
+
+#content{
+padding-left: 1em; padding-right: 1em;
+margin: 1em auto 0 auto;
+max-width: 75em;
+margin-right: 21em;
+}

Modified: GNUnet-docs/WWW/test/index.php
===================================================================
--- GNUnet-docs/WWW/test/index.php      2007-08-11 19:51:34 UTC (rev 5462)
+++ GNUnet-docs/WWW/test/index.php      2007-08-11 20:31:59 UTC (rev 5463)
@@ -4,6 +4,17 @@
 $title = $description;
 include("html_header.php3");
 
+echo "<div id=\"sidebar\">";
+H3("At a glance");
+echo "<ul>";
+LI("Current release: 0.7.2b");
+LI("Network version: 0.7.1");
+echo "</ul>";
+H3("Stay up to date");
+LI(W("%s"), extlink_("http://lists.gnu.org/mailman/listinfo/info-gnunet";, 
"E-Mail announcements"));
+LI(W("%s"), extlink_("irc://irc.freenode.net/#gnunet", "IRC channel"));
+echo "</div>";
+
 echo "<div id=\"content\">";
 H2("About GNUnet");
 





reply via email to

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