-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathOverview.html
executable file
·431 lines (388 loc) · 21.6 KB
/
Overview.html
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
430
431
<!DOCTYPE html>
<!--[if IE 9 ]><html class="ie9"><![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Material Admin</title>
<!-- Vendor CSS -->
<link href="vendors/bower_components/fullcalendar/dist/fullcalendar.min.css" rel="stylesheet">
<link href="vendors/bower_components/animate.css/animate.min.css" rel="stylesheet">
<link href="vendors/bower_components/bootstrap-sweetalert/lib/sweet-alert.css" rel="stylesheet">
<link href="vendors/bower_components/material-design-iconic-font/dist/css/material-design-iconic-font.min.css" rel="stylesheet">
<link href="vendors/bower_components/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.min.css" rel="stylesheet">
<link href="vendors/bower_components/google-material-color/dist/palette.css" rel="stylesheet">
<link href="vendors/bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
<!-- CSS -->
<link href="css/app.min.1.css" rel="stylesheet">
<link href="css/app.min.2.css" rel="stylesheet">
<link href="css/demo.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body data-ma-header="teal">
<header id="header" class="media newheader">
<div class="pull-left h-logo">
<a href="index.html" class="hidden-xs">
Smart
<small>Polling System</small>
</a>
<div class="menu-collapse" data-ma-action="sidebar-open" data-ma-target="main-menu">
<div class="mc-wrap">
<div class="mcw-line top palette-White bg"></div>
<div class="mcw-line center palette-White bg"></div>
<div class="mcw-line bottom palette-White bg"></div>
</div>
</div>
</div>
<ul class="pull-right h-menu">
<li class="hm-search-trigger">
<a href="" data-ma-action="search-open">
<i class="hm-icon zmdi zmdi-search"></i>
</a>
</li>
<li class="dropdown hidden-xs hidden-sm h-apps">
<a data-toggle="dropdown" href="">
<i class="hm-icon zmdi zmdi-apps"></i>
</a>
<ul class="dropdown-menu pull-right">
<li>
<a href="">
<i class="palette-Red-400 bg zmdi zmdi-calendar"></i>
<small>Calendar</small>
</a>
</li>
<li>
<a href="">
<i class="palette-Green-400 bg zmdi zmdi-file-text"></i>
<small>Files</small>
</a>
</li>
<li>
<a href="">
<i class="palette-Light-Blue bg zmdi zmdi-email"></i>
<small>Mail</small>
</a>
</li>
<li>
<a href="">
<i class="palette-Orange-400 bg zmdi zmdi-trending-up"></i>
<small>Analytics</small>
</a>
</li>
<li>
<a href="">
<i class="palette-Purple-300 bg zmdi zmdi-view-headline"></i>
<small>News</small>
</a>
</li>
<li>
<a href="">
<i class="palette-Blue-Grey bg zmdi zmdi-image"></i>
<small>Gallery</small>
</a>
</li>
</ul>
</li>
<li class="dropdown hidden-xs">
<a data-toggle="dropdown" href=""><i class="hm-icon zmdi zmdi-more-vert"></i></a>
<ul class="dropdown-menu dm-icon pull-right">
<li class="hidden-xs">
<a data-action="fullscreen" href=""><i class="zmdi zmdi-fullscreen"></i> Toggle Fullscreen</a>
</li>
<li>
<a data-action="clear-localstorage" href=""><i class="zmdi zmdi-delete"></i> Clear Local Storage</a>
</li>
<li>
<a href=""><i class="zmdi zmdi-face"></i> Privacy Settings</a>
</li>
<li>
<a href=""><i class="zmdi zmdi-settings"></i> Other Settings</a>
</li>
</ul>
</li>
<li class="hm-alerts" data-user-alert="sua-messages" data-ma-action="sidebar-open" data-ma-target="user-alerts">
<a href=""><i class="hm-icon zmdi zmdi-notifications"></i></a>
</li>
<li class="dropdown hm-profile">
<a data-toggle="dropdown" href="">
<img src="img/profile-pics/1.jpg" alt="">
</a>
<ul class="dropdown-menu pull-right dm-icon">
<li>
<a href="profile-about.html"><i class="zmdi zmdi-account"></i> View Profile</a>
</li>
<li>
<a href=""><i class="zmdi zmdi-input-antenna"></i> Privacy Settings</a>
</li>
<li>
<a href=""><i class="zmdi zmdi-settings"></i> Settings</a>
</li>
<li>
<a href="AdminLock.html"><i class="zmdi zmdi-settings"></i>Lock Screen</a>
</li>
<li>
<a href="Adminlogin.html"><i class="zmdi zmdi-time-restore"></i> Logout</a>
</li>
</ul>
</li>
</ul>
<div class="media-body h-search">
<form class="p-relative">
<input type="text" class="hs-input" placeholder="Search for Candidates">
<i class="zmdi zmdi-search hs-reset" data-ma-action="search-clear"></i>
</form>
</div>
</header>
<img class="ECP" src="logo.jpg"/>
<!--Buttons-->
<div class="body-wrap">
<div class="container">
<nav class="navbar-inverse navbar" role="navigation">
<div class="container-fluid">
<div class="navbar-header firstdrop">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand firstdrop" href="Admindashboard.html">Home</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse firstdrop" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About ECP<b class="caret"></b></a>
<div class="navdiv">
<ul class="dropdown-menu">
<li><a href="Overview.html">Overview</a></li>
<li><a href="#">Honorable Members</a></li>
<li><a href="HonorableCEC.html">Honorable CEC</a></li>
<li><a href="#">Officers</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Elections<b class="caret"></b></a>
<div class="navdiv">
<ul class="dropdown-menu">
<li><a href="#">General Elections</a></li>
<li><a href="#">LG Elections</a></li>
<li><a href="#">Delimitation</a></li>
<li><a href="#">Electoral rolls</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Candidate & Parties<b class="caret"></b></a>
<div class="navdiv">
<ul class="dropdown-menu">
<li><a href="#">Parties</a></li>
<li><a href="#">Allotted Symbols</a></li>
<li><a href="#">Available Symbols</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Statistics<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Results</a></li>
<li><a href="#">Vote Statistics</a></li>
<li><a href="#">Prediction</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Media<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Press Release</a></li>
<li><a href="#">Publications</a></li>
<li><a href="#">Image Gallery</a></li>
<li><a href="#">Video Gallery</a></li>
<li><a href="#">Training Materials</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Law<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Voter Laws</a></li>
<li><a href="#">Election Laws</a></li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</div>
</div>
<!--Table-->
<section id="content" class="overview">
<div class="container">
<div class="card" id="profile-main">
<div class="pmb-block">
<div class="pmbb-header">
<h2><i class="zmdi m-r-5"></i>FUNCTIONS OF CHIEF ELECTION COMMISSIONER</h2>
<ul class="actions">
<li class="dropdown">
<a href="" data-toggle="dropdown">
<i class="zmdi zmdi-more-vert"></i>
</a>
<ul class="dropdown-menu dropdown-menu-right">
<li>
<a data-pmb-action="edit" href="">Edit</a>
</li>
</ul>
</li>
</ul>
</div>
<div class="pmbb-body p-l-20">
<div class="pmbb-view">
<ul>
<li>1. To prepare electoral rolls for elections to the National and Provincial Assemblies and revising such rolls annually. [Article 219 (a)];</li>
<li>2. To organize and conduct election to the Senate and fill casual vacancies in a House or a Provincial Assembly [Article 219(b)];</li>
<li>3. To appoint Election Tribunals. [Article 219 (c)];</li>
<li>4. To decide cases of disqualification of members of Parliament and Provincial Assemblies under Article 63(2) and Article 63A of the Constitution on receipt of reference from the Chairman or the Speaker or Head of the political party, as the case may be;</li>
<li>5. To hold and conduct election to the office of the President as per Second Schedule to the Constitution of the Islamic Republic of Pakistan [Article 41 (3)];</li>
<li>6. To hold Referendum as and when ordered by the President. [Article 48 (6)];</li>
<li>7. To make rules providing for the appointment of officers and servants to be employed in connection with the functions of the Chief Election Commissioner or an Election Commission and for their terms and conditions of employment. Under this power, the Honorable Chief Election Commissioner framed the Election Commission (Officers & Servants) Rules, 1989. [Article 221];</li>
</ul>
</div>
<div class="pmbb-edit">
<div class="fg-line">
<textarea class="form-control" rows="6" placeholder="FUNCTIONS OF CHIEF ELECTION COMMISSIONER">
1. To prepare electoral rolls for elections to the National and Provincial Assemblies and revising such rolls annually. [Article 219 (a)];
2. To organize and conduct election to the Senate and fill casual vacancies in a House or a Provincial Assembly [Article 219(b)];
3. To appoint Election Tribunals. [Article 219 (c)];
4. To decide cases of disqualification of members of Parliament and Provincial Assemblies under Article 63(2) and Article 63A of the Constitution on receipt of reference from the Chairman or the Speaker or Head of the political party, as the case may be;
5. To hold and conduct election to the office of the President as per Second Schedule to the Constitution of the Islamic Republic of Pakistan [Article 41 (3)];
6. To hold Referendum as and when ordered by the President. [Article 48 (6)];
7. To make rules providing for the appointment of officers and servants to be employed in connection with the functions of the Chief Election Commissioner or an Election Commission and for their terms and conditions of employment. Under this power, the Honorable Chief Election Commissioner framed the Election Commission (Officers & Servants) Rules, 1989. [Article 221];
</textarea>
</div>
<div class="m-t-10">
<button class="btn btn-primary btn-sm">Save</button>
<button data-pmb-action="reset" class="btn btn-link btn-sm">Cancel</button>
</div>
</div>
</div>
</div>
<!--</div>-->
</div>
</div>
</div>
</section>
<div class="col-md-3 hidden-sm overnews">
<div class="card newsarea">
<div class="card-header">
<h2>Latest News</h2>
</div>
<div class="card-body card-padding">
Maecenas malesuada. Nam adipiscing. Etiam vitae tortor. Maecenas ullamcorper, dui et placerat feugiat, eros pede varius nisi, condimentum viverra felis nunc et lorem. <a data-ui-sref="pages.profile.profile-about"><small>Read more...</small></a>
</div>
</div>
</div>
<div class="footer">
<div id="base" class="footerdiv">
<div class="container bottom-border padding-vert-30">
<div class="row">
<div class="col-md-2">
<h2>About ECP</h2>
<a class="footermenu" href="">Overview of ECP</a><br/>
<a class="footermenu" href="">Honorable ECP</a><br/>
<a class="footermenu" href="">Honorable Member</a><br/>
<a class="footermenu" href="">Officers</a>
</div>
<div class="col-md-3 margin-bottom-20 contactdiv">
<div class="pm-overview c-overflow">
<div class="pmo-block pmo-contact hidden-xs">
<h2>Contact</h2>
<ul>
<li><i class="zmdi zmdi-phone"></i> 0300 4546 408</li>
<li><i class="zmdi zmdi-email"></i> sohaibimran@gmail.com</li>
<li>
<i class="zmdi zmdi-pin"></i>
<address class="m-b-0 ng-binding">
192-A Usmania Road,<br>
Wapdatown,<br>
Lahore
</address>
</li>
</ul>
</div>
</div>
</div>
<div class="col-md-2">
<h2>For Voters</h2>
<a class="footermenu" href="">How to Register</a><br/>
<a class="footermenu" href="">Check Registration</a><br/>
<a class="footermenu" href="">Learn About Elections</a><br/>
</div>
<div class="col-md-2">
<h2>Media</h2>
<a class="footermenu" href="">Press Release</a><br/>
<a class="footermenu" href="">Publications</a><br/>
<a class="footermenu" href="">Image Gallery</a><br/>
<a class="footermenu" href="">Video Gallery</a><br/>
<a class="footermenu" href="">Training Materials</a>
</div>
</div>
</div>
</div>
<div id="footer" class="background-grey">
<div class="container">
<div class="row">
<div id="copyright" class="col-md-4">
<p class="pull-right">(c) 2014 Your Copyright Info</p>
</div>
<div id="footermenu" class="col-md-4">
<ul class="list-unstyled list-inline">
<li>
<a href="#" target="_blank">Sample Link</a>
</li>
<li>
<a href="#" target="_blank">Sample Link</a>
</li>
<li>
<a href="#" target="_blank">Sample Link</a>
</li>
<li>
<a href="#" target="_blank">Sample Link</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Javascript Libraries -->
<script src="vendors/bower_components/jquery/dist/jquery.min.js"></script>
<script src="vendors/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="vendors/bower_components/salvattore/dist/salvattore.min.js"></script>
<script src="vendors/bower_components/flot/jquery.flot.js"></script>
<script src="vendors/bower_components/flot/jquery.flot.resize.js"></script>
<script src="vendors/bower_components/flot.curvedlines/curvedLines.js"></script>
<script src="vendors/sparklines/jquery.sparkline.min.js"></script>
<script src="vendors/bower_components/jquery.easy-pie-chart/dist/jquery.easypiechart.min.js"></script>
<script src="vendors/bower_components/moment/min/moment.min.js"></script>
<script src="vendors/bower_components/fullcalendar/dist/fullcalendar.min.js "></script>
<script src="vendors/bower_components/simpleWeather/jquery.simpleWeather.min.js"></script>
<script src="vendors/bower_components/Waves/dist/waves.min.js"></script>
<script src="vendors/bootstrap-growl/bootstrap-growl.min.js"></script>
<script src="vendors/bower_components/bootstrap-sweetalert/lib/sweet-alert.min.js"></script>
<script src="vendors/bower_components/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"></script>
<!-- Placeholder for IE9 -->
<!--[if IE 9 ]>
<script src="vendors/bower_components/jquery-placeholder/jquery.placeholder.min.js"></script>
<![endif]-->
<script src="js/flot-charts/curved-line-chart.js"></script>
<script src="js/flot-charts/bar-chart.js"></script>
<script src="js/charts.js"></script>
<script src="js/charts.js"></script>
<script src="js/functions.js"></script>
<script src="js/actions.js"></script>
<script src="js/demo.js"></script>
<script src="js/dropjs.js"></script>
<script src="vendors/bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js"></script>
</body>
</html>