gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] navidoc/navidoc/modules navbar.py


From: Tuukka Hastrup
Subject: [Gzz-commits] navidoc/navidoc/modules navbar.py
Date: Mon, 28 Apr 2003 08:54:19 -0400

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Tuukka Hastrup <address@hidden> 03/04/28 08:54:19

Modified files:
        navidoc/modules: navbar.py 

Log message:
        hierarchical navbar

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/modules/navbar.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: navidoc/navidoc/modules/navbar.py
diff -u navidoc/navidoc/modules/navbar.py:1.9 
navidoc/navidoc/modules/navbar.py:1.10
--- navidoc/navidoc/modules/navbar.py:1.9       Mon Apr 28 04:27:34 2003
+++ navidoc/navidoc/modules/navbar.py   Mon Apr 28 08:54:19 2003
@@ -19,7 +19,7 @@
 # MA  02111-1307  USA
 # 
 
-#$Id: navbar.py,v 1.9 2003/04/28 08:27:34 humppake Exp $
+#$Id: navbar.py,v 1.10 2003/04/28 12:54:19 tuukkah Exp $
 
 #
 # Written by Benja Fallenstein
@@ -95,7 +95,9 @@
         s += '<li class="boxitem"><a href="%s">%s</a></li>\n' % \
              (relative_path(filepath, el[0]), el[1])
         if len(el) > 2:
+            s += "<ul>\n"
             s += simpleNavbar(el[2], filepath, indent+"&nbsp;&nbsp;")
+            s += "</ul>\n"
     return s
 
 def getBar(tree, filepath):




reply via email to

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