-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin.php
81 lines (79 loc) · 2.35 KB
/
admin.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:
//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Adminpage</title>
<link rel="stylesheet" href="file:hostel/admin.css" type="text/css">
<style type="text/css">
<!--
body {
background-color:#0FC;
}
.style1 {color: #0000FF}
.style2 {color: #000099}
.style3 {font-size: 16px}
-->
</style></head>
<body><div style="background-color:#999" width:100%; heght:"20">
<h1><img src="images/tumlog.jpg" width="126" height="80" alt="TUMSA" />
<span class="style2">TECHNICAL UNIVERSITY OF MOMBASA HOSTEL</span></h1>
</div>
<h1 align="left"><i> COME STAY WITH US!!</i></h1>
<h2 align="right" class="style2">HOME AWAY FROM HOME!!</h2>
<p align="center"><img src="images/sam2.jpg" width="900" height="300"
align="absmiddle" class="style1" /></p>
<br> <div align="center" style="background-color:#FFF">
<h2><p align="center"><a href="index1.php">HOME</a>
<a href="userlogin.php">REGISTRTION</a>
<a href="admin.php">ADMIN</a>
NOTICE BOARD
</p>
</h2>
</div>
<div align="center" id="content">
<ol class="style3">
<li>
<div align="justify">
<h1>Rooms Allocation</h1>
</div>
</li>
<li>
<div align="justify">
<h1>Room Vacation </h1>
</div>
</li>
<li>
<div align="justify">
<h1>Room Availability</h1>
</div>
</li>
<li>
<div align="justify">
<h1>Students Information</h1>
</div>
</li>
<li>
<div align="justify">
<h1>Noticeboard </h1>
</div>
</li>
</ol>
</div>
<br>
<div id="rightcol.1" style="background-color:#09F">
<p align="left">TECHNICAL UNIVERSITY OF MOMBASA</p>
<p align="left">HOSTEL DEPARTMENT</p>
<p align="left">ADMINSTRATION:</p>
<p align="left"> For General Inquiries contact us on:</p>
<p align="left">Telephone : (254)41-2492222/3, 2490571</p>
<p align="left">Email : [email protected]</p>
<p align="left"> </p>
</div>
<div id="footer" style="background-color:#FFA500;clear:both;text-align:center;">
<p>©2014. The Technical university of Mombasa | Design by Sammy Mutisya: C.S project<br>
<br>
</p>
</div>
</body>
</html>