| Current Path : /var/www/html/mmishra/iws8/html/iport/ |
| Current File : /var/www/html/mmishra/iws8/html/iport/index.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>
<title>iTransport@IIITA</title>
<base href="https://iport.iiita.ac.in/" />
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Institute transport facility, IIIT Allahabad">
<meta name="author" content="Dr. M.K. Mishra, System Analyst">
<link rel="SHORTCUT ICON" href="images/logo.ico">
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/menu1.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/calendar.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/dashboard.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" media="screen" />
<script type="text/javascript" src="js/calendar.js"></script>
<!--script type="text/javascript" src="js/mm.js"--><!--/script-->
<?php
$pg = $_REQUEST["pg"];
if (!$pg) $pg = 'home';
if (!$user) $role = 'user';
?>
</head>
<body>
<center>
<font weight='bold' size='+2' color='white'>TRANSPORT<img src='images/iLogo.png' width='40' height='40' border='0'>DEPARTMENT</font>
<h1>Indian Institute of Information Technology Allahabad</h1>
<font size='+1'>( <font color='red'><i class='fa fa-bus' aria-hidden='true'></i></font> iTransport Ver. 1.0 )</font>
<br>
</center>
<form method='POST' action='<?php echo $_SERVER['PHP_SELF']; ?>' enctype='multipart/form-data'>
<input type='hidden' name='pg' value='<?php echo $pg; ?>'>
<?php
require("session.inc");
if ($user) echo "Welcome <i class='fa fa-user-o' aria-hidden='true'></i> <b>$user</b>! Currently you are logged in to this system as <b>$role</b>.";
else echo '<br>';
echo "<div align='right'><i class='fa fa-clock-o' aria-hidden='true'></i> ". date("d M, Y h:i:s A") ."</div>";
include("menu.inc");
include("$pg.inc");
?>
</form>
<div id='footer' align='center'>
<hr style='border: 0; border-top: 1px solid lightblue'>
<b>©2017 Transport Cell, IIIT Allahabad, Devghat, Jhalwa, Allahabad-211012 (UP) INDIA<br>
Everyone to ensure smooth and enjoyable transport facility at the institute.<br>
Contact: 0532-2922046/47/48
<hr style='border: 0; border-top: 1px solid lightblue'>
Developed by: Dr. M.K. Mishra (System Analyst), IIIT Allahabad
</div>
</body>
</html>