Current File : /home/inlingua/www/faridabad/icentex/index.php
<?php
ob_start(); 
session_start(); 
?>
<!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(i-Centex)</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="style.css" rel="stylesheet" type="text/css" />

</head>
<body>
<div id="outer">
  <div id="content">
  <div id="tertiaryContent">
			<h3>Login</h3>
			
			<form id="form1" name="login" method="post" action="admin.action.php">
			<fieldset>
            <legend><font style="font-size:11px; color:#E84B1E"><?php 
			if(isset($_SESSION['wrongpass'])) { echo $_SESSION['wrongpass']; 
			unset ($_SESSION['wrongpass']); }?></font></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>
			
            <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" style=" height:500px;" >
			
			 <h2><i>i</i>-Centex </h2> 
			 <table border="0" width="100%"><tr><td align="center">
			 <p style="border:dashed solid 0px;">
			 <img src="images/i-logo_0.png"  style="border:none ; width:400px;"/><br />
			 <img src="images/inlingua.jpg"  style="border:none ;"/><br /><font size="+1"><i>inlingua</i> <b>Online Information Exchange</b></font>
			 <!--<img src="images/i-logo.png"  style="border:none ; width:500px;"/>--></p>
			 </td></tr></table>
				
				<!--<p>Suspendisse potenti. Donec nulla est, laoreet quis, pellentesque in, congue in, dui. Nunc rhoncus placerat augue. Donec justo odio, eleifend varius, volutpat venenatis, sagittis ut, orci. Donec nulla est, laoreet quis, pellentesque in, congue in, dui. </p>
			  <p>Suspendisse potenti. Donec nulla est, laoreet quis, pellentesque in, congue in, dui. Nunc rhoncus placerat augue. Donec justo odio, eleifend varius, volutpat venenatis, sagittis ut, orci. Donec nulla est, laoreet quis, pellentesque in, congue in, dui. Nunc rhoncus placerat augue. Donec justo odio, eleifend varius, volutpat venenatis, sagittis ut, orci. Nullam et orci in erat viverra ornare. Nunc pellentesque.</p>-->
				
				

			               
		  </div>
	</div>
		<div id="secondaryContent">
		
			<h3>More....</h3>
			<h4>World Wide Centers</h4>
		   <p><a href="http://www.inlingua.com/" target="_blank"><img src="images/widget_world.jpg" width="120" height="72" alt="World wide" /></a></p>
		   <h4>inlingua Online Learning</h4>
		   
            <p><a href="http://www.inlingua.com/" target="_blank"><img src="images/box_onlinelearning.jpg" width="120" height="72" alt="box_onlinelearning" /></a></p>
<div class="xbg"></div>
		</div>
		<div class="clear"></div>
  </div>
	<div id="footer">
		<p>Copyright <a href='indeed-test' style="text-decoration:none;">&copy;</a> <?php echo date("Y"); ?> inlingua Dwarka. | All rights reserved</p>
	</div>
</div>
</body>
</html>
<?php
if($_REQUEST['l']=='y')
{
session_destroy();
}

 $tot_allow=count($_SESSION['allowed_modules']);

if($_SESSION['id']!="" && $tot_allow >1)
{
header("Location:home.php");
}


?>