| Line 31... |
Line 31... |
| 31 |
<div class="container">
|
31 |
<div class="container">
|
| 32 |
<br><br><br>
|
32 |
<br><br><br>
|
| 33 |
<div class="searchbar">
|
33 |
<div class="searchbar">
|
| 34 |
<form class="navbar-form" role="search" method="GET" name="search" action="<?php echo $base_url;?>search">
|
34 |
<form class="navbar-form" role="search" method="GET" name="search" action="<?php echo $base_url;?>search">
|
| 35 |
<div class="input-group col-xs-12 text-right" id="remote">
|
35 |
<div class="input-group col-xs-12 text-right" id="remote">
|
| 36 |
<input autocomplete="off" type="text" class="form-control" placeholder="I am Shopping For" name="q" id="srch-term">
|
36 |
<input autocomplete="off" type="text" class="form-control" placeholder="I am Shopping For..." name="q" id="srch-term">
|
| 37 |
<div class="input-group-btn w25px">
|
37 |
<div class="input-group-btn w25px">
|
| 38 |
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
|
38 |
<button class="btn btn-default" type="submit"><i class="glyphicon glyphicon-search"></i></button>
|
| 39 |
</div>
|
39 |
</div>
|
| 40 |
</div>
|
40 |
</div>
|
| 41 |
</form>
|
41 |
</form>
|