gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5454 - GNUnet-docs/WWW/test
Date: Sat, 11 Aug 2007 12:31:56 -0600 (MDT)

Author: durner
Date: 2007-08-11 12:31:52 -0600 (Sat, 11 Aug 2007)
New Revision: 5454

Modified:
   GNUnet-docs/WWW/test/gnunet.css
   GNUnet-docs/WWW/test/menu.php3
Log:
add FSF bar

Modified: GNUnet-docs/WWW/test/gnunet.css
===================================================================
--- GNUnet-docs/WWW/test/gnunet.css     2007-08-11 18:01:37 UTC (rev 5453)
+++ GNUnet-docs/WWW/test/gnunet.css     2007-08-11 18:31:52 UTC (rev 5454)
@@ -153,3 +153,53 @@
 a.menu:link{color:#FFFFFF; text-decoration:none;}
 a:visited{color:#333366; text-decoration:none;}
 a:active{color:#EEEEEE; text-decoration:none;}
+
+#fsflinks{
+position: absolute;
+top: 0;
+left: 0;
+font-size: 0.9em;
+background-color: #333;
+width: 100%;
+height: 2.4em;
+}
+
+#fsflinks ul{
+list-style: none;
+}
+
+#fsflinks li {
+       display: inline;
+       padding-left: 0.3em;
+       border-left: 1px solid #333;
+}
+
+#fsflinks li:first-child {
+       border-left: 0;
+       padding-left: 0;
+}
+
+#fsflinks li a{
+       padding-left: 0.5em;
+       color: #ccc !important;
+}
+
+#searcher{
+  line-height: 2.1em;
+  text-align: right;
+  padding-right: 0.6em;
+  background-color: transparent;
+  margin-bottom: 0.4em;
+  margin-top: 0em;
+  position: absolute;
+  top: 0;
+  right: 0;
+  z-index: 1000;
+}
+
+#searcher label{
+  text-transform: uppercase;
+  color: #666;
+  font-weight: bold;
+  font-size: 0.7em;
+}

Modified: GNUnet-docs/WWW/test/menu.php3
===================================================================
--- GNUnet-docs/WWW/test/menu.php3      2007-08-11 18:01:37 UTC (rev 5453)
+++ GNUnet-docs/WWW/test/menu.php3      2007-08-11 18:31:52 UTC (rev 5454)
@@ -2,6 +2,27 @@
 if (! $menu_once) {
   $menu_once = 1;
 ?>
+<div id="fsflinks">
+    <ul>
+          <li><a href="http://www.gnu.org";>GNU</a></li>
+          <li><a href="http://www.fsf.org";>FSF</a></li>
+          <li><a href="http://www.fsfeurope.org/";>FSF Europe</a></li>
+          <li><a href="http://fsf.org.in/";>FSF India</a></li>
+          <li><a href="http://www.fsfla.org";>FSF Latin America</a></li>
+      </ul>
+</div>
+<div id="searcher">
+       <form method="post" action="http://www.gnu.org/cgi-bin/htsearch";>
+       <div><label for="words">Search:</label>
+       <input type="hidden" name="method" id="method" value="and" />
+       <input name="words" id="words" type="text" size="20" accesskey="4" />
+       <input type="submit" value="Go" />
+       <input type="hidden" name="format" value="builtin-long" />
+
+       <input type="hidden" name="config" value="htdig" /></div>
+       </form>
+       <p>&nbsp;</p>
+</div>
 <table bgcolor="#0a6cce" border="0" cellpadding="0" cellspacing="0" 
height="58" width="100%">
   <tr> 
     <td colspan="4" height="10" nowrap="nowrap" valign="middle">





reply via email to

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