-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
339 lines (331 loc) · 13.5 KB
/
help.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Help</title>
<link rel="stylesheet" href="css/bootstrap.min.css"><!-- bootstrap-CSS -->
<link rel="stylesheet" href="css/bootstrap-select.css"><!-- bootstrap-select-CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" /><!-- style.css -->
<link rel="stylesheet" href="css/font-awesome.min.css" /><!-- fontawesome-CSS -->
<link rel="stylesheet" href="css/menu_sideslide.css" type="text/css" media="all"><!-- Navigation-CSS -->
<!-- meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Resale Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, Sony Ericsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //meta tags -->
<!--fonts-->
<link href='//fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<!--//fonts-->
<!-- js -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- js -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap-select.js"></script>
<script>
$(document).ready(function () {
var mySelect = $('#first-disabled2');
$('#special').on('click', function () {
mySelect.find('option:selected').prop('disabled', true);
mySelect.selectpicker('refresh');
});
$('#special2').on('click', function () {
mySelect.find('option:disabled').prop('disabled', false);
mySelect.selectpicker('refresh');
});
$('#basic2').selectpicker({
liveSearch: true,
maxOptions: 1
});
});
</script>
<!-- language-select -->
<script type="text/javascript" src="js/jquery.leanModal.min.js"></script>
<link href="css/jquery.uls.css" rel="stylesheet"/>
<link href="css/jquery.uls.grid.css" rel="stylesheet"/>
<link href="css/jquery.uls.lcd.css" rel="stylesheet"/>
<!-- Source -->
<script src="js/jquery.uls.data.js"></script>
<script src="js/jquery.uls.data.utils.js"></script>
<script src="js/jquery.uls.lcd.js"></script>
<script src="js/jquery.uls.languagefilter.js"></script>
<script src="js/jquery.uls.regionfilter.js"></script>
<script src="js/jquery.uls.core.js"></script>
<script>
$( document ).ready( function() {
$( '.uls-trigger' ).uls( {
onSelect : function( language ) {
var languageName = $.uls.data.getAutonym( language );
$( '.uls-trigger' ).text( languageName );
},
quickList: ['en', 'hi', 'he', 'ml', 'ta', 'fr'] //FIXME
} );
} );
</script>
<!-- //language-select -->
</head>
<body>
<!-- Navigation -->
<div class="agiletopbar">
<div class="wthreenavigation">
<div class="menu-wrap">
<nav class="menu">
<div class="icon-list">
<a href="mobiles.html"><i class="fa fa-fw fa-mobile"></i><span>Mobiles</span></a>
<a href="electronics-appliances.html"><i class="fa fa-fw fa-laptop"></i><span>Electronics and appliances</span></a>
<a href="cars.html"><i class="fa fa-fw fa-car"></i><span>Cars</span></a>
<a href="bikes.html"><i class="fa fa-fw fa-motorcycle"></i><span>Bikes</span></a>
<a href="furnitures.html"><i class="fa fa-fw fa-wheelchair"></i><span>Furnitures</span></a>
<a href="pets.html"><i class="fa fa-fw fa-paw"></i><span>Pets</span></a>
<a href="books-sports-hobbies.html"><i class="fa fa-fw fa-book"></i><span>Books, Sports & Hobbies</span></a>
<a href="fashion.html"><i class="fa fa-fw fa-asterisk"></i><span>Fashion</span></a>
<a href="kids.html"><i class="fa fa-fw fa-asterisk"></i><span>Kids</span></a>
<a href="services.html"><i class="fa fa-fw fa-shield"></i><span>Services</span></a>
<a href="jobs.html"><i class="fa fa-fw fa-at"></i><span>Jobs</span></a>
<a href="real-estate.html"><i class="fa fa-fw fa-home"></i><span>Real Estate</span></a>
</div>
</nav>
<button class="close-button" id="close-button">Close Menu</button>
</div>
<button class="menu-button" id="open-button"> </button>
</div>
<div class="clearfix"></div>
</div>
<!-- //Navigation -->
<!-- header -->
<header>
<div class="w3ls-header"><!--header-one-->
<div class="w3ls-header-left">
<p><a href="mobileapp.html"><i class="fa fa-download" aria-hidden="true"></i>Download Mobile App </a></p>
</div>
<div class="w3ls-header-right">
<ul>
<li class="dropdown head-dpdn">
<a href="signin.html" aria-expanded="false"><i class="fa fa-user" aria-hidden="true"></i> Sign In</a>
</li>
<li class="dropdown head-dpdn">
<a href="help.html"><i class="fa fa-question-circle" aria-hidden="true"></i> Help</a>
</li>
<li class="dropdown head-dpdn">
<a href="#"><span class="active uls-trigger"><i class="fa fa-language" aria-hidden="true"></i>languages</span></a>
</li>
<li class="dropdown head-dpdn">
<div class="header-right">
<!-- Large modal -->
<div class="selectregion">
<button class="btn btn-primary" data-toggle="modal" data-target="#myModal">
<i class="fa fa-globe" aria-hidden="true"></i>Select City</button>
<div class="modal fade" id="myModal" tabindex="-1" role="dialog"
aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">
×</button>
<h4 class="modal-title" id="myModalLabel">
Please Choose Your Location</h4>
</div>
<div class="modal-body">
<form class="form-horizontal" action="#" method="get">
<div class="form-group">
<select id="basic2" class="show-tick form-control" multiple>
<optgroup label="Popular Cities">
<option selected style="display:none;color:#eee;">Select City</option>
<option>Port Louis</option>
</optgroup>
<optgroup label="More Cities">
<optgroup label="Alabama">
<option>Grand Baie</option>
<option>Trou aux Biches</option>
</optgroup>
</optgroup>
</select>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="clearfix"> </div>
</div>
<div class="container">
<div class="agile-its-header">
<div class="logo">
<h1><a href="index.html"><span>Za</span>Phire</a></h1>
</div>
<div class="agileits_search">
<form action="#" method="post">
<input name="Search" type="text" placeholder="How can we help you today?" required=" ">
<select id="agileinfo_search" name="agileinfo_search" required="">
<option value="">All Categories</option>
<option value="Mobiles">Mobiles</option>
<option value="Electronics & Appliances">Electronics & Appliances</option>
<option value="Cars">Cars</option>
<option value="Bikes">Bikes</option>
<option value="Furnitures">Furnitures</option>
<option value="Books, Sports & Hobbies">Books, Sports & Hobbies</option>
<option value="Fashion">Fashion</option>
<option value="Kids">Kids</option>
<option value="Services">Services</option>
<option value="Jobs">Jobs</option>
<option value="Real Estates">Real Estates</option>
</select>
<button type="submit" class="btn btn-default" aria-label="Left Align">
<i class="fa fa-search" aria-hidden="true"> </i>
</button>
</form>
<a class="post-w3layouts-ad" href="post-ad.html">Post Free Ad</a>
</div>
<div class="clearfix"></div>
</div>
</div>
</header>
<!-- //header -->
<!-- breadcrumbs -->
<div class="w3layouts-breadcrumbs text-center">
<div class="container">
<span class="agile-breadcrumbs"><a href="index.html"><i class="fa fa-home home_1"></i></a> / <span>Help</span></span>
</div>
</div>
<!-- //breadcrumbs -->
<!-- Faq -->
<div class="faq main-grid-border">
<div class="container">
<div class="wthree-help">
<h3>How Can We help you</h3>
<form action="#" method="get">
<textarea placeholder="Your Query" name="Message" required=""></textarea>
<input type="submit" value="submit">
</form>
<h5>OR</h5>
<a href="contact.html">Contact Us</a>
</div>
<h2 class="w3-head">Frequently asked Questions</h2>
<dl class="faq-list">
<dt class="faq-list_h">
<h4 class="marker">Q?</h4>
<h5 class="marker_head">Question 1?</h5>
</dt>
<dd>
<h4 class="marker1">A.</h4>
<p class="m_13">answer</p>
</dd>
</dl>
</div>
</div>
<!-- // Faq -->
<!--footer section start-->
<footer>
<div class="w3-agileits-footer-top">
<div class="container">
<div class="wthree-foo-grids">
<div class="col-md-3 wthree-footer-grid">
<h4 class="footer-head">Who We Are</h4>
</div>
<div class="col-md-3 wthree-footer-grid">
<h4 class="footer-head">Help</h4>
<ul>
<li><a href="howitworks.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>How it Works</a></li>
<li><a href="sitemap.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Sitemap</a></li>
<li><a href="faq.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Faq</a></li>
<li><a href="feedback.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Feedback</a></li>
<li><a href="contact.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Contact</a></li>
<li><a href="typography.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Short codes</a></li>
<li><a href="icons.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Icons Page</a></li>
</ul>
</div>
<div class="col-md-3 wthree-footer-grid">
<h4 class="footer-head">Information</h4>
<ul>
<li><a href="regions.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Locations Map</a></li>
<li><a href="terms.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Terms of Use</a></li>
<li><a href="popular-search.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Popular searches</a></li>
<li><a href="privacy.html"><i class="fa fa-long-arrow-right" aria-hidden="true"></i>Privacy Policy</a></li>
</ul>
</div>
<div class="col-md-3 wthree-footer-grid">
<h4 class="footer-head">Contact Us</h4>
<span class="hq"></span>
<address>
<ul class="location">
<li><span class="glyphicon glyphicon-map-marker"></span></li>
<li></li>
</ul>
<div class="clearfix"> </div>
<ul class="location">
<li><span class="glyphicon glyphicon-earphone"></span></li>
<li></li>
</ul>
<div class="clearfix"> </div>
<ul class="location">
<li><span class="glyphicon glyphicon-envelope"></span></li>
<li><a href="mailto:[email protected]"></a></li>
</ul>
</address>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="agileits-footer-bottom text-center">
<div class="container">
<div class="w3-footer-logo">
<h1><a href="index.html"><span>Za</span>Phire</a></h1>
</div>
<div class="w3-footer-social-icons">
<ul>
<li><a class="facebook" href="#"><i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter" aria-hidden="true"></i><span>Twitter</span></a></li>
<li><a class="flickr" href="#"><i class="fa fa-flickr" aria-hidden="true"></i><span>Flickr</span></a></li>
<li><a class="googleplus" href="#"><i class="fa fa-google-plus" aria-hidden="true"></i><span>Google+</span></a></li>
<li><a class="dribbble" href="#"><i class="fa fa-dribbble" aria-hidden="true"></i><span>Dribbble</span></a></li>
</ul>
</div>
<div class="copyrights">
<p> © 2017 Zaphire. All Rights Reserved</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</footer>
<!--footer section end-->
<!-- Navigation-JavaScript -->
<script src="js/classie.js"></script>
<script src="js/main.js"></script>
<!-- //Navigation-JavaScript -->
<!-- here stars scrolling icon -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!-- start-smoth-scrolling -->
<!-- //here ends scrolling icon -->
</body>
</html>