-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.php
362 lines (337 loc) · 13.3 KB
/
categories.php
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
<!DOCTYPE html>
<html>
<head>
<title>Categories : Sell it Now</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-select.css">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!-- for-mobile-apps -->
<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>
<!-- //for-mobile-apps -->
<!--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.min.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>
<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>
<link rel="stylesheet" type="text/css" href="css/easy-responsive-tabs.css " />
<script src="js/easyResponsiveTabs.js"></script>
</head>
<body>
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="logo">
<h1><a href="index.html"><span>Sell</span><strong>IT</strong><span style="font-family: 'Ubuntu Condensed', sans-serif">Now</span></a></h1>
</div>
</div>
<!-- Large modal -->
<!-- Collect the nav links, forms, and other content for toggling -->
<ul class="nav navbar-nav navbar-right">
<li> <div class="selectregion">
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"
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" role="form">
<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>Thodupuzha</option>
<option>malappuram</option>
</optgroup>
<optgroup label="More Cities">
<optgroup label="Kerala">
<option>Kochi</option>
<option>Calicut</option>
<option>Thrissur</option>
<option>Malappuram</option>
<option>Kannoor</option>
</optgroup>
<optgroup label="Tamilnadu">
<option>Chennai</option>
<option>Madurai</option>
</optgroup>
</optgroup>
</select>
</div>
</form>
</div>
</div>
</div>
</div>
<script>
$('#myModal').modal('');
</script>
</div>
</li>
<button type="button" class="btn btn-default navbar-btn" data-toggle="modal" data-target="#myModal">Location</button>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Account<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="login.html">Login</a></li>
<li><a href="register.html">Register</a></li>
</li>
</li>
</ul>
</li>
<li>
<form class="navbar-form navbar-left">
<a class="btn btn-default" href="post-ad.html" role="button" style="background-color: cadetblue">Post Ad</a>
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="">
<div class="container">
</div>
</div>
<!-- Categories -->
<!--Vertical Tab-->
<div class="categories-section main-grid-border">
<div class="container">
<h2 class="head">Main Categories</h2>
<div class="category-list">
<div id="parentVerticalTab">
<ul class="resp-tabs-list hor_1">
<li>Electronics & Appliances</li>
<li>Vehicles</li>
<li>Real Estate</li>
<a href="all-classifieds.html">All Ads</a>
</ul>
<div class="resp-tabs-container hor_1">
<span class="active total" style="display:block;" data-toggle="modal" data-target="#myModal"><strong>All India</strong> (Select your city to see local ads)</span>
<div>
<div class="category">
<div class="category-img">
<img src="images/cat1.png" title="image" alt="" />
</div>
<div class="category-info">
<h4>Electronics & Appliances</h4>
<span>5,12 Ads</span>
<a href="all-classifieds.html">View all Ads</a>
</div>
<div class="clearfix"></div>
</div>
<div class="sub-categories">
<ul>
<li><a href="mobiles.html">mobile phones</a></li>
<li><a href="mobiles.html">Tablets</a></li>
<li><a href="electronics-appliances.html">Computers & accessories</a></li>
<li><a href="electronics-appliances.html">Tv - video - audio</a></li>
<li><a href="electronics-appliances.html">Cameras & accessories</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div>
<div class="category">
<div class="category-img">
<img src="images/cat3.png" title="image" alt="" />
</div>
<div class="category-info">
<h4>Vehicles</h4>
<span>1,98 Ads</span>
<a href="all-classifieds.html">View all Ads</a>
</div>
<div class="clearfix"></div>
</div>
<div class="sub-categories">
<ul>
<li><a href="cars.html">Commercial Vehicles</a></li>
<li><a href="cars.html">Other Vehicles</a></li>
<li><a href="bikes.html">Motorcycles</a></li>
<li><a href="bikes.html">Scooters</a></li>
<li><a href="bikes.html">Bicycles</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div>
<div class="category">
<div class="category-img">
<img src="images/cat12.png" title="image" alt="" />
</div>
<div class="category-info">
<h4>Real Estate</h4>
<span>985Ads</span>
<a href="all-classifieds.html">View all Ads</a>
</div>
<div class="clearfix"></div>
</div>
<div class="sub-categories">
<ul>
<li><a href="real-estate.html">Houses</a></li>
<li><a href="real-estate.html">Apartments</a></li>
<li><a href="real-estate.html">PG & Roommates</a></li>
<li><a href="real-estate.html">Land & Plots</a></li>
<li><a href="real-estate.html">Shops - Offices - Commercial Space</a></li>
<li><a href="real-estate.html">Vacation Rentals - Guest Houses</a></li>
<div class="clearfix"></div>
</ul>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!--Plug-in Initialisation-->
<script type="text/javascript">
$(document).ready(function() {
//Vertical Tab
$('#parentVerticalTab').easyResponsiveTabs({
type: 'vertical', //Types: default, vertical, accordion
width: 'auto', //auto or any width like 600px
fit: true, // 100% fit in a container
closed: 'accordion', // Start closed if in accordion view
tabidentify: 'hor_1', // The tab groups identifier
activate: function(event) { // Callback function if tab is switched
var $tab = $(this);
var $info = $('#nested-tabInfo2');
var $name = $('span', $info);
$name.text($tab.text());
$info.show();
}
});
});
</script>
<!-- //Categories -->
<footer>
<div class="footer-top">
<div class="container">
<div class="foo-grids">
<div class="col-md-3 footer-grid">
<h4 class="footer-head">Who We Are</h4>
<p>We are the new developers to build the products the simplify the shopping and <br> easily identify the product from the particular lacation and the requirements</p>
</div>
<div class="col-md-3 footer-grid">
<h4 class="footer-head">Help</h4>
<ul>
<li><a href="faq.html">Faq</a></li>
<li><a href="feedback.html">Feedback</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-3 footer-grid">
<h4 class="footer-head">Information</h4>
<ul>
<li><a href="terms.html">Terms of Use</a></li>
<li><a href="popular-search.html">Popular searches</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
</ul>
</div>
<div class="col-md-3 footer-grid">
<h4 class="footer-head">Contact Us</h4>
<span class="hq">Our Address</span>
<address>
<ul class="location">
<li><span class="glyphicon glyphicon-map-marker"></span></li>
<li>MGUCE MUTTOM</li>
<div class="clearfix"></div>
</ul>
<ul class="location">
<li><span class="glyphicon glyphicon-earphone"></span></li>
<li>+91 9744770288</li>
<div class="clearfix"></div>
</ul>
<ul class="location">
<li><span class="glyphicon glyphicon-envelope"></span></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<div class="clearfix"></div>
</ul>
</address>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="footer-bottom text-center">
<div class="container">
<div class="footer-logo">
<a href="index.html"><span>Sell</span><strong>IT</strong><span style="font-family: 'Ubuntu Condensed', sans-serif">Now</span></a>
</div>
<div class="footer-social-icons">
<ul>
<li><a class="facebook" href="#"><span>Facebook</span></a></li>
<li><a class="twitter" href="#"><span>Twitter</span></a></li>
<li><a class="flickr" href="#"><span>Flickr</span></a></li>
<li><a class="googleplus" href="#"><span>Google+</span></a></li>
<li><a class="dribbble" href="#"><span>Dribbble</span></a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</footer>
<!--footer section end-->
</body>
</html>