www-commits
[Top][All Lists]
Advanced

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

www/server/staging education-menu.html


From: Therese Godefroy
Subject: www/server/staging education-menu.html
Date: Wed, 1 Jan 2020 11:08:41 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/01/01 11:08:41

Modified files:
        server/staging : education-menu.html 

Log message:
        Fix conditions to select edu-cases-* but not edu-cases.lang.html.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/education-menu.html?cvsroot=www&r1=1.6&r2=1.7

Patches:
Index: education-menu.html
===================================================================
RCS file: /webcvs/www/www/server/staging/education-menu.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- education-menu.html 26 Dec 2019 10:27:18 -0000      1.6
+++ education-menu.html 1 Jan 2020 16:08:41 -0000       1.7
@@ -10,7 +10,7 @@
   <!--#else --><li>
     <a href="/education/edu-contents.html#content">Contents</a>
   <!--#endif --></li>
-  <!--#if expr="$REQUEST_URI = /\/edu-cases[^-]/" --><li class="current">
+  <!--#if expr="$REQUEST_URI = /\/edu-cases[^-]*$/" --><li class="current">
     <!--#echo encoding="none" var="MARK_START" -->
     <a href="/education/edu-cases.html#content">Case studies</a>
     <span class="gnun-split"></span>
@@ -19,7 +19,7 @@
     <a href="/education/edu-cases.html#content">Case studies</a>
   <!--#endif -->
     <ul>
-      <!--#if expr="$REQUEST_URI = /\/edu-cases-argentina[^-]/" --><li 
class="current">
+      <!--#if expr="$REQUEST_URI = /\/edu-cases-argentina[^-]*$/" --><li 
class="current">
         <!--#echo encoding="none" var="MARK_START" -->
         <a href="/education/-argentina.html#content">Argentina</a>
         <span class="gnun-split"></span>
@@ -37,7 +37,7 @@
           <!--#endif --></li>
         </ul>
       </li>
-      <!--#if expr="$REQUEST_URI = /\/edu-cases-india[^-]/" --><li 
class="current">
+      <!--#if expr="$REQUEST_URI = /\/edu-cases-india[^-]*$/" --><li 
class="current">
         <!--#echo encoding="none" var="MARK_START" -->
         <a href="/education/edu-cases-india.html#content">India</a>
         <span class="gnun-split"></span>
@@ -73,7 +73,7 @@
     <a href="/education/edu-resources.html#content">Resources</a>
   <!--#endif -->
     <ul>
-      <!--#if expr="$REQUEST_URI = /\/edu-software[^-]/" --><li 
class="current">
+      <!--#if expr="$REQUEST_URI = /\/edu-software[^-]*$/" --><li 
class="current">
         <!--#echo encoding="none" var="MARK_START" -->
         <a href="/education/edu-software.html#content"><b>Educational 
Software</b></a>
         <span class="gnun-split"></span>



reply via email to

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