2024-01-06 01:14:20 +00:00
|
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/carparts.css') }}">
|
|
|
|
|
|
|
|
<div class="filter-pane">
|
2024-01-15 22:26:10 +00:00
|
|
|
<form action="" method="get" class="filter-items">
|
2024-01-06 01:14:20 +00:00
|
|
|
<div class="number-plate">
|
|
|
|
<span class="country-identifier">
|
|
|
|
<img src="https://mycarneedsa.com/assets/flint/img/flag_europe_gb.png" alt="">
|
|
|
|
</span>
|
|
|
|
<span class="vrn">
|
|
|
|
<input type="text" class="vrn-text" placeholder="YOUR REG" name="vrn">
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<select class="product-filter not-required" name="filter">
|
|
|
|
<option value="relevance">Most Relevant</option>
|
|
|
|
<option value="price-lh">Price: Low -> High</option>
|
|
|
|
<option value="price-hl">Price: High -> Low</option>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
<input type="submit" class="search-button" value="Filter">
|
|
|
|
</form>
|
|
|
|
</div>
|