1.1 --- a/themes/mercurialweb/map Sat Jul 10 20:45:47 2010 +0200
1.2 +++ b/themes/mercurialweb/map Mon Jul 12 01:48:38 2010 +0200
1.3 @@ -3,6 +3,8 @@
1.4
1.5 branches = branches.tmpl
1.6 changeset = changeset.tmpl
1.7 +error = error.tmpl
1.8 +filerevision = filerevision.tmpl
1.9 header = header.tmpl
1.10 footer = footer.tmpl
1.11 index = index.tmpl
1.12 @@ -10,16 +12,20 @@
1.13 search = search.tmpl
1.14 shortlog = shortlog.tmpl
1.15 summary = summary.tmpl
1.16 +tags = tags.tmpl
1.17
1.18 branchentry = branchentry.tmpl
1.19 indexentry = indexentry.tmpl
1.20 searchentry = searchentry.tmpl
1.21 shortlogentry = shortlogentry.tmpl
1.22 +tagentry = tagentry.tmpl
1.23
1.24 archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> '
1.25 +branchlabel = '<span class="branch">{name}</span> '
1.26 branchtag = '<span class="branch"><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{name}</a></span> '
1.27 changesetlink = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{rev}:{node|short}</a> '
1.28 -filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
1.29 +filerevlink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rev}:{node|short}</a> '
1.30 +inbranchlabel = '<span class="inbranch">{name}</span> '
1.31 inbranchtag = '<span class="inbranch"><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{name}</a></span> '
1.32 shortloglink = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">{label|escape}</a> '
1.33 tagtag = '<span class="tag">{name}</span> '
1.34 @@ -30,5 +36,13 @@
1.35 difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>'
1.36 diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}'
1.37
1.38 +filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
1.39 +fileellipses = '...'
1.40 +
1.41 +fileline = '<div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>'
1.42 +
1.43 +filenolink = '{file|escape} '
1.44 +filenodelink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '
1.45 +
1.46 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
1.47 urlparameter = '{separator}{name}={value|urlescape}'