-
Notifications
You must be signed in to change notification settings - Fork 1
/
hod.php
26 lines (20 loc) · 888 Bytes
/
hod.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
<html>
<head>
<link rel="stylesheet" type="text/css" href="style2.css"/>
</head>
<body>
<center>
<form align="right" name="form1" method="post" action="logout.php">
<label class="logoutLblPos">
<input name="submit2" type="submit" id="submit2" value="log out">
</label>
</form>
<h1>BUDGET MANAGEMENT</h1>
* <a href ="status.php" target="_self">View Current Budget Proposal's Status </a></br></br>
* <a href ="record.php" target="_self">View Previous Budget Proposal Records </a></br><br>
* <a href ="select.php" target="_self">Approve/Reject Current Budget Proposal </a></br></br>
</form>
<br><br><br><br><br><br><br>
Vidya Academy of Science and Technology, P.O. Thalakkottukara, Thrissur - 680 501, Kerala, India<br>
© 2015 Vidya Academy of Science & Technology, Thrissur | <a href ="credit.php" target="_blank">credits</a>
</center>