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: Mon, 02 May 2016 13:43:43 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/05/02 13:43:43

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

Log message:
        Light up the active link in the main navigation bar.

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

Patches:
Index: body-include-2.html
===================================================================
RCS file: /webcvs/www/www/server/body-include-2.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -b -r1.94 -r1.95
--- body-include-2.html 1 Feb 2016 05:37:45 -0000       1.94
+++ body-include-2.html 2 May 2016 13:43:42 -0000       1.95
@@ -23,24 +23,88 @@
 
 <div id="gnu-banner">
  <a href="/">
- <img src="/graphics/heckert_gnu.small.png" alt=" [A GNU head] " 
/><strong>GNU</strong> Operating System</a>
+ <img src="/graphics/heckert_gnu.transparent.png" alt=" [A GNU head] " 
/><strong>GNU</strong> Operating System</a>
 </div><!-- /gnu-banner -->
 
 <p id="fsf-support">Sponsored by the <a href="#mission-statement">Free 
Software Foundation</a></p>
-
 </div><!-- /header -->
 
-<div id="navigation">
 
+<div id="navigation">
  <ul>
+<!--#set var="MARK_START" value=" <span class='no-display'>=</span> " -->
+<!--#set var="MARK_END" value=" <span class='no-display'>=</span> " -->
+<!--#if expr="$REQUEST_URI = /^\/gnu\//" -->
+  <li id="tabAboutGNU" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/gnu/gnu.html">About&nbsp;GNU</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
   <li id="tabAboutGNU"><a href="/gnu/gnu.html">About&nbsp;GNU</a></li>
+<!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/philosophy\//" -->
+  <li id="tabPhilosophy" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/philosophy/philosophy.html">Philosophy</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
   <li id="tabPhilosophy"><a 
href="/philosophy/philosophy.html">Philosophy</a></li>
+<!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/licenses\//" -->
+  <li id="tabLicenses" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/licenses/licenses.html">Licenses</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
   <li id="tabLicenses"><a href="/licenses/licenses.html">Licenses</a></li>
+<!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/education\//" -->
+  <li id="tabEducation" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/education/education.html">Education</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
   <li id="tabEducation"><a href="/education/education.html">Education</a></li>
+<!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/software\//" -->
+  <li id="tabSoftware" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/software/software.html">Software</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
   <li id="tabSoftware"><a href="/software/software.html">Software</a></li>
+<!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/doc\// || $REQUEST_URI = /^\/manual\//" -->
+  <li id="tabDoc" class="active">
+    <!--#echo encoding="none" var="MARK_START" -->
+    <a href="/doc/doc.html">Documentation</a>
+    <span class="gnun-split"></span>
+    <!--#echo encoding="none" var="MARK_END" -->
+  </li>
+<!--#else -->
   <li id="tabDoc"><a href="/doc/doc.html">Documentation</a></li>
+<!--#endif -->
+<!--#if expr="$REQUEST_URI = /^\/help\//" -->
+  <li id="tabHelp" class="active">
+    <!--#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"><a href="/help/help.html">Help&nbsp;GNU</a></li>
+<!--#endif -->
  </ul>
-
 </div><!--  /navigation -->
+
 <!-- end of server/body-include-2 -->



reply via email to

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