comparison templates/coal/fileannotate.tmpl @ 6454:eec89a03db08

coal: even more tweaks - rearrange file browser columns - add folder and file icons - make browse table uniformly monospaced - use lowercase consistently for column heads - fix search container div
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Apr 2008 18:51:06 -0500
parents cb16217ff4d8
children 0c1ec0cd7c6a
comparison
equal deleted inserted replaced
6453:cb16217ff4d8 6454:eec89a03db08
61 <br/> 61 <br/>
62 62
63 <div class="overflow"> 63 <div class="overflow">
64 <table class="bigtable"> 64 <table class="bigtable">
65 <tr> 65 <tr>
66 <th class="annotate">Rev</th> 66 <th class="annotate">rev</th>
67 <th class="lineno">Line</th> 67 <th class="lineno">line</th>
68 <th class="line">Source</th> 68 <th class="line">source</th>
69 </tr> 69 </tr>
70 {annotate%annotateline} 70 {annotate%annotateline}
71 </table> 71 </table>
72 </div> 72 </div>
73 </div> 73 </div>