MercurialWebTheme

themes/mercurialweb/map

15:47c22ce46af0
2010-07-13 Paul Boddie Added the manifest (files) view template. Fixed links to this template from the changeset view. Fixed links to raw files from the file revision view.
     1 default = 'summary'     2 mimetype = 'text/html; charset={encoding}'     3      4 branches = branches.tmpl     5 changeset = changeset.tmpl     6 error = error.tmpl     7 filerevision = filerevision.tmpl     8 header = header.tmpl     9 footer = footer.tmpl    10 index = index.tmpl    11 manifest = manifest.tmpl    12 notfound = notfound.tmpl    13 search = search.tmpl    14 shortlog = shortlog.tmpl    15 summary = summary.tmpl    16 tags = tags.tmpl    17     18 branchentry = branchentry.tmpl    19 direntry = direntry.tmpl    20 fileentry = fileentry.tmpl    21 indexentry = indexentry.tmpl    22 searchentry = searchentry.tmpl    23 shortlogentry = shortlogentry.tmpl    24 tagentry = tagentry.tmpl    25     26 archiveentry = '<a href="{url}archive/{node|short}{extension|urlescape}">{type|escape}</a> '    27 branchlabel = '<span class="branch">{name}</span> '    28 branchtag = '<span class="branch"><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}#{node|short}">{name}</a></span> '    29 changesetlink = '<a href="{url}rev/{node|short}{sessionvars%urlparameter}">{rev}:{node|short}</a> '    30 filerevlink = '<a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{rev}:{node|short}</a> '    31 inbranchlabel = '<span class="inbranch">{name}</span> '    32 inbranchtag = '<span class="inbranch"><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}#{node|short}">{name}</a></span> '    33 shortloglink = '<a href="{url}shortlog/{node|short}{sessionvars%urlparameter}#{node|short}">{label|escape}</a> '    34 tagtag = '<span class="tag">{name}</span> '    35     36 diffblock = '<div class="source parity{parity}"><pre>{lines}</pre></div>'    37 difflineplus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="plusline">{line|escape}</span>'    38 difflineminus = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="minusline">{line|escape}</span>'    39 difflineat = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> <span class="atline">{line|escape}</span>'    40 diffline = '<a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}'    41     42 filedifflink = '<a href="{url}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a> '    43 fileellipses = '...'    44     45 fileline = '<div class="parity{parity} source"><a href="#{lineid}" id="{lineid}">{linenumber}</a> {line|escape}</div>'    46     47 filenolink = '{file|escape} '    48 filenodelink = '<span><a href="{url}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{file|escape}</a></span> '    49     50 hiddenformentry = '<input type="hidden" name="{name}" value="{value|escape}" />'    51 urlparameter = '{separator}{name}={value|urlescape}'