-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
244 lines (224 loc) · 7.51 KB
/
index.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
<?php
include('banker/includes/config.php');
session_start();
error_reporting(0);
?>
<!DOCTYPE HTML>
<html lang="zxx">
<head>
<title>Bank Locker Management System | Home</title>
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--// Meta tag Keywords -->
<!-- css files -->
<link href="css1/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <!-- Bootstrap-Core-CSS -->
<link href="css1/style.css" rel="stylesheet" type="text/css" media="all" /> <!-- Style-CSS -->
<link rel="stylesheet" href="css1/font-awesome.css"> <!-- Font-Awesome-Icons-CSS -->
<link rel="stylesheet" href="css1/flexslider.css" type="text/css" media="all" /> <!-- Banner-Slider-CSS -->
<!-- //css files -->
<link rel="stylesheet" type="text/css" href="css1/demo.css"/>
<!-- online-fonts -->
<link href="//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&subset=latin-ext" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext" rel="stylesheet">
<!-- //online-fonts -->
</head>
<body>
<?php include_once("includes/header.php");?>
<!-- //banner section -->
<!-- about -->
<div class="about" id="about">
<div class="container">
<h3 class="w3l-title"><span>About</span> Us</h3>
<div class="w3-agileits-about-grids">
<div class="col-md-5 agile-about-right">
<img src="images1/3.png" alt="" />
</div>
<div class="col-md-7 agile-about-left">
<?php
$ret=mysqli_query($con,"select * from tblpage where PageType='aboutus' ");
$cnt=1;
while ($row=mysqli_fetch_array($ret)) {
?>
<h3 class="w3l-sub">Offering the most </h3>
<p class="sub-p">competitive rates and fees</p>
<p class="sub-p2"><?php echo $row['PageDescription'];?></p>
<?php } ?>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //about -->
<!--stats-->
<div data-vide-bg="video/coins">
<div class="stats center-container" id="stats">
<div class="container">
<div class="stats-info">
<div class="col-md-4 col-xs-4 stats-grid slideanim">
<i class="fa fa-user-o" aria-hidden="true"></i>
<div class="agile-one">
<h4 class="stats-info">Employees</h4>
<div class='numscroller numscroller-big-bottom' data-slno='1' data-min='0' data-max='12760' data-delay='.5' data-increment="1">12760</div>
</div>
</div>
<div class="col-md-4 col-xs-4 stats-grid slideanim">
<i class="fa fa-globe" aria-hidden="true"></i>
<div class="agile-one">
<h4 class="stats-info">Locations</h4>
<div class='numscroller numscroller-big-bottom' data-slno='1' data-min='0' data-max='12760' data-delay='.5' data-increment="1">12760</div>
</div>
</div>
<div class="col-md-4 col-xs-4 stats-grid slideanim">
<i class="fa fa-diamond" aria-hidden="true"></i>
<div class="agile-one">
<h4 class="stats-info">Awards Winning</h4>
<div class='numscroller numscroller-big-bottom' data-slno='1' data-min='0' data-max='12760' data-delay='.5' data-increment="1">12760</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<!--//stats-->
<!-- team -->
<!-- mail -->
<div class="mail" id="contact">
<div class="container">
<h3 class="w3l-title"><span>Contact</span> Us</h3>
<div class="mail-w3l-agile">
<div class="col-md-6 col-sm-6 contact-left-w3ls">
<?php
$ret=mysqli_query($con,"select * from tblpage where PageType='contactus' ");
$cnt=1;
while ($row=mysqli_fetch_array($ret)) {
?>
<div class="w3l-cont-mk">
<img src="images1/img2.jpg">
</div>
<h3>Contact Info</h3>
<div class="visit">
<div class="col-md-2 col-sm-2 col-xs-2 contact-icon-wthree">
<i class="fa fa-home" aria-hidden="true"></i>
</div>
<div class="col-md-10 col-sm-10 col-xs-10 contact-text-agileinf0">
<h4>Visit us</h4>
<p><?php echo $row['PageDescription'];?></p>
</div>
<div class="clearfix"></div>
</div>
<div class="mail-w3">
<div class="col-md-2 col-sm-2 col-xs-2 contact-icon-wthree">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</div>
<div class="col-md-10 col-sm-10 col-xs-10 contact-text-agileinf0">
<h4>Mail us</h4>
<p><a href="mailto:info@example.com"><?php echo $row['Email'];?></a></p>
</div>
<div class="clearfix"></div>
</div>
<div class="call">
<div class="col-md-2 col-sm-2 col-xs-2 contact-icon-wthree">
<i class="fa fa-phone" aria-hidden="true"></i>
</div>
<div class="col-md-10 col-sm-10 col-xs-10 contact-text-agileinf0">
<h4>Call us</h4>
<p>+<?php echo $row['MobileNumber'];?></p>
</div>
<div class="clearfix"></div>
</div>
</div><?php } ?>
<div class="col-md-6 col-sm-6 agileinfo_mail_grid_right">
<h3>Assign Locker Search</h3>
<form name="bwdatesreportds" action="search-locker-details.php" method="post">
<div class="wthree_contact_left_grid">
<input type="text" id="searchinput" name="searchinput" placeholder="Search Locker Details by Locker Number/ Key Number" required="">
</div>
<br>
<button type="submit" class="btn btn-primary" name="submit" id="submit">Search</button>
</form>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- //mail -->
<!-- footer -->
<?php include_once("includes/footer.php");?>
<!-- js files -->
<!-- js -->
<script type="text/javascript" src="js1/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js1/bootstrap.js"></script> <!-- Necessary-JavaScript-File-For-Bootstrap -->
<!-- //js -->
<!-- js for banner -->
<!-- responsiveslider -->
<script src="js1/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider3").responsiveSlides({
auto: true,
pager:true,
nav:false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
<!-- //responsiveslider -->
<!-- stats -->
<script type="text/javascript" src="js1/numscroller-1.0.js"></script>
<!-- //stats -->
<!-- /js for banner -->
<!-- start-smoth-scrolling -->
<script type="text/javascript" src="js1/move-top.js"></script>
<script type="text/javascript" src="js1/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 -->
<!-- smooth scrolling -->
<script src="js1/SmoothScroll.min.js"></script>
<!-- //smooth scrolling -->
<!-- smooth-scrolling-of-move-up -->
<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>
<!-- //smooth-scrolling-of-move-up -->
<!-- video-js -->
<script src="js1/jquery.vide.min.js"></script>
<!-- //video-js -->
<!--gallery-js -->
<script src="js1/jquery.picEyes.js"></script>
<script>
$(function(){
//picturesEyes($('.demo li'));
$('.demo li').picEyes();
});
</script>
<!--//gallery-js -->
<!-- //js files -->
</body>
</html>