Mercurial > hg
changeset 1668:586b50294ea8
[hgweb] Added rename information to gitweb templates & misc cleanups
Fixed up file log template's title
Removed double entry for filelogentry in gitweb map file
author | Josef "Jeff" Sipek <jeffpc@optonline.net> |
---|---|
date | Sun, 05 Feb 2006 20:52:55 -0500 |
parents | daff3ef0de8d |
children | 7b4128f689bd |
files | templates/fileannotate-gitweb.tmpl templates/filelog-gitweb.tmpl templates/filerevision-gitweb.tmpl templates/map-gitweb |
diffstat | 4 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/fileannotate-gitweb.tmpl Mon Jan 30 19:34:35 2006 +1300 +++ b/templates/fileannotate-gitweb.tmpl Sun Feb 05 20:52:55 2006 -0500 @@ -19,6 +19,7 @@ <tr> <td class="metatag">changeset #rev#:</td> <td><a href="?cs=#node|short#;style=gitweb">#node|short#</a></td></tr> +#rename%filerename# #parent%fileannotateparent# #child%fileannotatechild# <tr>
--- a/templates/filelog-gitweb.tmpl Mon Jan 30 19:34:35 2006 +1300 +++ b/templates/filelog-gitweb.tmpl Sun Feb 05 20:52:55 2006 -0500 @@ -1,12 +1,12 @@ #header# -<title>#repo|escape#: Manifest</title> +<title>#repo|escape#: File revisions</title> <link rel="alternate" type="application/rss+xml" href="?cmd=changelog;style=rss" title="RSS feed for #repo|escape#"> </head> <body> <div class="page_header"> -<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / manifest +<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / file revisions </div> <div class="page_nav">
--- a/templates/filerevision-gitweb.tmpl Mon Jan 30 19:34:35 2006 +1300 +++ b/templates/filerevision-gitweb.tmpl Sun Feb 05 20:52:55 2006 -0500 @@ -19,6 +19,7 @@ <tr> <td class="metatag">changeset #rev#:</td> <td><a href="?cs=#node|short#;style=gitweb">#node|short#</a></td></tr> +#rename%filerename# #parent%fileannotateparent# #child%fileannotatechild# <tr>
--- a/templates/map-gitweb Mon Jan 30 19:34:35 2006 +1300 +++ b/templates/map-gitweb Sun Feb 05 20:52:55 2006 -0500 @@ -20,7 +20,6 @@ fileannotate = fileannotate-gitweb.tmpl filelog = filelog-gitweb.tmpl fileline = "<div style="font-family:monospace; white-space: pre;" class="parity#parity#"><span class="linenr"> #linenumber#</span> #line|escape#</div>" -filelogentry = filelogentry-gitweb.tmpl annotateline = "<tr style="font-family:monospace; white-space: pre;" class="parity#parity#"><td class="linenr" style="text-align: right;"><a href="?cs=#node|short#;style=gitweb">#author|obfuscate#@#rev#</a></td><td>#line|escape#</td></tr>" difflineplus = "<div class="pre" style="color:#008800;">#line|escape#</div>" difflineminus = "<div class="pre" style="color:#cc0000;">#line|escape#</div>" @@ -29,6 +28,8 @@ changelogparent = "<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cmd=changeset;node=#node#;style=gitweb">#node|short#</a></td></tr>" changesetparent = "<tr><td>parent</td><td style="font-family:monospace"><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb">#node|short#</a></td></tr>" filerevparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=file;file=#file|urlescape#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" +filerename = "<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#;style=gitweb">#file|escape#@#node|short#</a></td></tr>" +filelogrename = "| <a href="?f=#node|short#;file=#file|urlescape#;style=gitweb">base</a>" fileannotateparent = "<tr><td class="metatag">parent:</td><td><a href="?cmd=annotate;file=#file|urlescape#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" changelogchild = "<tr><th class="child">child #rev#:</th><td class="child"><a href="?cmd=changeset;node=#node#;style=gitweb">#node|short#</a></td></tr>" changesetchild = "<tr><td>child</td><td style="font-family:monospace"><a class="list" href="?cmd=changeset;node=#node|short#;style=gitweb">#node|short#</a></td></tr>" @@ -45,5 +46,5 @@ filelogchild = "<tr><td align="right">child #rev#: </td><td><a href="?cmd=file;file=#file|urlescape#;filenode=#node#;style=gitweb">#node|short#</a></td></tr>" shortlog = shortlog-gitweb.tmpl 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>" -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|urlescape#;style=gitweb">diff</a> | --> <a href="?fa=#filenode|short#;file=#file|urlescape#;style=gitweb">annotate</a></td></tr>" +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|urlescape#;style=gitweb">diff</a> | --> <a href="?fa=#filenode|short#;file=#file|urlescape#;style=gitweb">annotate</a> #rename%filelogrename#</td></tr>" archiveentry = " | <a href="?ca=#node|short#;type=#type|urlescape#">#type|escape#</a> "