-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostad.php
315 lines (294 loc) · 11.8 KB
/
postad.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
<!DOCTYPE html>
<html>
<head>
<title>Post add : 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 rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-select.css">
<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>
<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>
<i class="fas fa-user"></i>
<form class="navbar-form navbar-left">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
<button type="button" class="btn btn-default navbar-btn" data-toggle="modal" data-target="#myModal">Location</button>
</form></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div class="container"></div>
<!-- Submit Ad -->
<div class="page-wrapper">
<div class="submit-ad main-grid-border">
<div class="container">
<h2 class="head">Post an Ad</h2>
<div class="post-ad-form">
<form>
<label>Select Category <span>*</span></label>
<select class="">
<option>Select Category</option>
<option>Mobiles</option>
<option>Electronics and Appliances</option>
<option>Cars</option>
<option>Bikes</option>
<option>Real, Estate</option>
</select>
<div class="clearfix"></div>
<label>Ad Title <span>*</span></label>
<input type="text" class="phone" placeholder="">
<div class="clearfix"></div>
<label>Price <span>*</span></label>
<input type="text" class="phone" placeholder="">
<div class="clearfix"></div>
<label>Ad Description <span>*</span></label>
<textarea class="mess" placeholder="Write few lines about your product"></textarea>
<div class="clearfix"></div>
<div class="upload-ad-photos">
<label>Photos for your ad :</label>
<div class="photos-upload-view">
<form id="upload" action="index.html" method="POST" enctype="multipart/form-data">
<input type="hidden" id="MAX_FILE_SIZE" name="MAX_FILE_SIZE" value="300000" />
<div>
<input type="file" id="fileselect" name="fileselect[]" multiple="multiple" />
<div id="filedrag">or drop files here</div>
</div>
<div id="submitbutton">
<button type="submit">Upload Files</button>
</div>
</form>
<div id="messages">
<p>Status Messages</p>
</div>
</div>
<div class="clearfix"></div>
<script src="js/filedrag.js"></script>
</div>
<div class="personal-details">
<form>
<label>Your Name <span>*</span></label>
<input type="text" class="name" placeholder="">
<div class="clearfix"></div>
<label>Your Mobile No <span>*</span></label>
<input type="text" class="phone" placeholder="">
<div class="clearfix"></div>
<label>Your Email Address<span>*</span></label>
<input type="text" class="email" placeholder="">
<div class="clearfix"></div>
<p class="post-terms">By clicking <strong>post Button</strong> you accept our <a href="terms.html" target="_blank">Terms of Use </a> and <a href="privacy.html" target="_blank">Privacy Policy</a></p>
<input type="submit" value="Post">
<div class="clearfix"></div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- // Submit Ad -->
<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>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
<p>The point of using Lorem Ipsum is that it has a more-or-less normal letters, as opposed to using 'Content here.</p>
</div>
<div class="col-md-3 footer-grid">
<h4 class="footer-head">Help</h4>
<ul>
<li><a href="howitworks.html">How it Works</a></li>
<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="regions.html">Locations Map</a></li>
<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>