templates/map-old
changeset 3264 fc34c031ff54
parent 3206 79fd7a92f3e2
equal deleted inserted replaced
3263:3207e30bf468 3264:fc34c031ff54
       
     1 default = 'changelog'
       
     2 header = old/header.tmpl
       
     3 footer = footer.tmpl
       
     4 search = old/search.tmpl
       
     5 changelog = old/changelog.tmpl
       
     6 shortlog = old/shortlog.tmpl
       
     7 shortlogentry = old/shortlogentry.tmpl
       
     8 naventry = '<a href="?cl=#rev#">#label|escape#</a> '
       
     9 navshortentry = '<a href="?sl=#rev#">#label|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> '
       
    12 fileellipses = '...'
       
    13 changelogentry = old/changelogentry.tmpl
       
    14 searchentry = old/changelogentry.tmpl
       
    15 changeset = old/changeset.tmpl
       
    16 manifest = old/manifest.tmpl
       
    17 manifestdirentry = '<tr class="parity#parity#"><td><tt>drwxr-xr-x</tt>&nbsp;<td><a href="?mf=#node|short#;path=#path|urlescape#">#basename|escape#/</a>'
       
    18 manifestfileentry = '<tr class="parity#parity#"><td><tt>#permissions|permissions#</tt>&nbsp;<td><a href="?f=#node|short#;file=#file|urlescape#">#basename|escape#</a>'
       
    19 filerevision = old/filerevision.tmpl
       
    20 fileannotate = old/fileannotate.tmpl
       
    21 filediff = old/filediff.tmpl
       
    22 filelog = old/filelog.tmpl
       
    23 fileline = '<div class="parity#parity#"><span class="lineno">#linenumber#</span>#line|escape#</div>'
       
    24 filelogentry = old/filelogentry.tmpl
       
    25 annotateline = '<tr class="parity#parity#"><td class="annotate"><a href="?fa=#node|short#;file=#file|urlescape#">#author|obfuscate#@#rev#</a></td><td><pre>#line|escape#</pre></td></tr>'
       
    26 difflineplus = '<span class="plusline">#line|escape#</span>'
       
    27 difflineminus = '<span class="minusline">#line|escape#</span>'
       
    28 difflineat = '<span class="atline">#line|escape#</span>'
       
    29 diffline = '#line|escape#'
       
    30 changelogparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
       
    31 changesetparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
       
    32 filerevparent = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
       
    33 filerename = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>'
       
    34 filelogrename = '<tr><th>base:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>'
       
    35 fileannotateparent = '<tr><td class="metatag">parent:</td><td><a href="?fa=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
       
    36 changesetchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
       
    37 changelogchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
       
    38 filerevchild = '<tr><td class="metatag">child:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
       
    39 fileannotatechild = '<tr><td class="metatag">child:</td><td><a href="?fa=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
       
    40 tags = tags.tmpl
       
    41 tagentry = '<li class="tagEntry parity#parity#"><tt class="node">#node#</tt> <a href="?cs=#node|short#">#tag|escape#</a></li>'
       
    42 diffblock = '<pre class="parity#parity#">#lines#</pre>'
       
    43 changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
       
    44 changesettag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>'
       
    45 filediffparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
       
    46 filelogparent = '<tr><th>parent #rev#:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
       
    47 filediffchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>'
       
    48 filelogchild = '<tr><th>child #rev#:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>'
       
    49 indexentry = '<tr class="parity#parity#"><td><a href="#url#">#name|escape#</a></td><td>#description#</td><td>#contact|obfuscate#</td><td class="age">#lastchange|age# ago</td><td class="indexlinks"><a href="#url#?cl=tip;style=rss">RSS</a> #archives%archiveentry#</td></tr>'
       
    50 index = index.tmpl
       
    51 archiveentry = '<a href="#url#?ca=#node|short#;type=#type|urlescape#">#type|escape#</a> '
       
    52 notfound = notfound.tmpl
       
    53 error = error.tmpl