# HG changeset patch # User Dirkjan Ochtman # Date 1207214323 -7200 # Node ID da752414978770dd8aaa8f4303eac98563e4555d # Parent 7ef281e78c644c174a1a5c00705e15b33f8157a9# Parent eec89a03db0850ffef2fb3c71bef2d54102d6055 Merge from main. diff -r 7ef281e78c64 -r da7524149787 templates/coal/changeset.tmpl --- a/templates/coal/changeset.tmpl Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/changeset.tmpl Thu Apr 03 11:18:43 2008 +0200 @@ -59,8 +59,8 @@
- - + +
LineDifflinediff
{diff} diff -r 7ef281e78c64 -r da7524149787 templates/coal/fileannotate.tmpl --- a/templates/coal/fileannotate.tmpl Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/fileannotate.tmpl Thu Apr 03 11:18:43 2008 +0200 @@ -63,9 +63,9 @@
- - - + + + {annotate%annotateline}
RevLineSourcerevlinesource
diff -r 7ef281e78c64 -r da7524149787 templates/coal/filediff.tmpl --- a/templates/coal/filediff.tmpl Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/filediff.tmpl Thu Apr 03 11:18:43 2008 +0200 @@ -60,8 +60,8 @@
- - + +
LineDifflinediff
{diff} diff -r 7ef281e78c64 -r da7524149787 templates/coal/filelog.tmpl --- a/templates/coal/filelog.tmpl Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/filelog.tmpl Thu Apr 03 11:18:43 2008 +0200 @@ -45,9 +45,9 @@
- {entries%filelogentry}
Age - Author - Description + age + author + description
diff -r 7ef281e78c64 -r da7524149787 templates/coal/filerevision.tmpl --- a/templates/coal/filerevision.tmpl Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/filerevision.tmpl Thu Apr 03 11:18:43 2008 +0200 @@ -61,8 +61,8 @@
- - + + {text%fileline}
LineSourcelinesource
diff -r 7ef281e78c64 -r da7524149787 templates/coal/manifest.tmpl --- a/templates/coal/manifest.tmpl Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/manifest.tmpl Thu Apr 03 11:18:43 2008 +0200 @@ -34,16 +34,14 @@ + + - - - - - + + + {dentries%direntry} {fentries%fileentry} diff -r 7ef281e78c64 -r da7524149787 templates/coal/map --- a/templates/coal/map Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/map Thu Apr 03 11:18:43 2008 +0200 @@ -20,8 +20,8 @@ changeset = changeset.tmpl manifest = manifest.tmpl -direntry = '' -fileentry = '' +direntry = '' +fileentry = '' filerevision = filerevision.tmpl fileannotate = fileannotate.tmpl diff -r 7ef281e78c64 -r da7524149787 templates/coal/search.tmpl --- a/templates/coal/search.tmpl Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/search.tmpl Thu Apr 03 11:18:43 2008 +0200 @@ -3,7 +3,7 @@ -
namesize permissionsdatesizename
drwxr-xr-x - - - [up] +
[up]drwxr-xr-x
drwxr-xr-x{basename|escape}/
{permissions|permissions} {date|isodate} {size} {basename|escape}
{basename|escape}/drwxr-xr-x
{basename|escape}{size}{permissions|permissions}
- {entries}
Age - Author - Description + age + author + description
diff -r 7ef281e78c64 -r da7524149787 templates/coal/shortlog.tmpl --- a/templates/coal/shortlog.tmpl Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/coal/shortlog.tmpl Thu Apr 03 11:18:43 2008 +0200 @@ -40,9 +40,9 @@ - {entries%shortlogentry}
Age - Author - Description + age + author + description
diff -r 7ef281e78c64 -r da7524149787 templates/static/coal-file.png Binary file templates/static/coal-file.png has changed diff -r 7ef281e78c64 -r da7524149787 templates/static/coal-folder.png Binary file templates/static/coal-folder.png has changed diff -r 7ef281e78c64 -r da7524149787 templates/static/style-coal.css --- a/templates/static/style-coal.css Thu Apr 03 11:16:07 2008 +0200 +++ b/templates/static/style-coal.css Thu Apr 03 11:18:43 2008 +0200 @@ -85,11 +85,6 @@ vertical-align: text-baseline; } -.navigate a { - #padding: 2pt; - #background-color: #f5f5f5; -} - /* Common */ pre { margin: 0; } @@ -128,13 +123,12 @@ .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;} .bigtable td.source { font-family: monospace; white-space: pre; } .bigtable .permissions { width: 8em; text-align: left;} -.bigtable td.permissions { font-family: monospace; } -.bigtable .date { width: 10em; text-align: left;} .bigtable .size { width: 5em; text-align: right; } -.bigtable td.size { font-family: monospace; } .bigtable .annotate { text-align: right; padding-right: } .bigtable td.annotate { font-size: smaller; } +.fileline { font-family: monospace; } + /* Changeset entry */ #changesetEntry { border-collapse: collapse;