From: Zoran Zaric Date: Fri, 16 Jul 2010 18:37:58 +0000 (+0200) Subject: Added breadcrumb navigation to bup-web. X-Git-Tag: bup-0.16~17 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=cf5bdf5dc41ee89c6d2b83dbbf8c04f8153256b2 Added breadcrumb navigation to bup-web. Signed-off-by: Zoran Zaric --- diff --git a/cmd/web-cmd.py b/cmd/web-cmd.py index f853e7c..a3ee220 100755 --- a/cmd/web-cmd.py +++ b/cmd/web-cmd.py @@ -70,18 +70,31 @@ class BupRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): Directory listing for %(displaypath)s -

Directory listing for %(displaypath)s

+ -""" % { 'displaypath': displaypath }) +""") for sub in n: displayname = linkname = sub.name # Append / for directories or @ for symbolic links
Name Size