Mercurial > hg-stable
changeset 6451:b79a56619504
coal: minor fixes
sans -> sans-serif
tweak column widths
get rid of full changelog
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 02 Apr 2008 18:47:15 -0500 |
parents | 27d59ce043a1 |
children | d93f2f39bef4 |
files | templates/coal/changelog.tmpl templates/coal/changelogentry.tmpl templates/coal/map templates/static/style-coal.css |
diffstat | 4 files changed, 4 insertions(+), 71 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/coal/changelog.tmpl Wed Apr 02 21:46:30 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -{header} -<title>{repo|escape}: changelog</title> -<link rel="alternate" type="application/atom+xml" - href="{url}atom-log" title="Atom feed for {repo|escape}"> -<link rel="alternate" type="application/rss+xml" - href="{url}rss-log" title="RSS feed for {repo|escape}"> -</head> -<body> - -<div class="buttons"> -<a href="{url}shortlog/{rev}{sessionvars%urlparameter}">shortlog</a> -<a href="{url}tags{sessionvars%urlparameter}">tags</a> -<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> -{archives%archiveentry} -<a type="application/rss+xml" href="{url}rss-log">rss</a> -<a type="application/atom+xml" href="{url}atom-log" title="Atom feed for {repo|escape}">atom</a> -</div> - -<h2>changelog for {repo|escape}</h2> - -<form action="{url}log"> -{sessionvars%hiddenformentry} -<p> -<label for="search1">search:</label> -<input name="rev" id="search1" type="text" size="30"> -navigate: <small class="navigate">{changenav%naventry}</small> -</p> -</form> - -{entries%changelogentry} - -<form action="{url}log"> -{sessionvars%hiddenformentry} -<p> -<label for="search2">search:</label> -<input name="rev" id="search2" type="text" size="30"> -navigate: <small class="navigate">{changenav%naventry}</small> -</p> -</form> - -{footer}
--- a/templates/coal/changelogentry.tmpl Wed Apr 02 21:46:30 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -<table class="logEntry parity{parity}"> - <tr> - <th class="age">{date|age} ago:</th> - <th class="firstline">{desc|strip|firstline|escape}</th> - </tr> - <tr> - <th class="revision">changeset {rev}:</th> - <td class="node"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a></td> - </tr> - {parent%changelogparent} - {child%changelogchild} - {changelogtag} - <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> - <tr> - <th class="files"><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>:</th> - <td class="files">{files}</td> - </tr> -</table>
--- a/templates/coal/map Wed Apr 02 21:46:30 2008 +0200 +++ b/templates/coal/map Wed Apr 02 18:47:15 2008 -0500 @@ -5,8 +5,7 @@ footer = footer.tmpl search = search.tmpl -changelog = changelog.tmpl - +changelog = shortlog.tmpl shortlog = shortlog.tmpl shortlogentry = shortlogentry.tmpl
--- a/templates/static/style-coal.css Wed Apr 02 21:46:30 2008 +0200 +++ b/templates/static/style-coal.css Wed Apr 02 18:47:15 2008 -0500 @@ -2,7 +2,7 @@ margin: 0; padding: 0; background: black url(background.png) repeat-x; - font-family: sans; + font-family: sans-serif; } .main { @@ -124,13 +124,13 @@ } .bigtable tr { border: none; } .bigtable .age { width: 6em; } -.bigtable .author { width: 12em; } +.bigtable .author { width: 10em; } .bigtable .description { } .bigtable .node { width: 5em; font-family: monospace;} .bigtable .lineno { width: 2em; text-align: right;} .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;} .bigtable td.source { font-family: monospace; white-space: pre; } -.bigtable .permissions { width: 4em; } +.bigtable .permissions { width: 8em; } .bigtable td.permissions { font-family: monospace; } .bigtable .date { width: 10em; } .bigtable .size { width: 5em; text-align: right; }