comparison templates/shortlogentry.tmpl @ 4703:bc63247c66e9

hgweb: improve shortlog formatting shorten author with |person don't shrink font (default font is presumed to be preferred reading size) set widths based on font ems rather than page percents.
author Matt Mackall <mpm@selenic.com>
date Mon, 25 Jun 2007 11:30:05 -0500
parents ce8f31e0b3b8
children
comparison
equal deleted inserted replaced
4702:18e91c9def0c 4703:bc63247c66e9
1 <table class="slogEntry parity#parity#"> 1 <table class="slogEntry parity#parity#">
2 <tr> 2 <tr>
3 <td class="age">#date|age#</td> 3 <td class="age">#date|age#</td>
4 <td class="author">#author|obfuscate#</td> 4 <td class="author">#author|person#</td>
5 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td> 5 <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#desc|strip|firstline|escape#</a></td>
6 </tr> 6 </tr>
7 </table> 7 </table>