szurubooru/client/html/users_header.tpl
rr- 50404d5f5e client/general: change templates extension
...from .Handlebars' (which the project no longer uses) .hbs, to a more
generic .tpl. Additionally, replace hyphens with underscores for
consistency.
2016-05-18 00:15:28 +02:00

15 lines
476 B
Smarty

<div class='user-list-header'>
<form class='horizontal'>
<div class='input'>
<ul>
<li>
<%= makeTextInput({id: 'search-text', name: 'search-text', value: searchQuery.text}) %>
</li>
</ul>
</div>
<div class='buttons'>
<input type='submit' value='Search'/>
<a class='append' href='/help/search/users'>Syntax help</a>
</div>
</form>
</div>