]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/modules/planet/search-box.html
Massive web site update
[people/shoehn/ipfire.org.git] / templates / modules / planet / search-box.html
CommitLineData
fa7e1a0a
MT
1<div class="row">
2 <div class="col-lg-6 col-md-6 col-lg-offset-3 ac">
3 <form class="form-inline" action="/search" method="GET">
4 <div class="form-group">
5 <label class="sr-only" for="searchBox">{{ _("Search") }}</label>
6 <input type="text" class="form-control" name="q" id="searchBox"
7 placeholder="{{ _("Search") }}" autocomplete="off" {% if query %}value="{{ query }}"{% end %}>
8 <button type="submit" class="btn btn-default">
9 <i class="glyphicon glyphicon-search"></i>
10 </button>
fa7e1a0a
MT
11 </div>
12 </form>
13 </div>
14</div>