-
Notifications
You must be signed in to change notification settings - Fork 0
/
ANL.html
315 lines (261 loc) · 9.73 KB
/
ANL.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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<title> Mailout-ANL</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body class="body">
<div id="fixedTop">
</div>
<div class="page-wraper" >
<header class="site-header d-flex mb-2" style="background-color: white;">
<div class="container">
<div class="row pl-xxl-5 pr-xxl-5 pr-0">
<div class="col-6 col-md-6 col-lg-6 py-3 d-flex align-items-center">
<a href="home.html" title="Home" class="pr-2">
<img src="assets/img/logo" alt="logo" class="roundLogo">
</a>
<div class="text-black font-weight-bold fs-9">
Mailout-ANL
</div>
</div>
<div class="col-6 col-md-6 col-lg-6 text-right py-3 d-flex align-items-center justify-content-end">
<a href="shop for me.html" title="Shop for Me" class="mr-4 d-none d-lg-inline-block" style="margin:12px">Shop for Me</a>
<div class="btn-group">
<button type="button" class="btn btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color: rgb(238, 237, 237);">
<i class="fa fa-user"></i> adnan <span class="d-none d-lg-inline-block">h.</span>
</button>
<div class="dropdown-menu dropdown-menu-left pb-2">
<a href="shop for me.html" title="Shop for Me" class="dropdown-item">Shop for Me</a>
<a href="/client/mailout-mps/" title="Multiple-Package Mailout" class="dropdown-item">Multiple-Package Mailout</a>
<a href="funds.html" title="Multiple-Package Mailout" class="dropdown-item">Edit a Profile</a>
<a href="/client/deposit/" title="Transaction History" class="dropdown-item">Account History</a>
<a href="/client/claim/create" title="Missing Package" class="dropdown-item">Missing Package</a>
<a class="dropdown-item" href="https://planetexpress.com/contact-us/">Contact Us</a>
<a href="/client/account/" title="Settings" class="dropdown-item">Settings</a>
<a class="dropdown-item" href="/sign/out">Sign out</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- crumb -->
<div class="container" style="margin-top: 30px;background-color: #e5e4e2;;">
<div class="row">
<div class="col-12 pb-2 small mb-2">
<a href="home.html">Dashboard</a> /
<a href="ANL.html">
Mailout-ANL</a>
</div>
</div>
</div>
<section class="container page3" style="width: 900px;">
<form action="" style="overflow: scroll;">
<div class="row">
<div class="col-md-6">
<h5 class="py-3">SELECTED ADDRESS</h5>
<h6>Ashraf Siddiqui</h6>
<h6>6515 N WINCHESTER AVE</h6>
<h6>Chicago 60626, Illinois, United States</h6>
<li class="d-flex"><a href="">Change Address</a></li>
</div>
<div class="col-md-6">
<h5 class="py-3">PACKAGE DETAIL</h5>
<h6>Weight: 79.10 lb</h6>
<h6>Dimension: 36.00 * 24.00 * 20.00 in</h6>
<h6>Value: $445.61</h6>
<li class="d-flex"><a href="">Edit Declaraction</a></li>
</div>
<div class="row">
<div class="col-md-6 px">
<h5 class="mt-3 py-2">SELECTED SHIPPING METHOD</h5>
<table class="table-bordered" style="width: 90.7994%;" border="1" cellpadding="10">
<tbody>
<tr style="height: 94.5px;">
<td style="width: 8.8023%; height: 85px;">
<img src="assets/img/fedex.png" style="height: 50px;">
</td>
<td style="width: 23.1977%; height: 85px;">
<h6>FedEx: FedEx Ground</h6>
<h6>Delivery speed: 2-5 Business days</h6>
<h6>Tracking: Yes</h6>
</td>
</tr>
</tbody>
</table>
<li class="d-flex"><a href="">Change</a></li>
<div class="green d-flex py-4"><input class="mt-3" type="checkbox" name="checkbox">
<h6 style="color: green;" class="px-2 mt-3">
+ $3: Priority(Proceeded within 24 hours)</h6>
</div>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<h6>ADDITIONAL SERVICES</h6>
<div class="col-md-4 d-flex mt-1 box">
<input class="mt-1" type="checkbox" name="checkbox">
<h6 class="px-2"> + $2: Extra Bubble Wrap</h6>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<div class="col-md-4 d-flex mt-1 box">
<input class="mt-1" type="checkbox" name="checkbox">
<h6 class="px-2"> + $2: Remove Invoice for Gift Item</h6>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<div class="col-md-4 d-flex mt-1 box">
<input class="mt-1" type="checkbox" name="checkbox">
<h6 class="px-2"> + $2: Security Tape</h6>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<div class="col-md-4 d-flex mt-1 box">
<input class="mt-1" type="checkbox" name="checkbox">
<h6 class="px-2"> + $2: Fragile sticker</h6>
</div>
<div class="col-md-6">
</div>
</div>
<div class="row">
<div class="col-md-4 d-flex mt-1 box">
<input class="mt-1" type="checkbox" name="checkbox">
<h6 class="px-2"> + $2: Wrap Package in clear plastic Wrap </h6>
</div>
<div class="col-md-6">
</div>
</div>
<!--------table----------->
<div class="row ">
<table class="last-table table-bordered mt-4 mb-4 ml-2" border="1" cellpadding="20" width="100%">
<tbody>
<tr style="height: 39px;">
<td style="height: 39px; width: 71%;"><b>Item</b></td>
<td style="height: 39px; width: 25.0346%;"><b>Cost</b></td>
</tr>
<tr style="height: 42px;">
<td style="height: 42px; width: 71%;">
<h6>Consolidation</h6>
(ANH,ANB,ANC,ANE,ANG,ANF,AND,ANJ,ANA,AMF,AMG,AMH,AMI,AMO,AMJ,AMK,AMM,AML,AMQ,AME,AMD,AMZ,
AMP,AMX,AMW,AMV,AMU,AMS,AJS,AMR)
</td>
<td style="height: 42px; width: 25.0346%;"> $65</td>
</tr>
<tr style="height: 20px;">
<td style="height: 20px; width: 71%;">Other request(ANL)</td>
<td style="height: 20px; width: 25.0346%;"> $5</td>
</tr>
<tr style="height: 21px;">
<td style="height: 21px; width: 71%;"><b>FedEx : FedEx Ground</b></td>
<td style="height: 21px; width: 25.0346%;"> $150.67</td>
</tr>
<tr style="height: 21px;">
<td style="height: 21px; width: 71%;">Insurance:</td>
<td style="color: green; height: 21px; width: 25.0346%;">Included in Rate</td>
</tr>
<tr style="height: 21px;">
<td style="height: 21px; width: 71%;">Priority Processing:</td>
<td style="color: red; height: 21px; width: 25.0346%;"> Not Selected</td>
</tr>
<tr style="height: 21px;">
<td style="height: 21px; width: 71%;"> Mailout Fee:</td>
<td style="height: 21px; width: 25.0346%;"> $2.00</td>
</tr>
<tr style="height: 45.5px;">
<td style="height: 45.5px; width: 71%;"><b>Total:</b></td>
<td style="height: 45.5px; width: 25.0346%;"><b>$222.67</b></td>
</tr>
</tbody>
</table>
</div>
</div>
<button type="submit" class="btn btn-primary mb-3">Confirm</button>
</form>
</section>
</body>
<style>
.body{
background-color: #e5e4e2;
}
.container{
background-color: white;
}
.table{
/* margin-top: 170px; */
overflow: scroll;
padding: 20px;
}
.h3{
padding: 50px 130px;
}
.section2 h4{
padding: 20px;
}
.section2{
/* margin-bottom: 50px; */
height: 400px;
overflow: scroll;
}
.section2 table{
margin-left: 40px;
padding: 20px 0px;
}
.table1{
overflow: scroll;
}
.section2 .table1 li a{
text-decoration: underline;
}
/*-------page2 css----------*/
.whole{
width: 100%;
height: auto;
/* margin-top: 170px; */
/* margin-bottom: 80px; */
}
.whole .row{
padding: 20px;
}
.whole .btn{
margin-left: 30px;
background-color: #98ff98;
}
.whole .btn a{
text-decoration: none;
color: black;
padding: 10px 15px;
}
.whole .btn:hover{
background-color: green;
}
.whole li{
margin-left: 55px;
}
.page3{
width: 100%;
height: auto;
margin-top: 80px;
margin-bottom: 80px;
}
.page3 h5{
font-size: 15px;
}
.page3 .box{
display: inline-block;
}
</style>