templates/map-gitweb
changeset 1576 145cc9f68c05
parent 1575 0a1cca912fda
child 1578 4a14edbda3ca
equal deleted inserted replaced
1575:0a1cca912fda 1576:145cc9f68c05
     6 summary = summary-gitweb.tmpl
     6 summary = summary-gitweb.tmpl
     7 error = error-gitweb.tmpl
     7 error = error-gitweb.tmpl
     8 naventry = "<a href="?cmd=changelog;rev=#rev#;style=gitweb">#label#</a> "
     8 naventry = "<a href="?cmd=changelog;rev=#rev#;style=gitweb">#label#</a> "
     9 navshortentry = "<a href="?cmd=shortlog;rev=#rev#;style=gitweb">#label#</a> "
     9 navshortentry = "<a href="?cmd=shortlog;rev=#rev#;style=gitweb">#label#</a> "
    10 filedifflink = "<a href="?cmd=filediff;node=#node#;file=#file#;style=gitweb">#file#</a> "
    10 filedifflink = "<a href="?cmd=filediff;node=#node#;file=#file#;style=gitweb">#file#</a> "
    11 filenodelink = "<tr class="light"><td><a class="list" href="">#file#</a></td><td></td><td class="link"><a href="?cmd=file;filenode=#filenode#;file=#file#;style=gitweb">file</a> | <a href="http://FIXME">diff</a> | <a href="http://FIXME">revisions</a></td></tr>"
    11 filenodelink = "<tr class="light"><td><a class="list" href="">#file#</a></td><td></td><td class="link"><a href="?cmd=file;filenode=#filenode#;file=#file#;style=gitweb">file</a> | <!-- FIXME: <a href="?fd=#filenode|short#;file=#file#;style=gitweb">diff</a> | --> <a href="?cmd=filelog;filenode=#filenode|short#;file=#file#;style=gitweb">revisions</a></td></tr>"
    12 fileellipses = "..."
    12 fileellipses = "..."
    13 changelogentry = changelogentry-gitweb.tmpl
    13 changelogentry = changelogentry-gitweb.tmpl
    14 searchentry = changelogentry-gitweb.tmpl
    14 searchentry = changelogentry-gitweb.tmpl
    15 changeset = changeset-gitweb.tmpl
    15 changeset = changeset-gitweb.tmpl
    16 manifest = manifest-gitweb.tmpl
    16 manifest = manifest-gitweb.tmpl
    38 changesettag = "<tr><td>tag</td><td>#tag#</td></tr>"
    38 changesettag = "<tr><td>tag</td><td>#tag#</td></tr>"
    39 filediffparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#;style=gitweb">#node|short#</a></td></tr>"
    39 filediffparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#;style=gitweb">#node|short#</a></td></tr>"
    40 filelogparent = "<tr><td align="right">parent #rev#:&nbsp;</td><td><a href="?cmd=file;file=#file#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>"
    40 filelogparent = "<tr><td align="right">parent #rev#:&nbsp;</td><td><a href="?cmd=file;file=#file#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>"
    41 shortlog = shortlog-gitweb.tmpl
    41 shortlog = shortlog-gitweb.tmpl
    42 shortlogentry = "<tr class="parity#parity#"><td><i>#date|age# ago</i></td><td><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb"><b>#desc|firstline|escape#</b></a></td><td class="link"><a href="?cmd=changeset;node=#node|short#;style=gitweb">changeset</a> |  <a href="?cmd=manifest;manifest=#manifest|short#;path=/;style=gitweb">manifest</a></td></tr>"
    42 shortlogentry = "<tr class="parity#parity#"><td><i>#date|age# ago</i></td><td><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb"><b>#desc|firstline|escape#</b></a></td><td class="link"><a href="?cmd=changeset;node=#node|short#;style=gitweb">changeset</a> |  <a href="?cmd=manifest;manifest=#manifest|short#;path=/;style=gitweb">manifest</a></td></tr>"
       
    43 filelogentry = "<tr class="parity#parity#"><td><i>#date|age# ago</i></td><td><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb"><b>#desc|firstline|escape#</b></a></td><td class="link"><!-- FIXME: <a href="?fd=#node|short#;file=#file#;style=gitweb">diff</a> | --> <a href="?fa=#filenode|short#;file=#file#;style=gitweb">annotate</a></td></tr>"