-
Notifications
You must be signed in to change notification settings - Fork 0
/
TelerikArticleMaster.Master
74 lines (67 loc) · 2.92 KB
/
TelerikArticleMaster.Master
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
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="TelerikArticleMaster.Master.cs" Inherits="Inshight.TelerikArticleMaster" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
<!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 runat="server">
<title></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>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
</head>
<body>
<form id="form1" runat="server">
<telerik:RadScriptManager ID="RadScriptManager1" Runat="server">
</telerik:RadScriptManager>
<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>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<div id="menu">
<ul class="dropdown dropdown-horizontal">
</ul>
</div>
</div>
<div id="content" align="center">
<asp:ContentPlaceHolder ID="PageContent" runat="server" />
</div>
<div class="style2" style="width:100%;" align="center">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>
</form>
</body>
</html>