-
Notifications
You must be signed in to change notification settings - Fork 0
/
invitepress.php
429 lines (382 loc) · 24.5 KB
/
invitepress.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109904717-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109904717-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>MintLime</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template style.css -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="css/owl.theme.css">
<link rel="stylesheet" type="text/css" href="css/owl.transitions.css">
<link rel="stylesheet" type="text/css" href="css/jquery-ui.css">
<!-- Font used in template -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,300' rel='stylesheet' type='text/css'>
<!--font awesome icon -->
<link rel="stylesheet" href="../../../maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- favicon icon -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link href="css1/custom.css" rel="stylesheet">
<link href="css1/color.css" rel="stylesheet">
<link href="css1/responsive.css" rel="stylesheet">
<link href="css1/bootstrap.min.css" rel="stylesheet">
<link href="css1/owl.carousel.min.css" rel="stylesheet">
<link href="css1/font-awesome.min.css" rel="stylesheet">
<link href="css1/prettyPhoto.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script type="text/javascript">
function checkForm(form)
{
...
if(!form.captcha.value.match(/^\d{5}$/)) {
alert('Please enter the CAPTCHA digits in the box provided');
form.captcha.focus();
return false;
}
...
return true;
}
</script>
<div class="wrapper">
<!--Header Start-->
<header id="header" class="header">
<div class="side-icon"><a href="#"> <i class="fa fa-bars"></i></a> </div>
<div class="logo"><a href="index-2.html"> <span class="logo-icon"><img src="images/logo-icon.png" alt=""></span> <span class="logo-txt"> <img src="images/logo-txt.png" alt=""> </span> </a> </div>
<!--Site Nav Start-->
<div class="site-nav">
<nav class="navbar">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <i class="fa fa-bars"></i> </button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav">
<li><a href="#"> Home </a>
<ul class="sub-menu">
<li><a href="index-2.html">Home One</a></li>
<li><a href="home-two.html">Home Two</a></li>
<li><a href="location-map.html">Home Three</a></li>
</ul>
</li>
<li><a href="locations.html"> Explore Laton</a></li>
<li> <a href="#">Causes</a>
<ul class="sub-menu">
<li><a href="causes-grid.html">Causes</a></li>
<li><a href="causes-grid-two.html">Causes Grid</a></li>
<li><a href="causes-details.html">Causes Details</a></li>
</ul>
</li>
<li> <a href="#">Departments</a>
<ul class="sub-menu">
<li><a href="departments.html">Departments</a></li>
<li><a href="department-details.html">Department Details</a></li>
</ul>
</li>
<li> <a href="#">Events</a>
<ul class="sub-menu">
<li><a href="events.html">Events</a></li>
<li><a href="event-full.html">Event Full</a></li>
<li><a href="event-list.html">Events List</a></li>
<li><a href="event-grid.html">Event Grid</a></li>
<li><a href="event-details.html">Event Details</a></li>
</ul>
</li>
<li> <a href="#">Pages</a>
<ul class="sub-menu">
<li><a href="#">News</a>
<ul class="sub-menu">
<li><a href="news-coverage.html">News Coverage</a></li>
<li><a href="press-releases.html">Press Releases</a></li>
<li><a href="today-newspaper.html">Today NewsPaper</a></li>
<li><a href="latonthebeauty.html">City Updates</a></li>
</ul>
</li>
<li><a href="#">Blog</a>
<ul class="sub-menu">
<li><a href="blog.html">Blog</a></li>
<li><a href="blog-full.html">Blog Full</a></li>
<li><a href="blog-grid.html">Blog Grid</a></li>
<li><a href="blog-list.html">Blog List</a></li>
<li><a href="blog-sidebar.html">Blog Sidebar</a></li>
<li><a href="blog-details-two.html">Blog Details</a></li>
<li><a href="blog-details.html">Blog Details Tow</a></li>
</ul>
</li>
<li><a href="#">Shop</a>
<ul class="sub-menu">
<li><a href="shop.html">Shop</a></li>
<li><a href="product-detail.html">Shop Details</a></li>
</ul>
</li>
<li><a href="#">Team</a>
<ul class="sub-menu">
<li><a href="team.html">Team</a></li>
<li><a href="officials.html">Team Details</a></li>
</ul>
</li>
<li><a href="#">City</a>
<ul class="sub-menu">
<li><a href="city-forum.html">City Forum</a></li>
<li><a href="sports.html">City Sports</a></li>
<li><a href="locations.html">City Location</a></li>
<li><a href="location-map.html">City Map</a></li>
<li><a href="latonthebeauty.html">Laton The Beauty</a></li>
<li><a href="location-details.html">Details</a></li>
</ul>
</li>
<li><a href="#">Jobs</a>
<ul class="sub-menu">
<li><a href="jobs.html">Jobs</a></li>
<li><a href="job-details.html">Job Details</a></li>
</ul>
</li>
<li><a href="#">Gallery</a>
<ul class="sub-menu">
<li><a href="gallery-full.html">Gallery Full</a></li>
<li><a href="gallery-grid.html">Gallery Grid</a></li>
<li><a href="gallery.html">Gallery Grid Full</a></li>
<li><a href="gallery-filterable.html">Gallery Filterable</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">Contact</a>
<ul class="sub-menu">
<li><a href="contact.html">Contact</a></li>
<li><a href="contact-two.html">Contact Two</a></li>
<li><a href="contact-three.html">Contact Three</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
<!--Site Nav End-->
<div class="header-right">
<ul>
<li>
<div class="h-weather"> <img src="images/cloud-icon.png" alt=""> <strong>15�</strong>C / <strong>59�</strong>F </div>
</li>
<li><a href="#"><img src="images/bus-icon.png" alt=""></a></li>
<li><a href="location-map.html"><img src="images/map-icon.png" alt=""></a></li>
<li>
<div class="search-icon"> <a role="button" data-toggle="collapse" href="#collapseExample" aria-expanded="false" aria-controls="collapseExample"> <i class="fa fa-search"></i> </a> </div>
</li>
</ul>
</div>
<div class="collapse" id="collapseExample">
<div class="search-holder">
<form method="get" >
<input type="text" placeholder="Search Here" class="search-input">
<button class="search-btn"><i class="fa fa-search" aria-hidden="true"></i></button>
</form>
</div>
</div>
<!--Alerts Start-->
<div class="alerts">
<div id="alert-btn" class="alert-btn"><span class="a-count">2</span> <i class="fa fa-bell-o" aria-hidden="true"></i></div>
<ul class="alerts-list">
<li>
<p>Some community centers are open. The Copley Square library is open from 1 - 5 p.m. All other municipal buildings and libraries are closed.</p>
<span>Education Department</span> </li>
<li>
<p>Some community centers are open. The Copley Square library is open from 1 - 5 p.m. All other municipal buildings and libraries are closed.</p>
<span>Education Department</span> </li>
</ul>
</div>
<!--Alerts End-->
</header>
<!--Header End-->
<!--Sub Header Start-->
<div class="sub-header">
<div class="container">
<h1>Team</h1>
<p>Before long, credit histories may be replaced by 'life scores', determined by the nature of your Airbnb reviews.</p>
</div>
</div>
<div class="fl-breadcrumps">
<div class="container">
<ul>
<li><a href="#"><i class="fa fa-home"></i> Home</a></li>
<li><a href="#">Team</a></li>
</ul>
</div>
</div>
</head>
</head>
<body>
<div class="col-md-7">
<div class="side-box" id="inquiry">
<h2>Invite for Press Conference</h2>
<p>Fill in your details and a our Specialist will get back to you shortly.</p>
<form class="form-horizontal" method="post" action="configinvite.php" onsubmit="return checkForm(this);">
<div class="form-group">
<input type="hidden" class="form-control" id="form_id" placeholder="" required="" name="form_id" value="1">
</div>
<div class="form-group">
<label for="event_name" class="col-md-3 control-label">
<font size="3" face="times new roman">Conference Organizer name:</font> </label>
<div class="col-md-7">
<input type="text" class="form-control" id="conference_orgname" placeholder="" required="" name="conference_orgname"><br>
</div>
</div>
<div class="form-group">
<label for="event_type" class="col-md-3 control-label"><font size="3" face="times new roman">Conference location:</font> </label>
<div class="col-md-7">
<select class="form-control" required="" name="conf_location" placeholder="City">
<option id="mumbai">Mumbai</option>
<option id="chennai">Chennai</option>
<option id="pune">Pune</option>
<option id="bangalore">Bangalore</option>
<option id="kolkata">Kolkata</option>
<option id="hyderabad">Hyderabad</option>
<option id="lucknow">Lucknow</option>
<option id="racchi">Racchi</option>
</select>
<select class="form-control" required="" name="conf_location" placeholder="State">
<option id="mumbai">Maharashtra</option>
<option id="chennai">Goa</option>
<option id="pune">Kerala</option>
<option id="bangalore">UP</option>
<option id="kolkata">Assam</option>
<option id="hyderabad">Manipur</option>
<option id="lucknow">Bihar</option>
<option id="racchi">Delhi</option>
</select>
</div>
</div><br>
<div class="form-group">
<label for="Event_Desc" class="col-md-3 control-label"><font size="3" face="times new roman">Address of the Venue:</font> </label>
<div class="col-md-7">
<textarea class="form-control" rows="3" name="address_venue"></textarea>
</div>
</div><br>
<div class="form-group">
<label for="organizer_name" class="col-md-3 control-label"><font size="3" face="times new roman">Conference date:</font> </label>
<div class="col-md-7">
<input type="date" class="form-control" id="date_conf" placeholder="" required="" name="date_conf">
</div>
</div><br>
<div class="form-group">
<label for="organizer_name" class="col-md-3 control-label"><font size="3" face="times new roman">Conference time:</font> </label>
<div class="col-md-7">
<input type="time" class="form-control" id="time_conf" placeholder="" required="" name="time_conf">
</div>
</div><br>
<div class="form-group">
<label for="event_type" class="col-md-3 control-label"><font size="3" face="times new roman">Objective of Conference:</font> </label>
<div class="col-md-7">
<select class="form-control" required="" name="objective">
<option id="political">Political</option>
<option id="social">Personal</option>
<option id="public">Social</option>
<option id="interest">Business</option>
<option id="achievement">Education</option>
<option id="business">Others</option>
</select>
</div>
</div><br>
<div class="form-group">
<label for="organizer_name" class="col-md-3 control-label"><font size="3" face="times new roman">Host Name:</font> </label>
<div class="col-md-7">
<input type="text" class="form-control" id="host_name" placeholder="" required="" name="host_name">
</div>
</div><br>
<div class="form-group">
<label for="mobile_no" class="col-md-3 control-label"><font size="3" face="times new roman">Phone no:</font> </label>
<div class="col-md-7">
<input type="text" class="form-control" id="conf_phone" placeholder="" required="" name="conf_phone">
</div>
</div><br>
<div class="form-group">
<label for="website" class="col-md-3 control-label"><font size="3" face="times new roman">Email-id:</font> </label>
<div class="col-md-7">
<input type="email" class="form-control" id="conf_email" placeholder="" name="conf_email">
</div>
</div><br>
<p><img src="captcha.php" width="120" height="30" border="1" alt="CAPTCHA"></p>
<p><input type="text" size="6" maxlength="5" name="captcha" value=""><br>
<small>copy the digits from the image into this box</small></p>
<div class="form-group">
<label for="" class="col-md-3 control-label"></label>
<div class="col-md-7 text-center">
<button type="Submit" class="btn btn-primary btn-lg " style="">Submit</button>
<button type="reset" class="btn btn-danger btn-lg " style="">Reset</button></center>
</div>
</div>
</div>
</form>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="widget"> <img src="images/light-logo.png" alt=""> </div>
</div>
<div class="col-md-3">
<div class="widget textwidget">
<h6>Support the NewYork</h6>
<p>Each gift matters. Become a beacon for art education and talent.
love for the city , love for the people </p>
</div>
</div>
<div class="col-md-3">
<div class="widget">
<div class="widget textwidget">
<h6>Contact Info</h6>
<p> 1-877-783-1608<br>
[email protected] </p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="widget">
<div class="widget textwidget">
<h6>Follow Us</h6>
<ul class="footer-social">
<li> <a href="#"><i class="fa fa-facebook-square"></i></a> </li>
<li> <a href="#"><i class="fa fa-twitter-square"></i></a> </li>
<li> <a href="#"><i class="fa fa-youtube-square"></i></a> </li>
<li> <a href="#"><i class="fa fa-google-plus-square"></i></a> </li>
<li> <a href="#"><i class="fa fa-pinterest-square"></i></a> </li>
<li> <a href="#"><i class="fa fa-vimeo-square"></i></a> </li>
</ul>
<strong class="skype-id">#quebecregion</strong> </div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 copyr">
<p>Copyright � 1997 - 2018 Lintona City All rights reserved. Privacy Policy Terms & Conditions Site Credits</p>
</div>
</div>
</div>
</footer>
<!--Footer End-->
<script src="js1/jquery.min.js"></script>
<script src="js1/jquery-migrate-1.2.1.min.js"></script>
<script src="js1/bootstrap.min.js"></script>
<script src="js1/owl.carousel.min.js"></script>
<script src="js1/jquery.prettyPhoto.js"></script>
<script src="js1/custom.js"></script>
</body>
</html>