forked from nitin-kujur/mnblkdhdjsgfjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
177 lines (168 loc) · 6.55 KB
/
product.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Bulk Order</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/custom-style.css">
</head>
<body>
<nav id="navbar" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<h6> </h6>
<div class="row">
<div class="col-md-2 col-sm-2 col-xs-2">
<a class="disabled" style="font-size:20px; text-decoration:none !important;">Ship to Location</a>
</div>
<div class="col-md-1 col-sm-1 col-xs-1">
<a href="index.php" class="text-green">Locations</a>
</div>
<div class="col-md-1 col-sm-1 col-xs-1" style="max-width:60px;">
<i class="fa fa-caret-right text-gray"></i>
</div>
<div class="col-md-1 col-sm-1 col-xs-1">
<a href="javascript:;" class="disabled">Products</a>
</div>
<div class="col-md-1 col-sm-1 col-xs-1" style="max-width:60px;">
<i class="fa fa-caret-right text-gray"></i>
</div>
<div class="col-md-2 col-sm-2 col-xs-2">
<div class="select-wrapper">
<select class="form-control text-center" style="">
<option disabled selected>Shipping Class</option>
<option>option 1</option>
<option>option 2</option>
<option>option 3</option>
</select>
<div class="next-icon" style=""><i class="fa fa-caret-down"></i></div>
</div>
</div>
<div class="col-md-1 col-sm-1 col-xs-1" style="max-width:60px;">
<i class="fa fa-caret-right text-gray"></i>
</div>
<div class="col-md-2 col-sm-2 col-xs-2">
<a href="productAllocation.html" class=" text-gray">Product Allocation</a>
</div>
<div class="col-md-2 col-sm-2 col-xs-2 pull-right">
<a href="#" class="btn btn-success pull-right">Clear Bulk Order</a>
</div>
</div>
<hr class="hr-full">
</div>
</nav>
<div class="container-fluid">
<h1> </h1>
<h1> </h1>
<h4 class="visible-sm visible-xs"> </h4>
<h2>Products</h2>
<hr>
<div class="table-responsive">
<table class="table table-hover">
<thead>
<tr>
<th></th>
<th>Image</th>
<th>Name</th>
<th>Varients</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox" data-toggle="collapse" data-target="#AquafinaMats"></td>
<td><img src="https://placeholdit.imgix.net/~text?txtsize=35&bg=4a90e2&txtclr=ffffff&txt=Product+1&w=150&h=150&txttrack=0" class="img-responsive" alt="No Pic" style="max-width:150; height:auto; "/>
<td>
Aquafina Floor Mats<br>$10.00<br>
<div id="AquafinaMats" class="collapse in1"><br>
<div class="row">
<div class="col-md-1">
<input type="checkbox">
</div>
<div class="col-md-4">
<select class="form-control text-center">
<option>S</option>
<option>M</option>
<option>L</option>
<option>XL</option>
</select>
</div>
<div class="col-md-4">
<select class="form-control text-center">
<option>BLUE</option>
<option>GREEN</option>
<option>RED</option>
<option>BLACK</option>
</select>
</div>
</div>
</div>
</td>
<td>
Varients Available<br>
<button class="btn btn-primary" data-toggle="collapse" data-target="#AquafinaMats">View Varients</button>
</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td><img src="https://placeholdit.imgix.net/~text?txtsize=35&bg=4a90e2&txtclr=ffffff&txt=Product+2&w=150&h=150&txttrack=0" class="img-responsive" alt="No Pic" style="max-width:150; height:auto; "/>
<td>Aquafina Headsweats Sport SuperVisor (Domestic)<br>$10.00</td>
<td>No Varients</td>
</tr>
<tr>
<td><input type="checkbox" data-toggle="collapse" data-target="#AquafinaHeadsweats"></td>
<td><img src="https://placeholdit.imgix.net/~text?txtsize=35&bg=4a90e2&txtclr=ffffff&txt=Product+3&w=150&h=150&txttrack=0" class="img-responsive" alt="No Pic" style="max-width:150; height:auto; "/>
<td>
Aquafina 10 Oz. Frost Flex Textured Plastic Cup<br>$10.00
<div id="AquafinaHeadsweats" class="collapse in1"><br>
<div class="row">
<div class="col-md-1">
<input type="checkbox">
</div>
<div class="col-md-4">
<select class="form-control text-center">
<option>S</option>
<option>M</option>
<option>L</option>
<option>XL</option>
</select>
</div>
<div class="col-md-4">
<select class="form-control text-center">
<option>BLUE</option>
<option>GREEN</option>
<option>RED</option>
<option>BLACK</option>
</select>
</div>
</div>
</div>
</td>
<td>
Varients Available<br>
<button class="btn btn-primary" data-toggle="collapse" data-target="#AquafinaHeadsweats">View Varients</button>
</td>
</tr>
</tbody>
</table>
</div>
<h4> </h4>
<div class="row">
<div class="col-md-2 col-sm-2 col-xs-2">
<button class="btn btn-primary" style="opacity:0.6;">Previous Page</button>
</div>
<div class="col-md-2 col-sm-2 col-xs-2">
<a href="#" class="btn btn-primary">Next Page <i class="fa fa-caret-right"></i></a>
</div>
</div>
<h2> </h2>
</div>
<h2> </h2>
<script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('select:not(#skills)').wrap('<div class="select-wrapper"></div>');
$('.select-wrapper').append('<div class="next-icon"><i class="fa fa-angle-down"></i></div>');
});
</script>
</body>
</html>