|
1 | 1 | <div class="row">
|
2 |
| - {{! |
3 |
| - Filter options |
4 |
| - }} |
5 |
| - <section id="sidebar" class="threecol"> |
6 |
| - |
7 |
| - </section> |
8 | 2 | {{!
|
9 | 3 | Search results
|
10 | 4 | }}
|
11 |
| - <section id="content" class="ninecol last"> |
| 5 | + <section id="content" class="twelvecol"> |
| 6 | + <div class="row"> |
| 7 | + <div class="twelvecol"> |
| 8 | + <h2>Search</h2> |
| 9 | + </div> |
| 10 | + </div> |
12 | 11 | <div class="row">
|
13 | 12 | {{!
|
14 |
| - Search header |
| 13 | + Query |
| 14 | + }} |
| 15 | + <div class="fourcol"> |
| 16 | + <div>Search results for "<b>12v power</b>"</div> |
| 17 | + </div> |
| 18 | + {{! |
| 19 | + Result count |
15 | 20 | }}
|
16 | 21 | <div class="fourcol">
|
| 22 | + <div><b>28</b> results found</div> |
17 | 23 | </div>
|
18 | 24 | {{!
|
19 |
| - Select sort by |
| 25 | + Sort by |
20 | 26 | }}
|
21 |
| - <div class="fivecol last"> |
22 |
| - |
| 27 | + <div class="fourcol last"> |
| 28 | + <select id="isotopeSorting" class="form-control"> |
| 29 | + <option value="{"sortBy":"price", "sortAscending":"true"}">By Price (Low to High) ↑</option> |
| 30 | + <option value="{"sortBy":"price", "sortAscending":"false"}">By Price (High to Low) ↓</option> |
| 31 | + <option value="{"sortBy":"name", "sortAscending":"true"}">By Name (Low to High) ↑</option> |
| 32 | + <option value="{"sortBy":"name", "sortAscending":"false"}">By Name (High to Low) ↓</option> |
| 33 | + <option value="{"sortBy":"popularity", "sortAscending":"true"}">By Popularity (Low to High) ↑</option> |
| 34 | + <option value="{"sortBy":"popularity", "sortAscending":"false"}">By Popularity (High to Low) ↓</option> |
| 35 | + </select> |
23 | 36 | </div>
|
24 | 37 | </div>
|
25 | 38 | {{!
|
|
29 | 42 | <div class="threecol">
|
30 | 43 | <div class="single-product">
|
31 | 44 | <img src="http://placehold.it/250x250"/>
|
32 |
| - <h2>Product name</h2> |
33 |
| - <h3>£90.23</h3> |
| 45 | + <h3>Product name</h3> |
| 46 | + <h4>from £90.23</h4> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + <div class="threecol"> |
| 50 | + <div class="single-product"> |
| 51 | + <img src="http://placehold.it/250x250"/> |
| 52 | + <h3>12v power supply</h3> |
| 53 | + <h4>£90.23</h4> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + <div class="threecol"> |
| 57 | + <div class="single-product"> |
| 58 | + <img src="http://placehold.it/250x250"/> |
| 59 | + <h3>Product name</h3> |
| 60 | + <h4>£90.23</h4> |
34 | 61 | </div>
|
35 | 62 | </div>
|
36 | 63 | <div class="threecol">
|
37 | 64 | <div class="single-product">
|
38 | 65 | <img src="http://placehold.it/250x250"/>
|
39 |
| - <h2>Product name</h2> |
40 |
| - <h3>£90.23</h3> |
| 66 | + <h3>Product name</h3> |
| 67 | + <h4>£90.23</h4> |
41 | 68 | </div>
|
42 | 69 | </div>
|
43 | 70 | <div class="threecol">
|
44 | 71 | <div class="single-product">
|
45 | 72 | <img src="http://placehold.it/250x250"/>
|
46 |
| - <h2>Product name</h2> |
47 |
| - <h3>£90.23</h3> |
| 73 | + <h3>Product name</h3> |
| 74 | + <h4>£90.23</h4> |
48 | 75 | </div>
|
49 | 76 | </div>
|
50 | 77 | <div class="threecol">
|
51 | 78 | <div class="single-product">
|
52 | 79 | <img src="http://placehold.it/250x250"/>
|
53 |
| - <h2>Product name</h2> |
54 |
| - <h3>£90.23</h3> |
| 80 | + <h3>Product name</h3> |
| 81 | + <h4>£90.23</h4> |
55 | 82 | </div>
|
56 | 83 | </div>
|
57 | 84 | <div class="threecol">
|
58 | 85 | <div class="single-product">
|
59 | 86 | <img src="http://placehold.it/250x250"/>
|
60 |
| - <h2>Product name</h2> |
61 |
| - <h3>£90.23</h3> |
| 87 | + <h3>Product name</h3> |
| 88 | + <h4>£90.23</h4> |
62 | 89 | </div>
|
63 | 90 | </div>
|
64 | 91 | </div>
|
|
0 commit comments