Author: kelly
Date: Mon Aug  2 15:22:29 2010
New Revision: 981555

URL: http://svn.apache.org/viewvc?rev=981555&view=rev
Log:
"Downloads" tab should be highlighted when you're viewing the Downloads page.

Modified:
    
incubator/oodt/tools/oodtsite.publisher/trunk/oodtsite/publisher/rules/globalnav.xml

Modified: 
incubator/oodt/tools/oodtsite.publisher/trunk/oodtsite/publisher/rules/globalnav.xml
URL: 
http://svn.apache.org/viewvc/incubator/oodt/tools/oodtsite.publisher/trunk/oodtsite/publisher/rules/globalnav.xml?rev=981555&r1=981554&r2=981555&view=diff
==============================================================================
--- 
incubator/oodt/tools/oodtsite.publisher/trunk/oodtsite/publisher/rules/globalnav.xml
 (original)
+++ 
incubator/oodt/tools/oodtsite.publisher/trunk/oodtsite/publisher/rules/globalnav.xml
 Mon Aug  2 15:22:29 2010
@@ -27,6 +27,9 @@ XDV rules that highlight a globalnav tab
     <xdv:prepend css:theme='#tab-development' 
if-content='string(/html/head/me...@name="DC.subject"]/@content)="development"'>
         <xsl:attribute name='class'>currentNavTab</xsl:attribute>
     </xdv:prepend>
+    <xdv:prepend css:theme='#tab-downloads' 
if-content='string(/html/head/me...@name="DC.subject"]/@content)="downloads"'>
+        <xsl:attribute name='class'>currentNavTab</xsl:attribute>
+    </xdv:prepend>
     <xdv:prepend css:theme='#tab-components' 
if-content='string(/html/head/me...@name="DC.subject"]/@content)="components"'>
         <xsl:attribute name='class'>currentNavTab</xsl:attribute>
     </xdv:prepend>


Reply via email to