Current File : /home/inlingua/www/dwarka/icentex/admin_cert/header_fd.php |
<?php
include("check_fd.php");
?>
<!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 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.datepicker.js"></script>
<script type="text/javascript" src="../jquery/development-bundle/ui/ui.slider.js"></script>
<script language="javascript">
$(function() {
$('#datepicker1').datepicker({
changeMonth: true,
changeYear: true
});
});
$(function() {
$('#datepicker2').datepicker({
changeMonth: true,
changeYear: true
});
});
</script>
<SCRIPT LANGUAGE="JavaScript">
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 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">