-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupload.html
More file actions
503 lines (462 loc) · 29.2 KB
/
Copy pathupload.html
File metadata and controls
503 lines (462 loc) · 29.2 KB
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Online Aushadhi</title>
<meta name="viewport" content="initial-scale = 1,user-scalable=no,maximum-scale=1.0">
<!-- styles -->
<link href="assets/css/app.css" rel="stylesheet">
<!--[if lt IE 9]>
<link rel="stylesheet" media="all" type="text/css" href="assets/dist/ie.css" />
<![endif]-->
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="assets/dist/html5shiv.js"></script>
<script src="assets/dist/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Wrap
================================================== -->
<div id="wrap" class="menu">
<!-- Off Canvas Nav
================================================== -->
<div id="off-canvas-nav">
<!--Removed class="nano": No need to add nano class for Mobile and Tablet version-->
<div class="shade-wrap"></div>
<!-- /.shade-wrap -->
<div class="nano-content nav-main">
<a href="" class="close nav-toggle"><i class="oa-close"></i></a>
<ul class="nav navbar-nav smooth-scroll">
<li role="presentation"><a href="index.html">Home</a></li>
<li role="presentation" class="active"><a href="about.html">About</a></li>
<li role="presentation"><a href="products-html">Our Products</a></li>
<li role="presentation"><a href="blog.html">Blogs and Health Tips</a></li>
<li role="presentation"><a href="#contact">contact</a></li>
</ul>
<!-- /.nav -->
</div>
<!-- /.nano-content / Only for Desktop -->
</div>
<header class="header--main menu">
<section class="bg--secondary header__info">
<div class="container-fluid">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-6">
<ul class="company-info list-inline">
<li class="m-r-10"><a href="tel:+977 9841987654" class="call-to-action"><i class="oa-call"></i>+977 9841987654</a></li>
<li class="hidden-sm hidden-xs"><a href="mailto:info@onlineaushadhi.com.np"><i class="oa-mail"></i>info@onlineaushadhi.com.np</a></li>
<li class="social-icons hidden-xs">
<a href="#"><i class="oa-facebook"></i></a>
<a href="#"><i class="oa-twitter"></i></a>
<a href="#"><i class="oa-linkedin"></i></a>
<a href="#"><i class="oa-pinterest"></i></a>
<a href="#"><i class="oa-youtube"></i></a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-6">
<div class="nav navbar-nav navbar-right dropdown">
<a id="dLabel" data-target="#" href="javascript:void();" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<strong>Welcom Mr. Sanjeev</strong>
<span class="caret"></span>
</a>
<ul class="dropdown-menu" aria-labelledby="dLabel">
<li><a href="#">My Account</a></li>
<li><a href="#">Order History</a></li>
<li><a href="#">Prescription</a></li>
<li><a href="#">Ratings & Reviews</a></li>
<li><a href="#">Reward Points</a></li>
<li><a href="#">Log Out</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="bg--alternative header__brand-wrap">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar">
<a href="#" class="navbar-brand"><img src="assets/img/logo-oa.png" alt=""></a>
<div class="collapse-icon visible-sm visible-xs">
<a href="#" class="nav-toggle"><i class="oa-menu"></i></a>
</div>
<!--/.collapse-icon-->
<ul class="nav nav-pills navbar-nav navbar-right text-uppercase hidden-sm hidden-xs">
<li role="presentation"><a href="index.html">Home</a></li>
<li role="presentation" class="active"><a href="about.html">About</a></li>
<li role="presentation"><a href="products-html">Our Products</a></li>
<li role="presentation"><a href="blog.html">Blogs and Health Tips</a></li>
<li role="presentation"><a href="#contact">contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</section>
</header>
<main class="company-primary" role="main">
<div class="home">
<div class="container">
<div class="row">
<div class="col-lg-12">
<section class="search-wrap text-center search-wrap--content">
<form class="form-inline">
<div class="form-group m-r-5">
<div class="input-group">
<input type="text" class="search-input" id="exampleInputAmount" placeholder="Search Your Medicine & OTC Products">
<div class="input-group-addon">
<button class="btn"><i class="oa-search"></i></button>
</div>
</div>
</div>
<button type="file" class="file-upload btn btn-danger"><i class="oa-upload m-r-5"></i>Upload your Prescription</button>
</form>
</section>
<!-- /.search-wrap -->
</div>
</div>
</div>
<div class="breadcrumb-wrap">
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="breadcrumb list-inline list-unstyled">
<li>Home</li>
<li><a href="#">Content Page</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="content__gutter-up-down">
<div class="row">
<div class="col-lg-12">
<h5>
Upload your prescription
<br>
</h5>
<hr class="m-b-35">
</div>
</div>
<div class="row">
<div class="col-lg-12 steps-wrap">
<form action="" class="material">
<div class="text-center">
<ul class="step m-b-45">
<li>
<span class="step-circle step-circle__active"></span> <span class="text-block hidden-xs">Upload Prescription</span>
</li>
<li>
<span class="step-circle step-circle__passive"></span> <span class="text-block hidden-xs">Login/Register</span>
</li>
<li>
<span class="step-circle step-circle__passive"></span> <span class="text-block hidden-xs">Confirm Delivery Details</span>
</li>
</ul>
</div>
<section class="step-1-wrap">
<div class="title title--sm m-b-25">Upload Your Prescription (click below to select a file to upload) .</div>
<hr class="m-b-35">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="row m-b-25">
<div class="col-lg-10 col-md-10 col-sm-9 col-xs-10"><input type="file" name="myfile" /></div>
<div class="col-lg-2 col-md-2 col-sm-3 col-xs-2"><a href="#" class="add-photo"></a></div>
</div>
<div class="row m-b-25">
<div class="col-lg-10 col-md-10 col-sm-9 col-xs-10"><input type="file" name="myfile" /></div>
<div class="col-lg-2 col-md-2 col-sm-3 col-xs-2"><a href="#" class="add-photo"></a></div>
</div>
<hr>
<div class="row m-b-35">
<div class="col-lg-12">
<button class="btn btn-danger btn-md">Proceed</button>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<span class="title title--md">Instructions</span>
<ol class="more-gutter">
<li>Ensure that the picture or scan is such that the entire prescription
is visible (including the doctor/clinic’s letterhead).</li>
<li>Ensure that the picture is taken in a way that the handwriting/type
is visible clearly.</li>
<li>The file size should not exceed 10 MB.</li>
<li>Ensure that the prescription is valid. Your family member or a caregiver
can place order for prescription medicines on your behalf.</li>
<li>You can upload a total of 4 prescriptions per order.</li>
<li>Please be sure to also upload the back-side image of your prescription,
if present.</li>
</ol>
</div>
</div>
</section>
<section class="step-2-wrap hidden">fasdf</section>
<section class="step-3-wrap hidden">fasdf</section>
<hr>
<div class="row">
<div class="col-lg-12 text-muted">
<span class="title title--sm">Note:</span>
<ul class="more-gutter">
<li>asdfAlternatively, you can send us a picture or scan of your prescription
by email rx@netmeds.com or WhatsApp +91 78710 30304, or fax (022)-6645
9080.a
</li>
<li>Please remember to quote your order ID on the top of your digital prescription,
if you have already placed your order without submitting your prescription.</li>
<li>Once you have uploaded your prescription, we will email you and also
send an SMS to your registered mobile number to confirm the receipt
of your prescription.</li>
</ul>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!-- /.Main Content -->
<section id="push"></section>
<!--For Sticky Footer-->
</div>
<!-- Footer
================================================== -->
<footer class="footer--main menu">
<div class="footer--main__row bg--alternative">
<section class="testimonials">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h5>Happy Clients</h5>
<div class="carousel slide carousel-fade" id="testiCarousel-2" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<div class="row">
<div class="col-lg-12">
<div class="review-card text-center">
<div class="review-content m-b-45">
<p>Aristotle maintained the sharp distinction between science and the
practical knowledge of artisans, treating theoretical speculation
as the highest type of human activity, practical thinking about
good living as something less lofty, and the knowledge.</p>
</div>
<div class="review-author m-b-35">
<span class="ra-author">Lauren Bahadur Magar<small>casino master</small></span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<div class="review-card text-center">
<div class="review-content m-b-45">
<p>The sharp distinction between science and the practical knowledge
of artisans, treating theoretical speculation as the highest
type of human activity, practical thinking about good living
as something less lofty, and the knowledge.
</p>
</div>
<div class="review-author m-b-35">
<span class="ra-author">Edward Howard<small>casino master</small></span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<div class="review-card text-center">
<div class="review-content m-b-45">
<p>Maintained the sharp distinction between science and the practical
knowledge of artisans, treating theoretical speculation as the
highest type of human activity, practical thinking about good
living as something less lofty, and the knowledge.</p>
</div>
<div class="review-author m-b-35">
<span class="ra-author">Leona Woods<small>casino master</small></span>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<div class="review-card text-center">
<div class="review-content m-b-45">
<p>Sharp distinction between science and the practical knowledge of
artisans, treating theoretical speculation as the highest type
of human activity, practical thinking about good living as something
less lofty, and the knowledge.
</p>
</div>
<div class="review-author m-b-35">
<span class="ra-author">Betty Malone<small>casino master</small></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#testiCarousel-2" data-slide-to="0" class="active">
<span class="overlay"></span>
<img src="assets/img/face-001.png" alt="" class="img-circle">
</li>
<li data-target="#testiCarousel-2" data-slide-to="1">
<span class="overlay"></span>
<img src="assets/img/face-002.png" alt="" class="img-circle">
</li>
<li data-target="#testiCarousel-2" data-slide-to="2">
<span class="overlay"></span>
<img src="assets/img/face-003.png" alt="" class="img-circle">
</li>
<li data-target="#testiCarousel-2" data-slide-to="3">
<span class="overlay"></span>
<img src="assets/img/face-004.png" alt="" class="img-circle">
</li>
</ol>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- Testimonials Ends -->
<div class="footer--main__row">
<section class="assets">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<section class="clients-wrap text-center">
<h6>Our Clients</h6>
<ul class="list-unstyled list-inline">
<li><a href="#"><img src="assets/img/logo-company1.png" alt="" class="img-circle"></a></li>
<li><a href="#"><img src="assets/img/logo-company2.png" alt="" class="img-circle"></a></li>
<li><a href="#"><img src="assets/img/logo-company3.png" alt="" class="img-circle"></a></li>
<li><a href="#"><img src="assets/img/logo-company4.png" alt="" class="img-circle"></a></li>
<li><a href="#"><img src="assets/img/logo-company5.png" alt="" class="img-circle"></a></li>
</ul>
</section>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<section class="payment-wrap text-center">
<h6>Payment Modes</h6>
<ul class="list-unstyled list-inline">
<li><a href="#"><img src="assets/img/img-nmb.png" alt=""></a></li>
<li><a href="#"><img src="assets/img/img-esewa.png" alt=""></a></li>
<li><a href="#"><img src="assets/img/img-cashondelivery.png" alt=""></a></li>
</ul>
</section>
</div>
</div>
</div>
</section>
</div>
<!-- Assets Ends -->
<div class="footer--main__row bg--secondary">
<section class="contact contact__optional">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6 contact-msg">
<h6>Get in Touch</h6>
<p>Nulla quis lorem ut libero malesuada feugiat. Lorem ipsum dolor sit amet, consectetur adipiscing
elit. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. </p>
<div class="row">
<div class="col-lg-7 col-md-7 col-sm-7">
<ul class="quick-info list-unstyled">
<li class="location"><span class="text-uppercase">Online Aushadhi</span><br>Soltimod, Bafal, Kathmandu</li>
<li class="tel">+ 977 9841568568, 01 4-456765</li>
<li class="email"><a href="mailto:care.onlineaushadhi@gmail.com">care.onlineaushadhi@gmail.com</a></li>
</ul>
</div>
<div class="col-lg-5 col-md-5 col-sm-5">
<span class="title title--xs">Follow Us:</span>
<div class="social-icons">
<a href="#"><i class="oa-facebook"></i></a>
<a href="#"><i class="oa-twitter"></i></a>
<a href="#"><i class="oa-linkedin"></i></a>
<a href="#"><i class="oa-pinterest"></i></a>
<a href="#"><i class="oa-youtube"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 pull-right quick-msg">
<h6>Quick Message</h6>
<form action="" class="material">
<div class="row m-b-10">
<div class="col-lg-12">
<input type="text" name="full-name" placeholder="Full Name">
</div>
</div>
<div class="row m-b-10">
<div class="col-lg-6 col-md-6 col-sm-6">
<input type="text" name="email" placeholder="Email">
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<input type="text" name="phone" placeholder="Mobile/Phone">
</div>
</div>
<div class="row m-b-5">
<div class="col-lg-12">
<textarea name="message" placeholder="Your Message"></textarea>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<button class="btn btn-danger">Submit</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
</div>
<!-- Footer Contact Ends -->
<div class="footer--main__row footer--main--end bg--secondary">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<ul class="list-inline list-unstyled">
<li><a href="#">Home</a></li>
<li>|</li>
<li><a href="#">FAQs</a></li>
<li>|</li>
<li><a href="#">Terms & Coditions</a></li>
<li>|</li>
<li><a href="#">Return Policy</a></li>
</ul>
<span class="copyright">© Online Aushadhi. All Rights Reserved | Powered by: DAC </span>
</div>
</div>
</div>
</div>
<!-- Footer Contact Ends -->
</footer>
<!-- All Modals
================================================== -->
<!-- Javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.material.form.js"></script>
<script src="assets/js/jquery.masonry.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>