Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 16779 |
anikendra |
1 |
<div class="searchbar">
|
|
|
2 |
<form class="navbar-form" role="search" method="GET" name="filter" >
|
|
|
3 |
<div class="input-group col-xs-6 text-left">
|
|
|
4 |
Filter By:
|
|
|
5 |
<input type="radio" name="offer_active" value="1" checked/>Active
|
|
|
6 |
<input type="radio" name="offer_active" value="0" />In Active
|
|
|
7 |
</div>
|
|
|
8 |
<div class="input-group col-xs-6 text-left" id="remote">
|
|
|
9 |
<!-- <input autocomplete="off" type="text" class="form-control" placeholder="Search for items" name="search" id="srch-term"> -->
|
|
|
10 |
<div class="input-group-btn w25px">
|
|
|
11 |
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
|
|
|
12 |
</div>
|
|
|
13 |
</div>
|
|
|
14 |
</form>
|
|
|
15 |
</div>
|