www-commits
[Top][All Lists]
Advanced

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

www/server/staging banner.html body-include-2.h...


From: Therese Godefroy
Subject: www/server/staging banner.html body-include-2.h...
Date: Thu, 2 Jul 2020 10:50:11 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/07/02 10:50:11

Modified files:
        server/staging : banner.html body-include-2.html home.html 

Log message:
        Help GNU always visible (≥ 320px).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/banner.html?cvsroot=www&r1=1.9&r2=1.10
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/body-include-2.html?cvsroot=www&r1=1.30&r2=1.31
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/home.html?cvsroot=www&r1=1.28&r2=1.29

Patches:
Index: banner.html
===================================================================
RCS file: /webcvs/www/www/server/staging/banner.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- banner.html 2 Mar 2020 16:45:29 -0000       1.9
+++ banner.html 2 Jul 2020 14:50:10 -0000       1.10
@@ -1,10 +1,9 @@
 <!-- start of server/banner.html -->
-<!--#include virtual="/server/staging/head-include-2.html" -->
+<!--#include virtual="/server/head-include-2.html" -->
 </head>
 <body>
-<!--#include virtual="/server/staging/body-include-1.html" -->
 <div class="inner">
+<!--#include virtual="/server/body-include-1.html" -->
 <!--#include virtual="/server/staging/body-include-2.html" -->
 <div id="content">
-<!--#include virtual="/server/staging/nav-bar/test9/top-addendum.fr.html" -->
 <!-- end of server/banner.html -->

Index: body-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/staging/body-include-2.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- body-include-2.html 31 Mar 2020 11:09:36 -0000      1.30
+++ body-include-2.html 2 Jul 2020 14:50:10 -0000       1.31
@@ -2,8 +2,9 @@
 <!--#set var="MARK_START" value=" <span class='no-display'>=</span> " -->
 <!--#set var="MARK_END" value=" <span class='no-display'>=</span> " -->
 <div style="clear: both"></div>
-<input type="checkbox" id="navbar-input" tabindex="-1" />
 <div id="navigation">
+ <a id="more-links" href="#navigation"></a>
+ <a id="less-links" href="#tabAboutGNU"></a>
  <ul>
 <!--#if expr="$REQUEST_URI = /^\/gnu\//" -->
   <li id="tabAboutGNU" class="active">
@@ -15,6 +16,16 @@
 <!--#else -->
    <li id="tabAboutGNU"><a href="/gnu/gnu.html">ABOUT&nbsp;GNU</a></li>
 <!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/help\//" -->
+  <li id="tabHelp" class="active" style="float:right">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/help/help.html">HELP&nbsp;GNU</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
+  <li id="tabHelp" style="float:right"><a 
href="/help/help.html">HELP&nbsp;GNU</a></li>
+<!--#endif -->
 <!--#if expr="$REQUEST_URI = /^\/philosophy\//" -->
   <li id="tabPhilosophy" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
@@ -65,21 +76,40 @@
 <!--#else -->
   <li id="tabDoc"><a href="/doc/doc.html">DOCS</a></li>
 <!--#endif -->
-<!--#if expr="$REQUEST_URI = /^\/help\//" -->
-  <li id="tabHelp" class="active">
+<!--#if expr="$REQUEST_URI = /^\/proprietary\//" -->
+  <li id="tabMalware" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/help/help.html">HELP&nbsp;GNU</a>
+    <a href="/proprietary/proprietary.html">MALWARE</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
-  <li id="tabHelp"><a href="/help/help.html">HELP&nbsp;GNU</a></li>
+  <li id="tabMalware"><a href="/proprietary/proprietary.html">MALWARE</a></li>
 <!--#endif -->
-  <li id="more-links"><a href="#fsf-links"><sup>...</sup>&nbsp;&#9660;</a></li>
+<!--#if expr="$REQUEST_URI = /^\/graphics\//" -->
+  <li id="tabArt" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/graphics/graphics.html">GNU&nbsp;ART</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
+  <li id="tabArt"><a href="/graphics/graphics.html">GNU&nbsp;ART</a></li>
+<!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/people\//" -->
+  <li id="tabPeople" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/people/people.html">GNU'S&nbsp;WHO?</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
+  <li id="tabPeople"><a href="/people/people.html">GNU'S&nbsp;WHO?</a></li>
+<!--#endif -->
+  <li><a href="/server/sitemap.html">SITEMAP</a></li>
+  <li><a href="//directory.fsf.org">SOFTWARE&nbsp;DIRECTORY</a></li>
+  <li><a href="https://h-node.org/";>HARDWARE</a></li>
  </ul>
  <div style="clear: both"></div>
 </div><!-- /"navigation -->
-<!--#if expr="$TRANSLATION_LIST = /<span dir=\"ltr\">/" -->
-<input type="checkbox" id="language-input" />
-<!--#endif -->
 <!-- end of server/body-include-2 -->

Index: home.html
===================================================================
RCS file: /webcvs/www/www/server/staging/home.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- home.html   2 Jul 2020 08:14:12 -0000       1.28
+++ home.html   2 Jul 2020 14:50:10 -0000       1.29
@@ -206,7 +206,7 @@
 </style>
 <!--#include virtual="/server/fs-gang-definitions.html" -->
 <!--#include virtual="/po/home.translist" -->
-<!--#include virtual="/server/banner.html" -->
+<!--#include virtual="/server/staging/banner.html" -->
 <p class="no-display">GNU is the only operating system developed
 specifically to give its users freedom.  What is GNU, and what freedom
 is at stake?</p>
@@ -594,7 +594,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2020/07/02 08:14:12 $
+$Date: 2020/07/02 14:50:10 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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