Your IP : 216.73.216.40


Current Path : /var/www/html/prashantkr/EC-pdf/
Upload File :
Current File : /var/www/html/prashantkr/EC-pdf/index.php

<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <title>LMS @ IIIT-Allahabad</title>
  <meta name="description" content="Employee Leave Application Portal">
  <meta name="keywords" content="keyword1, keyword2, keyword3">
  <link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="main">
<div class="page">
<div class="header">
<p align="center">&nbsp; </p>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<img src='images/logo.gif' height='75' width='78' />
</div>
<div class="topmenu">
<ul>
  <li style="background: transparent none repeat scroll 0% 50%; 
	     -moz-background-clip: initial; 
	     -moz-background-origin: initial; 
	     -moz-background-inline-policy: initial; 
	     padding-left: 0px;"><a href="?pg=home">Home</a></li>
  <li><a href="?pg=lms">Apply for Leave</a></li>
  <li><a href="?pg=leavelist">Leave Register</a></li>
  <li><a href="?pg=linkedlist">Leave Rules</a></li>
  <li><a href="?pg=administration">Administration</a></li>
</ul>
</div>
<div class="content">
<div class="left-panel">
<div class="left-panel-in">
<?php
	$pg = $_REQUEST["pg"];
	if (!$pg) $pg='home';
	include "$pg.php";
?>
</div>
</div>
</div>
<div class="footer">
<p>&copy;  IIIT-A </p>
<ul>
  <li style="border-left: medium none;"><a href="http://www.iiita.ac.in">IIIT-A</a></li>
  <li><a href="https://www.gmail.com">Mail</a></li>
</ul>
</div>
</div>
</div>
</body></html>