MercurialWebTheme

Annotated themes/mercurialweb/map

38:9237523a30e0
2011-05-07 Paul Boddie Added diff hiding in the changeset view, requiring a patch introducing the blockno variable in the changeset's files list and for each diff in the diffs webcommand.
paul@0 1
default = 'summary'
paul@25 2
mimetype = 'application/xhtml+xml; charset={encoding}'
paul@0 3
paul@7 4
branches = branches.tmpl
paul@19 5
changelog = changelog.tmpl
paul@8 6
changeset = changeset.tmpl
paul@10 7
error = error.tmpl
paul@19 8
fileannotate = fileannotate.tmpl
paul@18 9
filediff = filediff.tmpl
paul@10 10
filerevision = filerevision.tmpl
paul@25 11
graph = graph.tmpl
paul@0 12
header = header.tmpl
paul@0 13
footer = footer.tmpl
paul@0 14
index = index.tmpl
paul@15 15
manifest = manifest.tmpl
paul@8 16
notfound = notfound.tmpl
paul@7 17
search = search.tmpl
paul@7 18
shortlog = shortlog.tmpl
paul@7 19
summary = summary.tmpl
paul@10 20
tags = tags.tmpl
paul@7 21
paul@19 22
annotateline = annotateline.tmpl
paul@7 23
branchentry = branchentry.tmpl
paul@19 24
changelogentry = changelogentry.tmpl
paul@15 25
direntry = direntry.tmpl
paul@15 26
fileentry = fileentry.tmpl
paul@0 27
indexentry = indexentry.tmpl
paul@2 28
searchentry = searchentry.tmpl
paul@1 29
shortlogentry = shortlogentry.tmpl
paul@10 30
tagentry = tagentry.tmpl
paul@0 31
paul@25 32
graphedge = graphedge.tmpl
paul@25 33
graphlabel = graphlabel.tmpl
paul@25 34
graphnode = graphnode.tmpl
paul@25 35
paul@28 36
changelogpagerentry = '{before%changelogpagerlink}{after%changelogpagerlink}'
paul@28 37
graphpagerentry = '{before%graphpagerlink}{after%graphpagerlink}'
paul@28 38
shortlogpagerentry = '{before%shortlogpagerlink}{after%shortlogpagerlink}'
paul@28 39
paul@35 40
archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|xmlescape}</a> '
paul@10 41
branchlabel = '<span class="branch">{name}</span> '
paul@16 42
branchtag = '<span class="branch"><a href="{url}rev/{node|short}{sessionvars%urlparameter}#{node|short}">{name}</a></span> '
paul@35 43
changelogpagerlink = '<a href="{url}changelog/{node|short}{sessionvars%urlparameter}#{node|short}">{label|xmlescape}</a> '
paul@19 44
changeloglink = '<a href="{url}changelog/{node|short}{sessionvars%urlparameter}#{node|short}">{rev}:{node|short}</a> '
paul@8 45
changesetlink = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{rev}:{node|short}</a> '
paul@18 46
changesetfiledifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rev}:{node|short}</a> '
paul@10 47
filerevlink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rev}:{node|short}</a> '
paul@35 48
graphpagerlink = '<a href="{url}graph/{node|short}{sessionvars%urlparameter}#{node|short}">{label|xmlescape}</a> '
paul@10 49
inbranchlabel = '<span class="inbranch">{name}</span> '
paul@16 50
inbranchtag = '<span class="inbranch"><a href="{url}rev/{node|short}{sessionvars%urlparameter}#{node|short}">{name}</a></span> '
paul@35 51
shortlogpagerlink = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}#{node|short}">{label|xmlescape}</a> '
paul@4 52
tagtag = '<span class="tag">{name}</span> '
paul@4 53
paul@38 54
diffblock = '<div id="diff{blockno}" class="source"><pre>{lines}</pre></div>'
paul@35 55
difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|xmlescape}</span>'
paul@35 56
difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|xmlescape}</span>'
paul@35 57
difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|xmlescape}</span>'
paul@35 58
diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|xmlescape}'
paul@8 59
paul@35 60
filedifflink = '<span><a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|xmlescape}</a></span> '
paul@10 61
fileellipses = '...'
paul@10 62
paul@35 63
fileline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|xmlescape}'
paul@10 64
paul@35 65
filenolink = '{file|xmlescape} '
paul@38 66
filenodelink = '<span><a href="{url}rev/{node|short}#diff{blockno}{sessionvars%urlparameter}">{file|xmlescape}</a></span> '
paul@10 67
paul@2 68
hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'
paul@0 69
urlparameter = '{separator}{name}={value|urlescape}'