forked from codeb1ooded/RTI_Automation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransfertoaurthority.php
More file actions
28 lines (28 loc) · 1.04 KB
/
transfertoaurthority.php
File metadata and controls
28 lines (28 loc) · 1.04 KB
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
<!Doctype html>
<html>
<head>
<title>Transfer of authority</title>
</head>
<body>
<!--Reference to another CPIO-->
<table width="100%" border="0" class="heading" cellpadding="0 0 0 15">
<tbody>
<tr><th colspan="2">(V) Reference u/s 6(3) of RTI Act:- (where applicable)</th></tr>
</tbody>
</table>
<table width="100%" border="2" class="tbl-border" cellpadding="0" cellspacing="2">
<tr>
<th>(iv)Date of transfer to another Public Authority</th>
<th><input type="text" name="Asent_date" id="Name" maxlength="50" value="" class="name" placeholder="YYYY-MM-DD"></th>
</tr>
<tr>
<th>To whom was it transferred</br> (mention name,designation and address)</th>
<th><input type="text" name="Ainfo" id="Name" maxlength="50" value="" class="name" placeholder=""></th>
</tr>
<tr>
<th>(v)Date of receipt by another Public Authority</th>
<th><input type="text" name="Areceived_date" id="Name" maxlength="50" value="" class="name" placeholder="YYYY-MM-DD"></th>
</tr>
</table>
</body>
</html>