www-commits
[Top][All Lists]
Advanced

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

www/server/staging/audio-video body-include-2.html


From: Therese Godefroy
Subject: www/server/staging/audio-video body-include-2.html
Date: Thu, 23 Jun 2022 05:48:01 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 22/06/23 05:48:01

Modified files:
        server/staging/audio-video: body-include-2.html 

Log message:
        Fix the audio-video entry.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/audio-video/body-include-2.html?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: body-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/staging/audio-video/body-include-2.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- body-include-2.html 20 Jun 2022 15:36:15 -0000      1.1
+++ body-include-2.html 23 Jun 2022 09:48:01 -0000      1.2
@@ -98,15 +98,16 @@
 <!--#else -->
   <li id="tabHelp"><a href="/help/help.html">HELP&nbsp;GNU</a></li>
 <!--#endif -->
-  <li id="tabAV"><a href="/audio-video/audio-video.html">AUDIO/VIDEO</a></li>
-<!--#if expr="$REQUEST_URI = /^\/(fun|music)\//" -->
-  <li id="tabFun" class="active">
+<!--#if expr="$REQUEST_URI = /\/audio-video\//" -->
+  <li id="tabAV" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/fun/humor.html">FUN</a>
+    <a href="audio-video.html">AUDIO/VIDEO</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
 <!--#else -->
+  <li id="tabAV"><a href="audio-video.html">AUDIO/VIDEO</a></li>
+<!--#endif -->
 <!--#if expr="$REQUEST_URI = /^\/graphics\//" -->
   <li id="tabArt" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
@@ -117,10 +118,11 @@
 <!--#else -->
   <li id="tabArt"><a href="/graphics/graphics.html">GNU&nbsp;ART</a></li>
 <!--#endif -->
-<!--#if expr="$REQUEST_URI = /^\/audio-video\//" -->
-  <li id="tabAV" class="active">
+
+<!--#if expr="$REQUEST_URI = /^\/(fun|music)\//" -->
+  <li id="tabFun" class="active">
     <!--#echo encoding="none" var="MARK_START" -->
-    <a href="/audio-video/audio-video.html">AUDIO/VIDEO</a>
+    <a href="/fun/humor.html">FUN</a>
     <span class="gnun-split"></span>
     <!--#echo encoding="none" var="MARK_END" -->
   </li>
@@ -142,5 +144,5 @@
   <li><a href="/server/sitemap.html">SITEMAP</a></li>
  </ul>
  <div style="clear: both"></div>
-</div><!-- /"navigation -->
+</div>
 <!-- end of server/body-include-2 -->



reply via email to

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