-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
139 lines (131 loc) · 4.96 KB
/
error.html
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Insight Careers</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name ="description" content="Welcome to Insight Careers, discover your passion.. witness your success" />
<link rel="icon" href="favicon.ico" type="image /x-icon" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.6.custom.min.js" ></script>
<script type="text/javascript" src="js/stuHover.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
</script>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="style-ie.css" />
<![endif]-->
</head>
<body>
<div id="site">
<div id="header">
<div style="position:absolute;top:1px;left:1px;height:0px;width:0px;overflow:hidden"></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="23%"> </td>
<td width="62%"> </td>
<td width="15%"></td>
</tr>
</table>
<div id="menu">
<ul class="dropdown dropdown-horizontal">
<li class="top"><a href="index.aspx" class="but1"><img src="images/spacer.gif" alt="" width="116" height="42" border="0" /></a></li>
<li class="top"><a href="about.html" class="but2"><img src="images/spacer.gif" alt="" width="118" height="42" border="0" /></a></li>
<li class="dir"><a href="programs.html" class="but3"><img src="images/spacer.gif" alt="" width="122" height="42" border="0" /></a></li>
<li class="top"><a href="media.aspx" class="but4"><img src="images/spacer.gif" alt="" width="121" height="42" border="0" /></a></li>
<li class="top"><a href="philosophy.html" class="but5"><img src="images/spacer.gif" alt="" width="119" height="42" border="0" /></a></li>
<li class="top"><a href="contact.html" class="but6"><img src="images/spacer.gif" alt="" width="129" height="42" border="0" /></a></li>
</ul>
<form action="/search.aspx" method="post">
<input type="text" value="Search" />
</form>
</div>
</div>
<div id="content" align="center">
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td><table width="968" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="71%" valign="top"><img src="images/Reg-Page.jpg" width="686" height="300"></td>
<td width="5"> </td>
<td width="272" valign="top"><div align="center">
<p><a href="index.aspx"><img src="images/logo.gif" border="0"></a></p>
<p> </p>
<p><a href="register.aspx"><img src="images/register.gif" width="195" height="55" border="0"></a> </p>
</div></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="center">
<table width="960" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="12" valign="top"> </td>
<td width="665" valign="top">
<table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="5"></td>
</tr>
<tr>
<td colspan="5" class="style13"> </td>
</tr>
<tr>
<td colspan="4" valign="top">
<h3 align="center">Oops!</h3>
<p align="center" class="style6">some details are missing in your registration form, please <a href="back">go back</a> and add them. </p>
<p align="center" class="style15"> </p>
<div class="style6" align="left">
<div align="left" class="style6ara"></div>
</div> </td></tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
<div align="center" class="style2">Copyright © 2010 Insight Careers. All rights reserved. </div>
<p> </p>
<table width="988" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="48"><img src="images/footer_l.gif"></td>
<td width="955" background="images/footer_m.gif">
<div id="navigation">
<div align="right">
<ul>
<li><a href="index.aspx">Home</a>|</li>
<li><a href="about.html">About us</a>|</li>
<li><a href="programs.html">Programs</a>|</li>
<li><a href="media.aspx">Media</a>|</li>
<li><a href="philosophy.html">Philosophy</a>|</li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</div></td>
<td height="48"><img src="images/footer_r.gif"></td>
</tr>
</table>
</body>
</html>