-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathria.php
73 lines (70 loc) · 2.35 KB
/
ria.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
<?php $title = "Right to Information Act| CEK";
include "head.php";
?>
<body class="page">
<div id="wrapper">
<?php require "navbar.php"; ?>
<div class="page-contents container">
<div class="title center">
<h2 class="underlined"><span>Right to Information Act</span></h2>
</div>
<div class="contents">
<p> The Right to Information Act, 2005 (22 of 2005) has been enacted by the Parliament and has come into force from June 15, 2005. This Act provides for Right to Information for citizens to secure access to information under the control of public authorities in order to promote transparency and accountability in the working of every public authority.</p>
<p>The following officers are designated as Appellate Authority and Public Information Officer :</p>
<table>
<thead>
<tr>
<td>Name of the Institution</td>
<td></td>
<td></td>
<td></td>
<td>COLLEGE OF ENGINEERING, KIDANGOOR</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Name of Public Authority</td>
<td></td>
<td></td>
<td></td>
<td>Co-operative Academy of Professional Education</td>
<td></td>
<td></td>
</tr>
<tr>
</thead>
<tbody>
<td>Sl No.</td>
<td>Name</td>
<td>Designation of Officers</td>
<td>Designated post</td>
<td>Phone No.with STD Code</td>
<td>Fax</td>
<td>Email</td>
</tr>
<tr>
<td>1.</td>
<td>Dr.K.G. Viswanadhan</td>
<td>Principal</td>
<td>Appellate Authority</td>
<td>04822-255056</td>
<td>04822-255056</td>
<td>cekcape@gmail.com</td>
</tr>
<tr>
<td>2.</td>
<td>Sri. M G Nainan</td>
<td>Administrative Officer</td>
<td>Public Information Officer</td>
<td>04822-257656</td>
<td>04822-255056</td>
<td>cekcape@gmail.com</td>
</tr>
</tbody>
</table>
</div>
</div>
<?php require "footer.php"; ?>
</div>
</body>
</html>