templates/sjl/search.tmpl @ f402fd0f036b
Finish (mostly) the reskin
author |
Steve Losh <steve@stevelosh.com> |
date |
Wed, 15 Jan 2020 20:15:24 -0500 |
parents |
b2b88bc58ef9 |
children |
(none) |
{header}
<title>searching for {query|escape} / {repo|escape} / hg.stevelosh.com</title>
</head>
<body>
<div class="main page-search">
{navigation}
{searchform}
<h1>Searching for '{query|escape}'</h1>
<p>
Assuming {modedesc}.
{if(showforcekw, '<a href="{url|urlescape}log?rev={query|urlescape}&forcekw=1">
Use {showforcekw}</a> instead.')}
{if(showunforcekw, '<a href="{url|urlescape}log?rev={query|urlescape}">
Use {showunforcekw}</a> instead.')}
</p>
<div class="navigate navigate-top">
<a href="{url|urlescape}log{lessvars%urlparameter}">fewer</a>
<a href="{url|urlescape}log{morevars%urlparameter}">more</a>
</div>
<table class="bigtable shortlog">
<thead>
<tr>
<th>commit</th>
<th>description</th>
<th>author</th>
<th>date</th>
</tr>
</thead>
<tbody class="stripes2">
{entries}
</tbody>
</table>
<div class="navigate navigate-bottom">
<a href="{url|urlescape}log{lessvars%urlparameter}">fewer</a>
<a href="{url|urlescape}log{morevars%urlparameter}">more</a>
</div>
</div>
{footer}