Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/irp/irp/pcstore/
Upload File :
Current File : /var/www/html/mmishra/irp/irp/pcstore/page_header.inc

<?php
include "db_connect.inc";
echo "<html><head>";
echo "<base href='http://" . $_SERVER["SERVER_NAME"] . "/'></base>";
echo "<link rel=stylesheet href='style.css' type='text/css'>";
echo "<style type='text/css'><!-- A {text-decoration:none}--></style>";
echo "</head><body style=''><center>";
echo "<table cellpadding=0 cellspacing=0 width='98%' id='black_box'>";
echo "<tr valign='center' id='ttl'>";
echo "<td width='80%' align='center'><font face='verdana' size='+1'>INDIAN INSTITUTE OF INFORMATION TECHNOLOGY, ALLAHABAD</font>";
// background='image/top.jpg' align='right' valign='bottom' style=\"padding: 0px; background-repeat: no-repeat;\">";
echo "<br><font color='black'>Devghat, Jalwa, Allahabad - 211012</font>";
echo "<td rowspan='2' width='10%' align='center'><img src='image/logo1.jpg' width='50' height='50'>&nbsp;&nbsp;</td></tr>";
echo "<tr><td align='center'><b><i>Innovative & Support Centre</i></b></td></tr>";
echo "<tr><td bgcolor='gray'>" . date("D, d-m-Y") . "</td>";
echo "<td nowrap align='center' id='black_box'><a href='right.php'>Home</a> | ";
echo "<a href='admin/index.php' target='_top'>Login</a>&nbsp;</td></tr>";
echo "<tr valign='top'><td id='id1' colspan='2' height='520'>";
echo "<form method='post' action='" . $_SERVER["SCRIPT_NAME"] . "/'>";
include "mcell_library.inc";

?>