comparison templates/coal/search.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 856ae126f48c
children eec89a03db08
comparison
equal deleted inserted replaced
6452:d93f2f39bef4 6453:cb16217ff4d8
1 {header} 1 {header}
2 <title>{repo|escape}: searching for {query|escape}</title> 2 <title>{repo|escape}: searching for {query|escape}</title>
3 </head> 3 </head>
4 <body> 4 <body>
5 5
6 <div class="content">
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>
32 </tr> 33 </tr>
33 {entries} 34 {entries}
34 </table> 35 </table>
35 36
36 </div> 37 </div>
38 </div>
37 39
38 {footer} 40 {footer}