| Line 1... |
Line 1... |
| 1 |
<div class="searchbar">
|
1 |
<div class="searchbar">
|
| 2 |
<form class="navbar-form" role="search" method="GET" name="search" >
|
2 |
<form class="navbar-form" role="search" method="GET" name="search" >
|
| 3 |
<div class="input-group col-xs-6 text-left">
|
3 |
<div class="input-group col-xs-6 text-left">
|
| 4 |
Search By:
|
4 |
Search By:
|
| 5 |
<input type="radio" name="type" value="app_name" selected="selected"/>Name
|
5 |
<input type="radio" name="type" value="app_name" checked/>Name
|
| 6 |
</div>
|
6 |
</div>
|
| 7 |
<div class="input-group col-xs-6 text-right" id="remote">
|
7 |
<div class="input-group col-xs-6 text-right" id="remote">
|
| 8 |
<input autocomplete="off" type="text" class="form-control" placeholder="Search for items" name="search" id="srch-term">
|
8 |
<input autocomplete="off" type="text" class="form-control" placeholder="Search for items" name="search" id="srch-term">
|
| 9 |
<div class="input-group-btn w25px">
|
9 |
<div class="input-group-btn w25px">
|
| 10 |
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
|
10 |
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
|