Changeset 2990 for trac/trunk/wiki-macros/TracNav.py
- Timestamp:
- 04/27/05 10:46:38 (8 years ago)
- File:
-
- 1 edited
-
trac/trunk/wiki-macros/TracNav.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trac/trunk/wiki-macros/TracNav.py
r2989 r2990 209 209 html += '%s<div class="wiki-toc trac-nav">\n' % indentation(col) 210 210 col += 1 211 212 html += '%s<h2><a href="http://svn.ipd.uka.de/trac/javaparty/wiki/TracNav">TracNav</a> menu</h2>' % indentation(col) 213 211 214 if (not preview) and hdf.getValue('trac.acl.WIKI_MODIFY', ''): 212 215 html += '%s<div class="edit"><a href="%s?edit=yes">edit</a></div>\n' % (indentation(col), env.href.wiki(name)) … … 241 244 html += '%s<h4>%s</h4>\n' % (indentation(col), title) 242 245 else: 243 html += '%s<h4><a href="%s">%s ...</a></h4>\n' % (indentation(col), env.href.wiki(name), title)246 html += '%s<h4><a href="%s">%s</a>...</h4>\n' % (indentation(col), env.href.wiki(name), title) 244 247 col -= 1 245 248 html += '%s</li>\n' % indentation(col)
Note: See TracChangeset
for help on using the changeset viewer.
