| Current Path : /var/www/html/mmishra/indem/pks-ec/studentinfo/ |
| Current File : /var/www/html/mmishra/indem/pks-ec/studentinfo/index.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>IIIT Allahabad - Student Information Portal</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Student Information Zone">
<meta name="keywords" content="iiita, iiit allahabad, projects, collaboration, " >
<!-- <link href="css/stylesheet.css" rel="stylesheet" type="text/css" /> -->
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script language=JavaScript>
<!--
//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<!--**************-->
<?php
include "functions.inc";
dbconnect();
?>
<form method='post' action='<?php echo $PHP_SELF; ?>' enctype="multipart/form-data">
<div id="center">
<div id="header"><p align=right>
<h1>Indian Institute of Information Technology Allahabad</h1>
<h2>Student Information Zone</h2>
<!-- <h3></h3></center>-->
<img id="logo" src="images/iiitalogo.gif" border="0" height="85" width="85"/>
</div>
<div id="content">
<div id="leftside">
<div id="navlist">
<!-- <img src="images/col1.gif" width="85" height="85"></img> -->
<br><br>
</div>
<br><br><br>
<!-- <div>
<div><font color="#669900" size="3">
Contact us
</font></div>
<div> IIIT Allahabad
<br>
Deoghat Jhalwa, <br>
Allahabad 211 012 <br><br>
O: (0532) 2922000 <br>
F: (0532) 2430006 <br>
E: <a href="mailto:intlcoop@iiita.ac.in">intlcoop@iiita.ac.in</a> <br>
</div>
</div> -->
</div>
<br><br><center>
<?php
$rq = $_REQUEST ["rq"];
if (!$rq) $rq = 'main';
?>
</center>
<div id="middle" align="justify">
<?php
include "$rq.inc";
?>
</div>
<div id="cleaner"></div>
<div id="footer">
<!-- Designed and Developed By Prashant Kumar Srivastava -->
<?php
$hits = file_get_contents ("hits.txt");
$hits = $hits + 1;
$fd = fopen ("hits.txt", "w");
fwrite ($fd, $hits);
fclose ($fd);
echo 'Hits : '. $hits;
?>
</div>
</div>
</div>
<input type='hidden' name='rq' value='<?php echo $rq; ?>'>
</form>
</body>
</html>