| Line 143... |
Line 143... |
| 143 |
</div>
|
143 |
</div>
|
| 144 |
<!--Item Criteria Start -->
|
144 |
<!--Item Criteria Start -->
|
| 145 |
<div class="row itemCriteria item-criteria">
|
145 |
<div class="row itemCriteria item-criteria">
|
| 146 |
<div class="col-lg-3 itemCategory">
|
146 |
<div class="col-lg-3 itemCategory">
|
| 147 |
<div><label>Category</label></div>
|
147 |
<div><label>Category</label></div>
|
| 148 |
<label class="checkbox-inline"><input type="checkbox" name="smartphone"/>Smart Phones</label>
|
148 |
<label class="checkbox-inline"><input type="checkbox" name="smartphone"/>Smart
|
| - |
|
149 |
Phones</label>
|
| 149 |
<label class="checkbox-inline"><input type="checkbox" name="featuredphone"/>Featured Phones</label>
|
150 |
<label class="checkbox-inline"><input type="checkbox" name="featuredphone"/>Featured Phones</label>
|
| - |
|
151 |
<label class="checkbox-inline"><input type="checkbox" name="led"/>LEDs</label>
|
| 150 |
</div>
|
152 |
</div>
|
| 151 |
<div class="col-lg-2 row">
|
153 |
<div class="col-lg-2 row">
|
| 152 |
<div><label>Price Range</label></div>
|
154 |
<div><label>Price Range</label></div>
|
| 153 |
<div class="col-xs-6 row">
|
155 |
<div class="col-xs-6 row">
|
| 154 |
<input placeholder="Start" type="text" class="form-control startValue" value="0"/>
|
156 |
<input placeholder="Start" type="text" class="form-control startValue" value="0"/>
|
| Line 195... |
Line 197... |
| 195 |
<input type="text" style="width:100px" class="form-control payoutTarget" value="0"/>
|
197 |
<input type="text" style="width:100px" class="form-control payoutTarget" value="0"/>
|
| 196 |
<span class="input-group-addon">Onward</span>
|
198 |
<span class="input-group-addon">Onward</span>
|
| 197 |
<input type="text" class="form-control targetDescription" placeholder="Description"/>
|
199 |
<input type="text" class="form-control targetDescription" placeholder="Description"/>
|
| 198 |
</div>
|
200 |
</div>
|
| 199 |
#foreach($counter1 in [1..9])
|
201 |
#foreach($counter1 in [1..9])
|
| - |
|
202 |
<div class="col-lg-12 itemcriteriapayout item-criteria"
|
| 200 |
<div class="col-lg-12 itemcriteriapayout item-criteria" style="border:1px solid #cecece;border-radius:3px;padding-top:6px;padding-bottom:6px;margin-bottom:12px">
|
203 |
style="border:1px solid #cecece;border-radius:3px;padding-top:6px;padding-bottom:6px;margin-bottom:12px">
|
| 201 |
<!--Item Criteria filter Start-->
|
204 |
<!--Item Criteria filter Start-->
|
| 202 |
<div class="row">
|
205 |
<div class="row">
|
| 203 |
<div class="col-lg-12 itemCategory">
|
206 |
<div class="col-lg-12 itemCategory">
|
| 204 |
<label>Category</label>
|
207 |
<label>Category</label>
|
| 205 |
<label class="checkbox-inline"><input type="checkbox" name="smartphone"/>Smart Phones</label>
|
208 |
<label class="checkbox-inline"><input type="checkbox"
|
| - |
|
209 |
name="smartphone"/>Smart
|
| - |
|
210 |
Phones</label>
|
| - |
|
211 |
<label class="checkbox-inline"><input type="checkbox"
|
| - |
|
212 |
name="featuredphone"/>Featured
|
| - |
|
213 |
Phones</label>
|
| 206 |
<label class="checkbox-inline"><input type="checkbox" name="featuredphone"/>Featured Phones</label>
|
214 |
<label class="checkbox-inline"><input type="checkbox"
|
| - |
|
215 |
name="led"/>LEDs</label>
|
| 207 |
</div>
|
216 |
</div>
|
| 208 |
</div>
|
217 |
</div>
|
| 209 |
<div class="row">
|
218 |
<div class="row">
|
| 210 |
<div class="col-lg-12"><label>Price Range</label></div>
|
219 |
<div class="col-lg-12"><label>Price Range</label></div>
|
| 211 |
<div class="col-lg-6 form-group">
|
220 |
<div class="col-lg-6 form-group">
|
| 212 |
<input placeholder="Start" type="text" class="form-control startValue" value="0"/>
|
221 |
<input placeholder="Start" type="text" class="form-control startValue"
|
| - |
|
222 |
value="0"/>
|
| 213 |
</div>
|
223 |
</div>
|
| 214 |
<div class="col-lg-6 form-group">
|
224 |
<div class="col-lg-6 form-group">
|
| 215 |
<input placeholder="End" type="text" class="form-control endValue"
|
225 |
<input placeholder="End" type="text" class="form-control endValue"
|
| 216 |
value="0">
|
226 |
value="0">
|
| 217 |
</div>
|
227 |
</div>
|