comparison templates/old/map @ 3412:0eba7e76cd02

Convert changenav bar from revisions to hashes (closes issue189)
author Brendan Cully <brendan@kublai.com>
date Mon, 16 Oct 2006 11:02:11 -0700
parents 105253b30239
children 46c5e1ee8aaa
comparison
equal deleted inserted replaced
3411:5207cf649abe 3412:0eba7e76cd02
3 footer = footer.tmpl 3 footer = footer.tmpl
4 search = search.tmpl 4 search = search.tmpl
5 changelog = changelog.tmpl 5 changelog = changelog.tmpl
6 shortlog = shortlog.tmpl 6 shortlog = shortlog.tmpl
7 shortlogentry = shortlogentry.tmpl 7 shortlogentry = shortlogentry.tmpl
8 naventry = '<a href="?cl=#rev#">#label|escape#</a> ' 8 naventry = '<a href="?cl={node|short}">{label|escape}</a> '
9 navshortentry = '<a href="?sl=#rev#">#label|escape#</a> ' 9 navshortentry = '<a href="?sl={node|short}">{label|escape}</a> '
10 filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> ' 10 filedifflink = '<a href="?fd=#node|short#;file=#file|urlescape#">#file|escape#</a> '
11 filenodelink = '<a href="?f=#node|short#;file=#file|urlescape#">#file|escape#</a> ' 11 filenodelink = '<a href="?f=#node|short#;file=#file|urlescape#">#file|escape#</a> '
12 fileellipses = '...' 12 fileellipses = '...'
13 changelogentry = changelogentry.tmpl 13 changelogentry = changelogentry.tmpl
14 searchentry = changelogentry.tmpl 14 searchentry = changelogentry.tmpl