templates/sjl/search.tmpl @ 5b921c5536ca
Add a bit more padding
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 17 Jan 2020 13:01:53 -0500 |
parents |
f402fd0f036b |
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}