comparison templates/coal/manifest.tmpl @ 6453:cb16217ff4d8

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
author Matt Mackall <mpm@selenic.com>
date Wed, 02 Apr 2008 18:47:19 -0500
parents d93f2f39bef4
children eec89a03db08
comparison
equal deleted inserted replaced
6452:d93f2f39bef4 6453:cb16217ff4d8
1 {header} 1 {header}
2 <title>{repo|escape}: {node|short} {path|escape}</title> 2 <title>{repo|escape}: {node|short} {path|escape}</title>
3 </head> 3 </head>
4 <body> 4 <body>
5 5
6 <div class="container">
6 <div class="menu"> 7 <div class="menu">
7 <div class="logo"> 8 <div class="logo">
8 <a href="http://www.selenic.com/mercurial/"> 9 <a href="http://www.selenic.com/mercurial/">
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> 10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 </div> 11 </div>
45 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a> 46 <td class="name"><a href="{url}file/{node|short}{up|urlescape}{sessionvars%urlparameter}">[up]</a>
46 </tr> 47 </tr>
47 {dentries%direntry} 48 {dentries%direntry}
48 {fentries%fileentry} 49 {fentries%fileentry}
49 </table> 50 </table>
50 </main> 51 </div>
52 </div>
51 {footer} 53 {footer}