mirror of
https://github.com/sruupl/batflat.git
synced 2026-01-14 09:52:03 +01:00
8 lines
412 B
HTML
8 lines
412 B
HTML
|
|
<form action="{?=url()?}" class="searchbox-input form-inline">
|
||
|
|
<div class="input-group">
|
||
|
|
<input type="text" name="search" minlength="3" class="form-control" placeholder="{$lang.searchbox.placeholder}" required>
|
||
|
|
<span class="input-group-btn">
|
||
|
|
<button class="btn btn-default" type="submit"><span class="glyphicon glyphicon-search"></span></button>
|
||
|
|
</span>
|
||
|
|
</div>
|
||
|
|
</form>
|