# HG changeset patch # User Matt Mackall # Date 2008-04-02 23:47:19 # Node ID cb16217ff4d814cdb5539db320c79d9fa7f033ab # Parent d93f2f39bef47ef85c49630ec82f9cf8b16b754e coal: more tweaking - add quirksmode hack in attempt to make MSIE happy - add container divs for more browsers compatibility - fix file log button on file page - link to first line of file source from browser - change revision navigator style diff --git a/templates/coal/changeset.tmpl b/templates/coal/changeset.tmpl --- a/templates/coal/changeset.tmpl +++ b/templates/coal/changeset.tmpl @@ -2,6 +2,7 @@ {repo|escape}: {node|short} +
{footer} diff --git a/templates/coal/error.tmpl b/templates/coal/error.tmpl --- a/templates/coal/error.tmpl +++ b/templates/coal/error.tmpl @@ -3,6 +3,7 @@ + {footer} diff --git a/templates/coal/fileannotate.tmpl b/templates/coal/fileannotate.tmpl --- a/templates/coal/fileannotate.tmpl +++ b/templates/coal/fileannotate.tmpl @@ -3,6 +3,7 @@ + + {footer} diff --git a/templates/coal/filediff.tmpl b/templates/coal/filediff.tmpl --- a/templates/coal/filediff.tmpl +++ b/templates/coal/filediff.tmpl @@ -3,6 +3,7 @@ + {footer} diff --git a/templates/coal/filelog.tmpl b/templates/coal/filelog.tmpl --- a/templates/coal/filelog.tmpl +++ b/templates/coal/filelog.tmpl @@ -8,6 +8,7 @@ + {footer} diff --git a/templates/coal/header.tmpl b/templates/coal/header.tmpl --- a/templates/coal/header.tmpl +++ b/templates/coal/header.tmpl @@ -1,3 +1,4 @@ + diff --git a/templates/coal/manifest.tmpl b/templates/coal/manifest.tmpl --- a/templates/coal/manifest.tmpl +++ b/templates/coal/manifest.tmpl @@ -3,6 +3,7 @@ +
{footer} diff --git a/templates/coal/map b/templates/coal/map --- a/templates/coal/map +++ b/templates/coal/map @@ -21,7 +21,7 @@ changeset = changeset.tmpl manifest = manifest.tmpl direntry = 'drwxr-xr-x{basename|escape}/' -fileentry = '{permissions|permissions} {date|isodate} {size} {basename|escape}' +fileentry = '{permissions|permissions} {date|isodate} {size} {basename|escape}' filerevision = filerevision.tmpl fileannotate = fileannotate.tmpl diff --git a/templates/coal/search.tmpl b/templates/coal/search.tmpl --- a/templates/coal/search.tmpl +++ b/templates/coal/search.tmpl @@ -3,6 +3,7 @@ +