Skip to content

Chandged filter categories #20

Merged
merged 1 commit into from
Feb 3, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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