-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtop.php
48 lines (37 loc) · 1.55 KB
/
top.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
<?php include("session_start.php"); ?>
<?xml version="1.0" encoding="iso-8859-1"?>
<!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 name="author" content="Wink Hosting (www.winkhosting.com)" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>DSPMS - Dynamic Student Project Management System</title>
<link rel="stylesheet" href="images/style.css" type="text/css" />
</head>
<body>
<div id="page" align="center">
<div id="content" style="width:800px">
<div id="logo">
<div style="margin-top:70px" class="whitetitle"
title="Dynamic Student Project Management System">
DSPMS</div>
</div>
<div id="topheader">
<div align="left" class="bodytext">
<br />
<strong>DSPMS - Dynamic Student Project Management System</strong><br />
Abcdef Ghijk 123<br />
Abcde Fghigl<br />
Phone: 123-123-1234<br />
[email protected] </div>
<div id="toplinks" class="smallgraytext">
<a href="index.php">Home</a> | <a href="sitemap.php">Sitemap</a> | <a href="contact_us.php">Contact Us</a>
</div>
</div>
<div id="menu">
<div align="right" class="smallwhitetext" style="padding:9px;">
<a href="index.php">Home</a> | <a href="about_us.php">About Us</a> | <a href="admin_login.php"
title="Login to create/edit tutor, supervisor and student records">Admin</a> |
<a href="tutor_login.php">Tutor</a> | <a href="supervisor_login.php">Supervisor</a> | <a href="student_login.php">Student</a> |
<a href="contact_us.php">Contact Us</a> </div>
</div>