comparison templates/coal/filediff.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}: {file|escape} diff</title> 2 <title>{repo|escape}: {file|escape} diff</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>
64 </tr> 65 </tr>
65 <table> 66 <table>
66 {diff} 67 {diff}
67 </div> 68 </div>
68 </div> 69 </div>
70 </div>
69 71
70 {footer} 72 {footer}
71 73
72 74