-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbottom.php
35 lines (33 loc) · 1.47 KB
/
bottom.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
<div id="leftpanel">
<div align="justify" class="graypanel">
<span class="smalltitle">News</span><br />
<br />
<span class="smallredtext">December 27, 2008</span><br />
<span class="bodytext">Curabitur arcu tellus, suscipit in, aliquam eget,
ultricies id, sapien. Nam est.</span><br />
<a href="news.php" class="smallgraytext">More...</a><br />
<br />
<span class="smallredtext">December 28, 2008</span><br />
<span class="bodytext">Curabitur arcu tellus, suscipit in, aliquam eget,
ultricies id, sapien. Nam est.</span><br />
<a href="news.php" class="smallgraytext">More...</a><br />
<br />
<span class="smallredtext">December 29, 2008</span><br />
<span class="bodytext">Curabitur arcu tellus, suscipit in, aliquam eget,
ultricies id, sapien. Nam est.</span><br />
<a href="news.php" class="smallgraytext">More...</a><br />
<br />
</div>
</div>
<div id="footer" class="smallgraytext">
<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> | DSPMS © 2009 | <a
href="http://www.winkhosting.com" target="_blank"
title="I use/modify free web design template of Open Source Web Design from http://www.oswd.org/. The designer request to leave this link unchanged">Hosting
Colombia</a> </div>
</div>
</div>
</body>
</html>