1acceb941d
Print all links through new uri.js component Refactor the router to use more predictable parsing Fix linking to entities with weird names (that contain slashes, + etc.)
14 lines
494 B
Smarty
14 lines
494 B
Smarty
<div class='user-list-header'>
|
|
<form class='horizontal'>
|
|
<ul class='input'>
|
|
<li>
|
|
<%= ctx.makeTextInput({text: 'Search query', id: 'search-text', name: 'search-text', value: ctx.parameters.query}) %>
|
|
</li>
|
|
</ul>
|
|
|
|
<div class='buttons'>
|
|
<input type='submit' value='Search'/>
|
|
<a class='append' href='<%- ctx.formatClientLink('help', 'search', 'users') %>'>Syntax help</a>
|
|
</div>
|
|
</form>
|
|
</div>
|