Mercurial > hg
changeset 2132:4990b62fd0a6
hgweb: Synchronised filelogentry to changelogentry.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 26 Apr 2006 07:31:04 +0200 |
parents | f5bbc5562434 |
children | 4334be196f8d |
files | templates/changelogentry.tmpl templates/filelogentry.tmpl templates/map templates/static/style.css |
diffstat | 4 files changed, 35 insertions(+), 29 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/changelogentry.tmpl Wed Apr 26 07:03:10 2006 +0200 +++ b/templates/changelogentry.tmpl Wed Apr 26 07:31:04 2006 +0200 @@ -1,11 +1,11 @@ -<table class="changelogEntry parity#parity#"> +<table class="logEntry parity#parity#"> <tr> - <th class="age" width="15%">#date|age# ago:</th> + <th class="age">#date|age# ago:</th> <th class="firstline">#desc|strip|firstline|escape#</th> </tr> <tr> - <th class="changesetRev">changeset #rev#:</th> - <td class="changesetNode"><a href="?cs=#node|short#">#node|short#</a></td> + <th class="revision">changeset #rev#:</th> + <td class="node"><a href="?cs=#node|short#">#node|short#</a></td> </tr> #parent%changelogparent# #child%changelogchild#
--- a/templates/filelogentry.tmpl Wed Apr 26 07:03:10 2006 +0200 +++ b/templates/filelogentry.tmpl Wed Apr 26 07:31:04 2006 +0200 @@ -1,20 +1,25 @@ -<table class="parity#parity#" width="100%" cellspacing="0" cellpadding="0"> -<tr> - <td class="age" align="right" width="15%"><b>#date|age# ago: </b></td> - <td><b><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></b></td></tr> -<tr> - <td align="right">revision #filerev#: </td> - <td><a href="?f=#filenode|short#;file=#file|urlescape#">#filenode|short#</a> -<a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a> -<a href="?fa=#filenode|short#;file=#file|urlescape#">(annotate)</a> -</td></tr> -#rename%filelogrename# -<tr> - <td align="right">author: </td> - <td>#author|obfuscate#</td></tr> -<tr> - <td align="right">date: </td> - <td>#date|date# (#date|age# ago)</td></tr> +<table class="logEntry parity#parity#"> + <tr> + <th class="age">#date|age# ago:</th> + <th class="firstline"><a href="?cs=#node|short#">#desc|strip|firstline|escape#</a></th> + </tr> + <tr> + <th class="revision">revision #filerev#:</td> + <td class="node"> + <a href="?f=#filenode|short#;file=#file|urlescape#">#filenode|short#</a> + <a href="?fd=#node|short#;file=#file|urlescape#">(diff)</a> + <a href="?fa=#filenode|short#;file=#file|urlescape#">(annotate)</a> + </td> + </tr> + #rename%filelogrename# + <tr> + <th class="author">author:</th> + <td class="author">#author|obfuscate#</td> + </tr> + <tr> + <th class="date">date:</th> + <td class="date">#date|date#</td> + </tr> </table>
--- a/templates/map Wed Apr 26 07:03:10 2006 +0200 +++ b/templates/map Wed Apr 26 07:31:04 2006 +0200 @@ -28,7 +28,7 @@ changesetparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>' filerevparent = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' filerename = '<tr><td class="metatag">parent:</td><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>' -filelogrename = '<tr><td align="right">base: </td><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>' +filelogrename = '<tr><th>base:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#file|escape#@#node|short#</a></td></tr>' fileannotateparent = '<tr><td class="metatag">parent:</td><td><a href="?fa=#filenode|short#;file=#file|urlescape#">#node|short#</a></td></tr>' changesetchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>' changelogchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>' @@ -40,9 +40,9 @@ changelogtag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>' changesettag = '<tr><th class="tag">tag:</th><td class="tag">#tag|escape#</td></tr>' filediffparent = '<tr><th class="parent">parent #rev#:</th><td class="parent"><a href="?cs=#node|short#">#node|short#</a></td></tr>' -filelogparent = '<tr><td align="right">parent #rev#: </td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' +filelogparent = '<tr><th>parent #rev#:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' filediffchild = '<tr><th class="child">child #rev#:</th><td class="child"><a href="?cs=#node|short#">#node|short#</a></td></tr>' -filelogchild = '<tr><td align="right">child #rev#: </td><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' +filelogchild = '<tr><th>child #rev#:</th><td><a href="?f=#node|short#;file=#file|urlescape#">#node|short#</a></td></tr>' indexentry = '<tr class="parity#parity#"><td><a href="#url#">#name|escape#</a></td><td>#shortdesc#</td><td>#contact|obfuscate#</td><td class="age">#lastupdate|age# ago</td><td><a href="#url#?cl=tip;style=rss">RSS</a></td></tr>' index = index.tmpl archiveentry = '<a href="?ca=#node|short#;type=#type|urlescape#">#type|escape#</a> '
--- a/templates/static/style.css Wed Apr 26 07:03:10 2006 +0200 +++ b/templates/static/style.css Wed Apr 26 07:31:04 2006 +0200 @@ -49,11 +49,12 @@ color: #999; } -/* Changelog entries */ -.changelogEntry { width: 100%; } -.changelogEntry th { font-weight: normal; text-align: right; vertical-align: top; } -.changelogEntry th.age, .changelogEntry th.firstline { font-weight: bold; } -.changelogEntry th.firstline { text-align: left; width: inherit; } +/* Changelog/Filelog entries */ +.logEntry { width: 100%; } +.logEntry .age { width: 15%; } +.logEntry th { font-weight: normal; text-align: right; vertical-align: top; } +.logEntry th.age, .logEntry th.firstline { font-weight: bold; } +.logEntry th.firstline { text-align: left; width: inherit; } /* Tag entries */ #tagEntries { list-style: none; margin: 0; padding: 0; }