www-commits
[Top][All Lists]
Advanced

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

www/server body-include-2.html


From: Therese Godefroy
Subject: www/server body-include-2.html
Date: Tue, 1 Feb 2022 05:17:43 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 22/02/01 05:17:43

Modified files:
        server         : body-include-2.html 

Log message:
        Add Distros & Fun to the navbar; move Sitemap to the end
        (www-discuss 2022-01-30).

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/body-include-2.html?cvsroot=www&r1=1.134&r2=1.135

Patches:
Index: body-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/body-include-2.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -b -r1.134 -r1.135
--- body-include-2.html 5 Mar 2021 13:06:11 -0000       1.134
+++ body-include-2.html 1 Feb 2022 10:17:39 -0000       1.135
@@ -58,6 +58,16 @@
 <!--#else -->
   <li id="tabSoftware"><a href="/software/software.html">SOFTWARE</a></li>
 <!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/distros\//" -->
+  <li id="tabDistros" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/distros/distros.html">DISTROS</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
+  <li id="tabDistros"><a href="/distros/distros.html">DISTROS</a></li>
+<!--#endif -->
 <!--#if expr="$REQUEST_URI = /^\/(doc|manual)\//" -->
   <li id="tabDoc" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
@@ -98,6 +108,16 @@
 <!--#else -->
   <li id="tabArt"><a href="/graphics/graphics.html">GNU&nbsp;ART</a></li>
 <!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/(fun|music)\//" -->
+  <li id="tabFun" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/fun/humor.html">FUN</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
+  <li id="tabFun"><a href="/fun/humor.html">FUN</a></li>
+<!--#endif -->
 <!--#if expr="$REQUEST_URI = /^\/people\//" -->
   <li id="tabPeople" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
@@ -108,9 +128,9 @@
 <!--#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>
+  <li><a href="/server/sitemap.html">SITEMAP</a></li>
  </ul>
  <div style="clear: both"></div>
 </div><!-- /"navigation -->



reply via email to

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