-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcredits.php
executable file
·73 lines (71 loc) · 2.24 KB
/
credits.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
<!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>
<title>
SASTRA University - SRC
</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="ajax_post.js"></script>
</head>
<body>
<div id="wrapper_outer">
<div id="wrapper">
<div id="header"><center><img src="images/header.png" alt="sastra university"/></center></div>
<div id="welcome"> Welcome User,</div>
<div id="menu">
<img src="images/Sastra1.png" width="170" alt="sastra university" />
<div class="clear"></div>
<img src="images/menu-top.png" alt="menu-top"/>
<div id="nav">
<ul>
<li><a href="javascript:window.close()">Close</a></li>
<li><a href="logout.php">Sign Out</a></li>
</ul>
</div>
<img src="images/menu-bottom.png" alt="menu-bottom"/>
</div>
<div id="content">
<div id="main">
<img src="images/cont-top.png" alt="cont-top"/>
<!--Write code here!-->
<div id="studenthome" class="main">
<h2 class='heading'>Credits - The Team iCampus : Under Construction :)</h2>
<center>
<div></div>
<table width="611" border="0" cellspacing="1" cellpadding="1">
<tr>
<td>Dwarakanath J</td>
<td> </td>
</tr>
<tr>
<td width="156">Anil Kuncham</td>
<td width="448"> </td>
</tr>
<tr>
<td>Anurag Jain</td>
<td> </td>
</tr>
<tr>
<td>Sanjeev Gopinath V</td>
<td> </td>
</tr>
<tr>
<td>Karthik Prashanth</td>
<td> </td>
</tr>
</table>
<p> </p>
</center>
</div>
<!--It Ends!-->
<img src="images/cont-bottom.png" alt="cont-bottom"/>
</div>
</div>
<div style="clear:both"> </div>
</div>
<div id="footer">
Copyright 2010 SASTRA University - SRC Campus | Engineered By GLOSS Community | <a href="bug_filing.php?ref=top">Report Bugs</a> | <a href="feedback.php">Feedback</a> | <a href="credits.php">Credits</a>
</div>
</div>
</body>
</html>