hagrid-keyserver--hagrid/dist/templates/search-form.html.hbs

11 lines
405 B
Handlebars
Raw Normal View History

2019-02-22 19:58:31 +00:00
<div class="row">
2019-06-11 14:59:27 +00:00
<form action="/search" method=GET>
2019-02-22 19:58:31 +00:00
<div class="search">
2019-06-11 14:59:27 +00:00
<input type="text" class="searchTerm" id="search" name="q" autofocus placeholder="Search by Email Address / Key ID / Fingerprint">
2019-06-06 11:20:18 +00:00
<button type="submit" class="searchButton button">
<img src="/assets/search.svg" style="width: 1em; padding-bottom: 4px;"> Search
2019-02-22 19:58:31 +00:00
</button>
</div>
</form>
</div>