MercurialWebTheme

themes/mercurialweb/map

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