-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
executable file
·568 lines (494 loc) · 20.7 KB
/
support.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
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
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!doctype html>
<html lang="en" class="no-js generic"><!--<![endif]-->
<!-- Mirrored from www.medstar.in/medstar/support by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 13 May 2015 08:59:29 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="revisit-after" content="1 day" />
<meta name="google-site-verification" content="Tq5lFTdcmeG7V_3dWHT74k4q9i7SzJHdl58XlrmmqZQ" />
<meta name="msvalidate.01" content="F80ACB1CA53A1BC64A351B74DC6C1C3A" />
<meta name="msvalidate.01" content="6071FFD74CEEBCF261D717BA7B6CC80C" />
<!--[if IE 10 ]><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" ><![endif]-->
<script type="text/javascript" src="assets/js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.uploadify.min.js"></script>
<!--<link rel="stylesheet" type="text/css" href="/assets/css/uploadify.css" /> -->
<script type="text/javascript">
//var $jq = jQuery.noConflict();
</script>
<script type="text/javascript">
function auto_redirect()
{
window.location = 'users/blankspaces.html';
}
function checkplanproposeForm()
{
if(document.getElementById('when_plan').innerHTML == "" || document.getElementById('when_plan').innerHTML == "When")
{
alert("Please chose a day for the plan");
return false;
}
else if(trim(document.forms["plan_propose"]["plan"].value) == "")
{
alert("Please enter your plan");
return false;
}
else
{
return true;
}
return false;
}
function plan_submit()
{
document.plan_propose.submit();
}
function change_passwd_submit()
{
document.write_passwd.submit();
}
function ajaxFileUpload()
{
$.ajaxFileUpload
(
{
url:'/ajaxfileupload/doajaxfileupload.php',
secureuri:false,
fileElementId:'fileToUpload',
dataType: 'json',
data:{user_id:''}, success: function (data, status)
{
if(typeof(data.error) != 'undefined')
{
if(data.error != '')
{
alert(data.error);
}else
{
alert(data.msg);
}
}
},
error: function (data, status, e)
{
alert(e);
}
}
)
return false;
}
function clickclear(thisfield) {
if (thisfield.value == thisfield.getAttribute("defaultvalue"))
{
thisfield.value = "";
}
}
function clickrecall(thisfield,defaulttext) {
if (thisfield.value == "") {
thisfield.value = thisfield.getAttribute("defaultvalue");
}
}
function setCookie(c_name,value,exdays)
{
var exdate=new Date();
exdate.setDate(exdate.getDate() + exdays);
var c_value=escape(value) + ((exdays==null) ? "" : "; expires="+exdate.toUTCString());
document.cookie=c_name + "=" + c_value;
}
function getCookie(c_name)
{
var i,x,y,ARRcookies=document.cookie.split(";");
for (i=0;i<ARRcookies.length;i++)
{
x=ARRcookies[i].substr(0,ARRcookies[i].indexOf("="));
y=ARRcookies[i].substr(ARRcookies[i].indexOf("=")+1);
x=x.replace(/^\s+|\s+$/g,"");
if (x==c_name)
{
return unescape(y);
}
}
}
function set_location(p)
{
$.post("/index.php/users/set_geo",
{lat: p.coords.latitude, lon: p.coords.longitude},
function(response) {
setCookie("lat", p.coords.latitude, 1);
setCookie("lon", p.coords.longitude, 1);
window.location.reload(true);
});
}
$(document).ready(function() {
/*
$('.tab-btn').click(function(){
$('.tab-btn').removeClass('active');
$(this).addClass('active');
$('.sub-content').hide();
active = $(this).attr('name');
$("#" + active).show();
});
*/
});
function ret_val(){
ret = ret + 1;
}
</script>
<title>Contact Us</title>
<meta name=Description content=Medstar is glad to be at service for you. There are several options to contact us so that we can meet your needs./>
<meta name=Keywords content=medicine home delivery, online medical store in hyderabad, buy medicine online hyderabad/>
</head>
<body>
</br></br>
<link href="assets/css/layout_022015.css" rel='stylesheet' type='text/css' />
<div class="wrapper-h">
<div class="container-h">
<!-- Header Section Starts Here -->
<div class="header">
<!-- Logo Section Starts Here -->
<div class="logo"><a href="index.html">dialmedicines.com</a></div>
<!-- Logo Section Ends Here -->
<!-- Header Nav Section Starts Here -->
<div class="h-mid">
<ul class="hnav">
<li><a href="faq.html">FAQs</a></li>
<li><a href="support.html">Contact Us</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</div>
<!-- Header Nav Section Ends Here -->
<!-- Header Right Side Section Starts Here -->
<div class="h-rgt">
<!-- Login Section Starts Here -->
<ul class="login">
<li><!-- <span>+91 93927 70407</span>--><span>09555115533</span></li>
</ul>
<!-- Login Section Ends Here -->
</div>
<!-- Header Right Side Section Ends Here -->
</div>
<!-- Header Section Ends Here -->
</div>
</div>
<div id="wrapper">
<div id="header"><script src="assets/js/jqmain/jquery-1.9.1.js" type="text/javascript"></script>
<script src="assets/js/jqmain/jquery-migrate-1.0.0.js" type="text/javascript"></script>
<script src="assets/js/jqmain/jquery-ui-1.10.2.custom.min.js" type="text/javascript"></script>
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="assets/bootstrap/js/bootstrap.min.js"></script>
<link href="assets/bootstrap/css/bootstrap.css" rel="stylesheet" />
<link href="assets/bootstrap/css/bootstrap-responsive.css" rel="stylesheet" />
<script type="text/javascript" src="assets/bootstrap/js/respond.min.js"></script>
<link rel="stylesheet" type="text/css" href="assets/css/ms_css.css" />
<link rel="stylesheet" type="text/css" href="assets/js/bp/jquery.timepicker.css" />
<link rel="stylesheet" type="text/css" href="assets/css/simplePagination.css" />
<link href='http://fonts.googleapis.com/css?family=Magra:400,700|Asap:400,400italic,700,700italic' rel='stylesheet' type='text/css' />
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png" />
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="assets/js/my_pres.js"></script>
<script type="text/javascript" src="assets/js/ms_validation.js"></script>
<script type="text/javascript" src="assets/js/bp/jquery.timepicker.js"></script>
<script type="text/javascript" src="assets/js/jqmain/jquery.editable.js"></script>
<script type="text/javascript" src="assets/js/jquery/jquery.editinplace.js"></script>
<script type="text/javascript" src="assets/js/jquery/jquery.placeholder.js"></script>
<script type="text/javascript" src="assets/js/jquery/jquery.simplePagination.js"></script>
<script type="text/javascript" src="assets/js/jquery/jquery.jqprint-0.3.js"></script>
<script src="assets/bootstrap/js/jqBootstrapValidation.js"></script>
<link rel="stylesheet" href="assets/js/jqmain/themes/base/jquery.ui.all.css">
<script src="assets/js/jqmain/ui/jquery.ui.core.js"></script>
<script src="assets/js/jqmain/ui/jquery.ui.widget.js"></script>
<script src="assets/js/jqmain/ui/jquery.ui.datepicker.js"></script>
<link href="assets/css/social.css" rel="stylesheet" />
<nav id="social-sidebar">
<ul>
<li>
<div data-toggle="modal" data-target="#myModal007" style="text-decoration:none" ><a class="entypo-phone">
</a></div>
</li>
<li>
<div data-toggle="modal" data-target="#myModal008" style="text-decoration:none" ><a class="entypo-mail">
</a></div>
</li>
</ul>
</nav>
<div id="myModal007" class="modal fade" role="dialog" style="width: auto; " >
<div class="modal-dialog" >
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Contact Us</h2>
</div>
<div class="modal-body">
<h4>Upload you Prescription</h4><center>
<form action="" method="POST" enctype="multipart/form-data"></br>
<input type="file" id="file" name="support_images[]" multiple="multiple" accept="image/*" style="margin-left: 20px;"/></br>
<ul class="reg">
<li>
<input type="submit" name="submit" value="Send"/></br></br>
</li>
</ul>
</form>
</center></br>
</div>
</div>
</div>
</div>
<div id="myModal008" class="modal fade" role="dialog" style="width: auto; " >
<div class="modal-dialog" >
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Contact Us</h2>
</div>
<div class="modal-body">
<h4>Leave your details and we will contact you</h4></br>
<form method="post" action="">
<ul class="reg">
<li><input type="text" placeholder="Name" pattern="^[^0-9.]([a-z.]||[A-Z]||\s)+$" name="name" id="name" value="" required=""></li>
<li> <input type="tel" id="mob" pattern="\d{10}" title="Phone Number (Format: 9999999999)" placeholder="Mobile Number" name="mob" required=""> </li>
<li><input type="email" id="email" name="email" pattern="[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}" class="txtbox1" placeholder="Email Address" required=""> </li>
<li><input type="submit" id="signup_commit" value="Order Now" name="commit"></li>
</ul>
</form></center>
</div>
</div>
</div>
</div>
<div class="clr"></div>
<div align='right' id='error_Div'></div>
<!--
-->
<form name="formLogin" action="http://www.medstar.in/welcome/index">
</form>
</div>
<div></div>
<div id="container"><script type="text/javascript">
$(function(){
$('.tab-btn').on('click',function(){
var name =$(this).attr('name');
$('.tab-btn').removeClass('active');
$(this).addClass('active');
$('.sub-content').hide();
if(name == 'email')
$('div.tab-content div#email').show();
else
$('#'+name).show();
});
});
</script>
<div id="section"> </br>
<div id="breadcrumb"><a href="index.html">Home</a> > <span class="blue">Contact Us</span></div><!-- breadcrumb x --> </br>
<div id="tabbed-panel">
<div class="tab-content">
<div class="heading"><h3>We are here to support you . Reach us in one of the following ways</h3></div></br></br></br></br></br></br>
<div class="tab-btns" style="padding-left:100px;">
<!-- <a name="email" class="active tab-btn"><img src="/assets/images/scan.png" alt="Scan"><span>Email</span></a> -->
<style>a {
position: relative;
cursor: pointer; font-family: 'Ubuntu', sans-serif;
color: white;
display: inline-block;
}
a > i {
text-align: center;
font: italic normal 90% Georgia, serif;
line-height: 150%;
color: black;
text-shadow: white 0 1px;
background: #DDD;
background-clip: padding-box;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
border: 5px solid #111;
border: 5px solid rgba(0, 0, 0, 0.5);
border-radius: 3px;
position: absolute;
width: 250px;
left: 50%;
margin-left: -125px;
padding: 10px 0;
bottom: 100%;
margin-bottom: 15px;
visibility:hidden;
opacity:0;
-webkit-transition: opacity 0.5s linear;
-moz-transition: opacity 0.5s linear;
-ms-transition: opacity 0.5s linear;
-o-transition: opacity 0.5s linear;
transition: opacity 0.5s linear;
}
a > i:before, a > i:after {
content: "";
position: absolute;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
top: 100%;
left: 50%;
margin-left: -10px;
}
a > i:before {
border-top: 10px solid #111;
border-top: 10px solid rgba(0, 0, 0, 0.5);
margin-top: 5px;
}
a > i:after{
border-top: 10px solid #DDD;
margin-top: -2px;
z-index: 1;
}
a:hover > i {
visibility: visible;
opacity: 1;
}</style>
<a name="email" class="tab-btn"><img src="assets/images/scan.png" alt="Scan"><span>Email</span><i>Reach us at dial@dialmedicines.com</i></a>
<a name="call" class="tab-btn"><img src="assets/images/call.png" alt="Call"><span>Call</span><i>Call us at 09555115533 </br>or</br> 09555227755</i></a>
<a name="visit" class="tab-btn"><img src="assets/images/outlet.png" alt="Outlet"><span>Visit Us</span><i>59 B, East Azad Nagar, Delhi 110051</i></a>
<a name="fax" class="tab-btn"><img src="assets/images/fax.png" alt="Fax"><span>Fax</span><i>Fax us at 011 22094561</i></a>
<a href="" target="_blank" name="visit" class="nomargin tab-btn"><img src="assets/images/health_03.png" alt="Health Blog"><span>Health Blog</span></a>
<div class="clr"></div>
</div><!-- tab-btns x -->
<div id="email" class="sub-content">
<div class="heading11"><h5>Reach us at dial@dialmedicines.com</h5></div>
</div><!-- sub-content x -->
<div id="call" style="display:none" class="sub-content">
<div class="heading11"><h5>Please call us at 09555115533 or 09555227755</h5></div>
</div>
<div id="visit" style="display:none" class="sub-content">
<div class="heading11"><h5>Visit us in the following address</h5>
<p style="font-size:12px;margin-top:-10px;color:#005AAB;">59 B, East Azad Nagar, Delhi 110051</p>
</div>
</div>
<div id="fax" style="display:none" class="sub-content">
<div class="heading11"><h5>Please send us a fax of the prescription at 011 22094561 and we will get back to you within 24 hours.</h5></div>
</div>
</div><!-- tab-content x -->
</div><!-- tabbed-panel x -->
</div><!-- section x -->
<!--
<div id="aside">
</div>
-->
<div class="clr"></div>
</div>
<div id="footer"> <!--script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-dropdown.js"></script-->
<script type="text/javascript">
function signup_ie7(id){
alert('working')
//alert($(id).attr('id'));
return;
}
$("#Signup").submit(function(){
$.ajax({
type: "post",
dataType: "",
url: "/index.php/welcome/signup",
data: $("#Signup").serialize(),
beforeSend:function(){
$(".dropdown-menu").hide();
var top = $(".dropdown-menu").css('top');
if(top == '544' || top == '544px'){
top = '554px';
left = '24px';
}
else{
top = '50px';
left = '0';
}
$("#loaderDiv").css({'top':top,'left':left}).show();
},
success: function(response) {
$("#Signup").hide();
$("#loaderDiv").hide();
var top = $(".dropdown-menu").css('top');
if(top == '544' || top == '544px'){
top = '544px';
left = '24px';
}
else{
top = '30px';
left = '0';
}
if(response == 'error-email'){
var content = '<span>'+
'<h5 style="color:#005AAB;line-height:130%;text-align:left;font-size:14px;margin-top:-3px;">This email is already registered.</h5>'+
'</span>';
$("#signupFailure").html(content).css({'top':top,'left':left,'z-index':'9999'}).show().fadeOut(4000)//.closest('.dropdown-menu').fadeOut(6000);
}else if(response == 'error-mobile'){
var content = '<span>'+
'<h5 style="color:#005AAB;line-height:130%;text-align:left;font-size:14px;margin-top:-3px;">This mobile number is already registered.</h5>'+
'</span>';
$("#signupFailure").html(content).css({'top':top,'left':left,'z-index':'9999'}).show().fadeOut(4000)//.closest('.dropdown-menu').fadeOut(6000);
}
else
$("#signupSuccess").css({'top':top,'left':left,'z-index':'9999'}).show().fadeOut(10000)//.closest('.dropdown-menu').fadeOut(6000);
}
});
return false;
});
$(function(){
$("#signupFailure, #signupSuccess").click(function(){
$(this).hide();
});
});
$("#fpwd").submit(function(e){
$(this).parent().hide();
e.preventDefault();
mobile = $("#mobile_id").val();
if(mobile != ''){
$("#error_Div").text("Sending password to the given mobile number ...");
$.ajax({
type: "POST",
url: "/index.php/welcome/forgotPin",
data: {'mob': mobile},
success: function(data){
if(data.suc == null){
$("#error_Div").html("Password sent successfully to the given mobile number.");
}else if(data.suc == false){
$("#error_Div").html("The mobile number is not found. Please signup.");
}
},
dataType: 'json'
});
}else{
alert("Please enter mobile number in the field below and click on forgot password");
}
clearBoxes();
});
</script>
<!-- Google Analytics code starts here -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38020587-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Google Analytics code ends here -->
<div class="footnav">
<a href="about.html">About</a>
<!--| <a href="#">Services</a> | <a href="#">Resources</a> -->
| <a href="support.html">Contact</a>
|
<a href="faq.html">FAQs</a>
<!-- style="color:#D0070F!important;" -->
<!--a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;"
style="border:0;padding:0;margin:0;">
<img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;"
src="http://images.socialtwist.com/2012111258145/button.png"
onmouseout="STTAFFUNC.hideHoverMap(this)"
onmouseover="STTAFFUNC.showHoverMap(this, '2012111258145', window.location, document.title)"
onclick="STTAFFUNC.cw(this, {id:'2012111258145', link: window.location, title: document.title });"/>
</a-->
<!-- <a href="/users/refer">Refer a Friend</a> -->
</div><!-- footnav x -->
<div class="copyright">
<p>© Copyright 2015 Dial Medicines</p>
</div><!-- copyright x -->
</div>
</div>
</body>
<!-- Mirrored from www.medstar.in/medstar/support by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 13 May 2015 08:59:30 GMT -->
</html>