Skip to content

Commit

Permalink
Merge pull request #20 from arc12012/Client
Browse files Browse the repository at this point in the history
Chandged filter categories
  • Loading branch information
arc12012 committed Feb 3, 2017
2 parents 43f844a + 16c01da commit db4fed0
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions WebContent/html/webpages/requestPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,22 @@
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<h4>Hardware Type</h4>
<li><label><input type="checkbox" class="hw-data-type" data-type = "iPhones"> iPhones</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "iPad"> iPad</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "computerStick"> Computer Sticks</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "amazon"> Amazon</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "apple"> Apple</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "intel"> Intel</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "samsung"> Samsung</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "microsoft"> Microsoft</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "other"> Other</label></li>
</ul>
<br>
<ul class="nav nav-sidebar">
<h4>Manufacture/Operating System</h4>
<li><label><input type="checkbox" class="sw-data-type" data-type = "intel"> Intel</label></li>
<li><label><input type="checkbox" class="sw-data-type" data-type = "apple"> Apple</label></li>
<h4>Manufacture</h4>
<li><label><input type="checkbox" class="sw-data-type" data-type = "computers"> Computers</label></li>
<li><label><input type="checkbox" class="sw-data-type" data-type = "cameras"> Cameras</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "smartphone"> Smartphone</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "storage`"> Storage Devices</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "tablet"> Tablet</label></li>
<li><label><input type="checkbox" class="hw-data-type" data-type = "other"> Other</label></li>
</ul>
</div>

Expand Down

0 comments on commit db4fed0

Please sign in to comment.