You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2004/09/05 23:10:51 UTC

svn commit: rev 43397 - in forrest/trunk/src/core/context/skins/leather-dev: css xslt/html

Author: thorsten
Date: Sun Sep  5 14:10:51 2004
New Revision: 43397

Modified:
   forrest/trunk/src/core/context/skins/leather-dev/css/xnc-base.css
   forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl
Log:
added the menu


Modified: forrest/trunk/src/core/context/skins/leather-dev/css/xnc-base.css
==============================================================================
--- forrest/trunk/src/core/context/skins/leather-dev/css/xnc-base.css	(original)
+++ forrest/trunk/src/core/context/skins/leather-dev/css/xnc-base.css	Sun Sep  5 14:10:51 2004
@@ -171,6 +171,13 @@
 white-space:nowrap;
 background-color: #4C6C8F;
 }
+
+/*
+#nav-section-current
+Navigation to page within the current site section that is currently 
+selected.
+*/
+
 /*
 #nav-main
 Main or primary navigation AKA tabs.

Modified: forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl
==============================================================================
--- forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl	(original)
+++ forrest/trunk/src/core/context/skins/leather-dev/xslt/html/site2xhtml.xsl	Sun Sep  5 14:10:51 2004
@@ -64,9 +64,9 @@
   <!--         <link rel="stylesheet" href="{$root}skin/screen.css" 
                 type="text/css" media="screen" />
             <link rel="stylesheet" href="{$root}skin/print.css" type="text/css" 
-                media="print" />
-            <link rel="stylesheet" href="{$root}skin/profile.css" 
-                type="text/css" />--> 
+                media="print" />-->
+            <link rel="stylesheet" href="{$root}skin/navigation.css" 
+                type="text/css" /> 
             <link rel="stylesheet" href="{$root}skin/xnc-base.css" 
                 type="text/css" />
             <link rel="stylesheet" href="{$root}skin/xnc.css" 
@@ -366,7 +366,7 @@
 <xsl:comment>+
     |start Menu
     +</xsl:comment>
-   <div id="menu">
+   <div id="nav-section">
 <!--menu - inner-->	
             <xsl:for-each select = "div[@id='menu']/ul/li">
               <xsl:call-template name = "innermenuli" >
@@ -431,7 +431,7 @@
     </xsl:variable>
     
     
-    <div class="menutitle" id="{$tagid}Title" onclick="SwitchMenu('{$tagid}')"><xsl:value-of select="h1"/></div>
+    <div class="nav-section-title" id="{$tagid}Title" onclick="SwitchMenu('{$tagid}')"><xsl:value-of select="h1"/></div>
       <div class="{$whichGroup}" id="{$tagid}">
         <xsl:for-each select= "ul/li">