mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
795 B
27 lines
795 B
<section id="search">
|
|
<ul id="roster" class="list spin"></ul>
|
|
|
|
<div id="results">
|
|
{autoescape="off"}{$empty}{/autoescape}
|
|
</div>
|
|
|
|
<br />
|
|
</section>
|
|
<div id="searchbar">
|
|
<ul class="list">
|
|
<li>
|
|
<span class="primary icon gray">
|
|
<i class="material-icons">search</i>
|
|
</span>
|
|
<form name="search" onsubmit="return false;">
|
|
<div>
|
|
<input name="keyword" autocomplete="off"
|
|
title="{$c->__('search.keyword')}"
|
|
placeholder="{$c->__('search.placeholder')}"
|
|
oninput="Search.searchSomething(this.value)"
|
|
type="text">
|
|
</div>
|
|
</form>
|
|
</li>
|
|
</ul>
|
|
</div>
|