www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 philosophy-men...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 philosophy-men...
Date: Sat, 22 Aug 2015 22:57:35 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/08/22 22:57:35

Modified files:
        server/staging/nav-bar/test9: philosophy-menu.html 

Log message:
        Add the css-independent selector in the philosophy-menu.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/philosophy-menu.html?cvsroot=www&r1=1.1&r2=1.2

Patches:
Index: philosophy-menu.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/philosophy-menu.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- philosophy-menu.html        21 Aug 2015 18:43:41 -0000      1.1
+++ philosophy-menu.html        22 Aug 2015 22:57:35 -0000      1.2
@@ -2,27 +2,47 @@
 
 <!-- begin edu navigation bar -->
 <ul id="edu-navigation">
-<!--#if expr="${TAGS} = /intro/" -->
-       <li class="active"><a 
href="/philosophy/philosophy.html">Introduction</a></li>
-<!--#else -->
+  <!--#if expr="${TAGS} = /intro/" -->
+    <li class="active">
+      <!--#echo encoding="none" var="MARK_START" -->
+      <a href="/philosophy/philosophy.html">Introduction</a>
+      <span class="gnun-split"></span>
+      <!--#echo encoding="none" var="MARK_END" -->
+    </li>
+  <!--#else -->
        <li><a href="/philosophy/philosophy.html">Introduction</a></li>
-<!--#endif -->
+  <!--#endif -->
        <li><a href="http://audio-video.gnu.org/";>Audio and video</a></li>
-<!--#if expr="${TAGS} = /essays/" -->
-       <li class="active"><a 
href="/philosophy/essays-and-articles.html">Essays and articles</a></li>
-<!--#else -->
+  <!--#if expr="${TAGS} = /essays/" -->
+    <li class="active">
+      <!--#echo encoding="none" var="MARK_START" -->
+      <a href="/philosophy/essays-and-articles.html">Essays and articles</a>
+      <span class="gnun-split"></span>
+      <!--#echo encoding="none" var="MARK_END" -->
+    </li>
+  <!--#else -->
        <li><a href="/philosophy/essays-and-articles.html">Essays and 
articles</a></li>
-<!--#endif -->
-<!--#if expr="${TAGS} = /speeches/" -->
-       <li class="active"><a 
href="/philosophy/speeches-and-interview.html">Speeches and interviews</a></li>
-<!--#else -->
+  <!--#endif -->
+  <!--#if expr="${TAGS} = /speeches/" -->
+    <li class="active">
+      <!--#echo encoding="none" var="MARK_START" -->
+      <a href="/philosophy/speeches-and-interview.html">Speeches and 
interviews</a>
+      <span class="gnun-split"></span>
+      <!--#echo encoding="none" var="MARK_END" -->
+    </li>
+  <!--#else -->
        <li><a href="/philosophy/speeches-and-interview.html">Speeches and 
interviews</a></li>
-<!--#endif -->
-<!--#if expr="${TAGS} = /other/" -->
-       <li class="active"><a href="/philosophy/third-party-ideas.html">Third 
party ideas</a></li>
-<!--#else -->
+  <!--#endif -->
+  <!--#if expr="${TAGS} = /other/" -->
+    <li class="active">
+      <!--#echo encoding="none" var="MARK_START" -->
+      <a href="/philosophy/third-party-ideas.html">Third party ideas</a>
+      <span class="gnun-split"></span>
+      <!--#echo encoding="none" var="MARK_END" -->
+    </li>
+  <!--#else -->
        <li><a href="/philosophy/third-party-ideas.html">Third party 
ideas</a></li>
-<!--#endif -->
+  <!--#endif -->
        <li><a href="/server/sitemap.html#directory-philosophy">All philosophy 
articles</a></li>
 </ul>
 <!-- end edu navigation bar -->



reply via email to

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