##// END OF EJS Templates
coal: more tweaks...
coal: more tweaks - move icons inside links - set icon borders to 0 - make active menu button white on black and remove bar

File last commit:

r6454:eec89a03 default
r6463:5e011a40 default
Show More
search.tmpl
40 lines | 840 B | application/x-cheetah | CheetahLexer
Matt Mackall
templates: add coal web theme
r6436 {header}
<title>{repo|escape}: searching for {query|escape}</title>
</head>
<body>
Matt Mackall
coal: even more tweaks...
r6454 <div class="container">
Matt Mackall
templates: add coal web theme
r6436 <div class="menu">
<div class="logo">
<a href="http://www.selenic.com/mercurial/">
<img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
</div>
<ul>
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
</ul>
</div>
<div class="main">
<h2>{repo|escape}</h2>
<h3>searching for '{query|escape}'</h3>
<form class="search" action="{url}log">
{sessionvars%hiddenformentry}
<p><input name="rev" id="search1" type="text" size="30"></p>
</form>
<table class="bigtable">
<tr>
Matt Mackall
coal: even more tweaks...
r6454 <th class="age">age</td>
<th class="author">author</td>
<th class="description">description</td>
Matt Mackall
templates: add coal web theme
r6436 </tr>
{entries}
</table>
</div>
Matt Mackall
coal: more tweaking...
r6453 </div>
Matt Mackall
templates: add coal web theme
r6436
{footer}