-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
263 lines (228 loc) · 11.4 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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<?php
/**
* Created by PhpStorm.
* User: Adi
* Date: 9/9/2017
* Time: 9:36 AM
*/
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Neon Admin Panel" />
<meta name="author" content="Laborator.co" />
<title>PEMMS</title>
<link rel="stylesheet" href="includes/assets/js/jquery-ui/css/no-theme/jquery-ui-1.10.3.custom.min.css" id="style-resource-1">
<link rel="stylesheet" href="includes/assets/css/font-icons/entypo/css/entypo.css" id="style-resource-2">
<link rel="stylesheet" href="includes/assets/css/font-icons/entypo/css/animation.css" id="style-resource-3">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic" id="style-resource-4">
<link rel="stylesheet" href="includes/assets/css/neon.css" id="style-resource-5">
<link rel="stylesheet" href="includes/assets/css/custom.css" id="style-resource-6">
<script src="includes/assets/js/jquery-1.10.2.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- TS1387507089: Neon - Responsive Admin Template created by Laborator -->
<link rel="stylesheet" href="includes/css/formStyle.css">
<script src="includes/js/formScript.js"></script>
</head>
<body class="page-body">
<div class="page-container">
<div class="sidebar-menu">
<header class="logo-env">
<!-- logo -->
<div class="logo">
<a href="index.php">
<h3 style="color: #ffffff;">PEMMS</h3>
</a>
</div>
<!-- logo collapse icon -->
<div class="sidebar-collapse">
<a href="#" class="sidebar-collapse-icon with-animation"><!-- add class "with-animation" if you want sidebar to have animation during expanding/collapsing transition -->
<i class="entypo-menu"></i>
</a>
</div>
<!-- open/close menu icon (do not remove if you want to enable menu on mobile devices) -->
<div class="sidebar-mobile-menu visible-xs">
<a href="#" class="with-animation"><!-- add class "with-animation" to support animation -->
<i class="entypo-menu"></i>
</a>
</div>
</header>
<ul id="main-menu" class="">
<li class="opened active">
<a href="index.php"><i class="entypo-layout"></i><span>Log In</span></a>
</li>
<li>
<a href="index.php"><i class="entypo-newspaper"></i><span>Registration</span></a>
<ul>
<li>
<a href="labRegistration.php"><span>Lab Registration</span></a>
</li>
<li>
<a href="industryRegistration.php"><span>Industry Registration</span></a>
</li>
<li>
<a href="approvalApplication.php"><span>Approval Application Form</span></a>
</li>
<li>
<a href="consultantRegistration.php"><span>Consultant Registration</span></a>
<ul>
<li>
<a href="individualConsultantReg.php">Individual Consultant Registration</a>
</li>
<li>
<a href="consultancyFirmReg.php">Consultancy Firm Registration</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="main-content" style="background-color: honeydew;">
<div class="row">
<!-- Profile Info and Notifications -->
<div class="col-lg-12 col-md-12 col-sm-12 clearfix" >
<h1>Environment Protection Department</h1>
</div>
</div>
<hr />
<div class="col-md-6" style="margin-left: 20%;">
<form>
<div id="login-form" class="form-container" data-form-container style="color: rgb(46, 125, 50); background: rgb(200, 230, 201);">
<div class="row">
<div class="form-title">
<span>Login</span>
</div>
</div>
<div class="input-container">
<div class="row">
<span class="req-input valid" >
<span class="input-status" data-toggle="tooltip" data-placement="top" title="Input your username."> </span>
<input type="text" class="form-control col-lg-8" id="username" name="username" placeholder="Enter User Name">
</span>
</div>
<div class="row">
<span class="req-input input-password invalid">
<span class="input-status" data-toggle="tooltip" data-placement="top" title="Password must be at least 6 characters long."> </span>
<input type="password" class="form-control col-lg-8" id="password" name="password" placeholder="Enter Password" data-min-length="6">
</span>
</div>
<div class="row submit-row">
<input type="submit" name="submit" class="btn btn-block submit-form invalid" value="Log In"/>
</div>
</div>
</div>
</form>
</div>
<div id="chat" class="fixed" data-current-user="Art Ramadani" data-order-by-status="1" data-max-chat-history="25">
<div class="chat-inner">
<h2 class="chat-header">
<a href="#" class="chat-close" data-animate="1"><i class="entypo-cancel"></i></a>
<i class="entypo-users"></i>
Chat
<span class="badge badge-success is-hidden">0</span>
</h2>
<div class="chat-group" id="group-1">
<strong>Favorites</strong>
<a href="#" id="sample-user-123" data-conversation-history="#sample_history"><span class="user-status is-online"></span> <em>Catherine J. Watkins</em></a>
<a href="#"><span class="user-status is-online"></span> <em>Nicholas R. Walker</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>Susan J. Best</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Brandon S. Young</em></a>
<a href="#"><span class="user-status is-idle"></span> <em>Fernando G. Olson</em></a>
</div>
<div class="chat-group" id="group-2">
<strong>Work</strong>
<a href="#"><span class="user-status is-offline"></span> <em>Robert J. Garcia</em></a>
<a href="#" data-conversation-history="#sample_history_2"><span class="user-status is-offline"></span> <em>Daniel A. Pena</em></a>
<a href="#"><span class="user-status is-busy"></span> <em>Rodrigo E. Lozano</em></a>
</div>
<div class="chat-group" id="group-3">
<strong>Social</strong>
<a href="#"><span class="user-status is-busy"></span> <em>Velma G. Pearson</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Margaret R. Dedmon</em></a>
<a href="#"><span class="user-status is-online"></span> <em>Kathleen M. Canales</em></a>
<a href="#"><span class="user-status is-offline"></span> <em>Tracy J. Rodriguez</em></a>
</div>
</div>
<!-- conversation template -->
<div class="chat-conversation">
<div class="conversation-header">
<a href="#" class="conversation-close"><i class="entypo-cancel"></i></a>
<span class="user-status"></span>
<span class="display-name"></span>
<small></small>
</div>
<ul class="conversation-body">
</ul>
<div class="chat-textarea">
<textarea class="form-control autogrow" placeholder="Type your message"></textarea>
</div>
</div>
</div>
<!-- Chat Histories -->
<ul class="chat-history" id="sample_history">
<li>
<span class="user">Art Ramadani</span>
<p>Are you here?</p>
<span class="time">09:00</span>
</li>
<li class="opponent">
<span class="user">Catherine J. Watkins</span>
<p>This message is pre-queued.</p>
<span class="time">09:25</span>
</li>
<li class="opponent">
<span class="user">Catherine J. Watkins</span>
<p>Whohoo!</p>
<span class="time">09:26</span>
</li>
<li class="opponent unread">
<span class="user">Catherine J. Watkins</span>
<p>Do you like it?</p>
<span class="time">09:27</span>
</li>
</ul>
<!-- Chat Histories -->
<ul class="chat-history" id="sample_history_2">
<li class="opponent unread">
<span class="user">Daniel A. Pena</span>
<p>I am going out.</p>
<span class="time">08:21</span>
</li>
<li class="opponent unread">
<span class="user">Daniel A. Pena</span>
<p>Call me when you see this message.</p>
<span class="time">08:27</span>
</li>
</ul></div>
<script src="includes/assets/js/gsap/main-gsap.js" id="script-resource-1"></script>
<script src="includes/assets/js/jquery-ui/js/jquery-ui-1.10.3.minimal.min.js" id="script-resource-2"></script>
<script src="includes/assets/js/bootstrap.min.js" id="script-resource-3"></script>
<script src="includes/assets/js/joinable.js" id="script-resource-4"></script>
<script src="includes/assets/js/resizeable.js" id="script-resource-5"></script>
<script src="includes/assets/js/neon-api.js" id="script-resource-6"></script>
<script src="includes/assets/js/neon-chat.js" id="script-resource-7"></script>
<script src="includes/assets/js/neon-custom.js" id="script-resource-8"></script>
<script src="includes/assets/js/neon-demo.js" id="script-resource-9"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28991003-3']);
_gaq.push(['_setDomainName', 'laborator.co']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>