Current File : /home/inlingua/public_html/noida/icentex/admin_fd/header_fd.php
<?php 
include("check_fd.php");
date_default_timezone_set('Asia/Calcutta');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>inlingua Soft</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="../style.css" rel="stylesheet" type="text/css" />
<link href="../menu/dbMenu/global.css" rel="stylesheet" type="text/css" />
<link media="screen" rel="stylesheet" href="colorbox.css" />

<link type="text/css" href="../jquery/development-bundle/themes/base/ui.all.css" rel="stylesheet" /> 
	<script type="text/javascript" src="../jquery/development-bundle/jquery-1.3.2.js"></script> 
	<script type="text/javascript" src="../jquery/development-bundle/ui/ui.core.js"></script>
	<script type="text/javascript" src="../jquery/development-bundle/ui/ui.slider.js"></script>
    
    
    <script type="text/javascript" src="../jquery/development-bundle/ui/jquery.min.js"></script>
	<script type="text/javascript" src="../jquery/development-bundle/ui/ui.datepicker.js"></script>
	<script type="text/javascript" src="../jquery/development-bundle/ui/date.js"></script>
	<script type="text/javascript" src="../jquery/development-bundle/ui/jquery.datePicker.js"></script>
	<script type="text/javascript" src="../jquery/development-bundle/ui/jquery.datePickerMultiMonth.js"></script>
	<link rel="stylesheet" type="text/css" media="screen" href="../jquery/development-bundle/datePicker.css">
    <script type="text/javascript" src="js/student.js"></script> 
	<script language="javascript">
$(function() {
		$('#datepicker1').datepicker({
			changeMonth: true,
			changeYear: true
		});
	});
	$(function() {
		$('#datepicker2').datepicker({
			changeMonth: true,
			changeYear: true
		});
	});
</script>
<!--for Open Light Box start-->
<link rel="stylesheet" href="colorbox.css" />
<script src="js/jquery.colorbox.js"></script>
<SCRIPT LANGUAGE="JavaScript">
  
function lightb()
{
		$(document).ready(function(){
		 
     		$(".lightbox").colorbox({width:"80%", height:"85%", iframe:true});		
		});
}
<!--for Open Light Box end-->

function textCounter(field,cntfield,maxlimit) {
if (field.value.length > maxlimit) {// if too long...trim it!
alert("You have exceeded the allowed word limit");
field.value = field.value.substring(0, maxlimit);

}
// otherwise, update 'characters left' counter
else
cntfield.value = maxlimit - field.value.length;
}

</script>

</head>
<body >
<div id="outer">
  <div id="content">
<div id="tertiaryContent">
<?php if(isset($_SESSION['id'])){ ?>
<h4>Welcome, <?php echo $_SESSION['name1']; ?></h4>
<h3><?php 
if($_SESSION['branch']=="S.Extn")
{
echo "South Extension";
}
else
{
echo  $_SESSION['branch']; 
}

 ?></h3>
<h4><a href='../index.php?l=y'>Logout</a></h4>
<?php } else { ?>
			<h3>Instructor Login</h3>
			<font style="font-size:12px; color:#E84B1E"><?php if($_SESSION['wrongpass']) { echo $_SESSION['wrongpass']; unset (			$_SESSION['wrongpass']); }?></font>
			<form action="../admin.action.php" method="post" name="login" id="form-login">
			<fieldset>
            <legend></legend>

			  <p>
			    <label>User ID:
			      <input type="text" name="username" id="userid" accesskey="1" tabindex="1" />
		        </label>
			  </p>
				<p>
				  <label>Password:
				    <input name="passwd" type="password" id="password" accesskey="2" tabindex="2" />
				  </label>
				</p>
				<p class="submit">
				  <label>
				    <input type="submit" name="go" id="go" value="Go!" accesskey="3" tabindex="3" />
				  </label>
				</p>
            </fieldset>
			</form>
<?php }?>			
			
			
			<!--<h3>Nunc pellentesque</h3>
			<ul>
				<li><a href="#">Vivamus id arcu</a></li>
				<li><a href="#">Duis congue ultricies</a></li>
				<li><a href="#">Purus in mollis purus</a></li>
				<li><a href="#">Orci nonummy fringilla</a></li>
				<li><a href="#">Pellentesque at lorem</a></li>
				<li><a href="#">Enim vivamus convallis</a></li>
			</ul>-->
			
            <p><a href="http://www.inlinguanewdelhi.com/"><img src="../images/inlingua_com.jpg" alt="" width="162" height="128" /></a></p>
<div class="xbg"></div>
		</div>
		
		<div id="primaryContentContainer">
		<div id="primaryContent">