-
Notifications
You must be signed in to change notification settings - Fork 1
/
deadline.php
80 lines (63 loc) · 3.3 KB
/
deadline.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
<!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" xml:lang="EN" lang="EN" dir="ltr">
<head profile="http://gmpg.org/xfn/11">
<title>SPAM</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="imagetoolbar" content="no" />
<link rel="stylesheet" href="styles/layout.css" type="text/css" />
<script type="text/javascript" src="scripts/jquery-1.4.1.min.js"></script>
<script type="text/javascript" src="scripts/jquery.slidepanel.setup.js"></script>
<script type="text/javascript" src="scripts/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="scripts/jquery.tabs.setup.js"></script>
<style type="text/css">
<!--
A.ssmItems:link {color:black;text-decoration:none;}
A.ssmItems:hover {color:black;text-decoration:none;}
A.ssmItems:active {color:black;text-decoration:none;}
A.ssmItems:visited {color:black;text-decoration:none;}
//-->
</style>
<SCRIPT SRC="js/ssm.js" language="JavaScript1.2">
//Dynamic-FX slide in menu v6.5 (By maXimus, http://maximus.ravecore.com/)
//Updated July 8th, 03' for doctype bug
//For full source, and 100's more DHTML scripts, visit http://www.dynamicdrive.com
</SCRIPT>
<SCRIPT SRC="js/ssmItems.js" language="JavaScript1.2"></SCRIPT>
</head>
<body>
<?php
include 'include/header.php';
?>
<div id="c" style="padding-top:10px; height:auto;">
<h2>Co-ordinator</h2>
<table bgcolor="#FFFFFF" style="border:hidden;"><tr><td style="width:400px;">
<h3>Registration date:</h3></td><td>23 november 2013</td></tr>
<tr><td><h3>Guide allocation:</h3></td><td>23 november 2013 </td></tr>
<tr><td><h3>Presentation Organisation:</h3></td><td>23 november 2013 </td></tr>
</table>
<p style="align:center; padding-left:550px; font-size:15px;">If you want to register now??<a href="co-rdinatorreg.php">Continue..</a></p>
<h2>Guide</h2>
<table bgcolor="#FFFFFF" style="border:hidden;"><tr><td style="width:400px;">
<h3>Registration date:</h3></td><td>23 november 2013</td></tr>
<tr><td><h3>Project Submission date:</h3></td><td>23 november 2013 </td></tr>
<tr><td><h3>Synopsis Submission date:</h3></td><td>23 november 2013 </td></tr>
<tr><td><h3>Presentation date:</h3></td><td>23 november 2013 </td></tr>
<tr><td><h3>Report Submission:</h3></td><td>23 november 2013 </td></tr></table>
<p style="align:center; padding-left:550px; font-size:15px;">If you want to register now??<a href="guidereg.php">Continue..</a></p>
<h2>Student</h2>
<table bgcolor="#FFFFFF" style="border:hidden;"><tr><td style="width:400px;">
<h3>Registration date:</h3></td><td>23 november 2013</td></tr>
<tr><td><h3>Project Submission date:</h3></td><td>23 november 2013 </td></tr>
<tr><td><h3>Synopsis Submission date:</h3></td><td>23 november 2013 </td></tr>
<tr><td><h3>Presentation date:</h3></td><td>23 november 2013 </td></tr>
<tr><td><h3>Report Submission:</h3></td><td>23 november 2013 </td></tr></table>
<p style="align:center; padding-left:550px; font-size:15px;">If you want to register now??<a href="stureg.php">Continue..</a></p>
</div>
<div class="wrapper col6">
<div id="copyright">
<p class="fl_left" align="center">Copyright © 2013 - All Rights Reserved - <a href="#">SPAM</a></p>
<br class="clear" />
</div>
</div>
</body>
</html>