##// END OF EJS Templates
workingctx: add __contains__ method
workingctx: add __contains__ method

File last commit:

r6691:0dba955c default
r6771:f5d7cfcb default
Show More
search.tmpl
41 lines | 906 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>
Dirkjan Ochtman
add graph page to hgweb
r6691 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
Matt Mackall
templates: add coal web theme
r6436 <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}