Mercurial > wikked
view static/tpl/search-results.html @ 155:6cb5445e90b9
Disable browser auto-complete on the search field.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 25 Dec 2013 19:59:05 -0800 |
parents | f32af0888382 |
children |
line wrap: on
line source
<article> <header> <h1>Search Results</h1> </header> <section> {{#if is_instant}} <p><small>Press <code>Escape</code> to cancel.</small></p> {{/if}} {{#if hits}} <ul class="search-results"> {{#each hits}} <li> <h3><a href="{{get_read_url url}}">{{title}}</a></h3> <div class="highlighted">{{{text}}}</div> </li> {{/each}} </ul> {{else}} <p>No matches found.</p> {{/if}} </section> </article>