Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/libsite/
Upload File :
Current File : /var/www/html/mmishra/mm/libsite/page_header.inc

<?php
echo "<html><head>";
echo "<title>Library Information & Documentation Services</title>";
echo "<base href='http://" . $_SERVER["SERVER_NAME"] . "/mmishra/libsite/'></base>";
echo "<link rel='stylesheet' href='libsite.css' type='text/css'>";
echo "<style type='text/css'><!-- A {text-decoration:none}--></style>";
echo "</head><body><center>";
echo "<table cellpadding='0' cellspacing='0' width='96%' id='white_box'>";
echo "<tr valign='center' id='ttl'>";
echo "<td align='center' width='80%' background='image/top.jpg' align='right' valign='bottom' style=\"padding: 0px; background-repeat: no-repeat;\">";
echo "<font color='white'>LibSite Ver. 3.0</font>";
echo "<div align='right'><img src='image/logo1.jpg' width='30' height='30'>&nbsp;&nbsp;</div><br>";
echo "</td></tr>";
echo "<tr><td bgcolor='black' align='right'><font color='white'><a href='right.php'>Home</a> | ";
echo "<a href='admin/index.php' target='_top'>Login</a> | ";
echo "<a href='http://www.iiita.ac.in/indest/' ONMOUSEOVER=\"window.status='Journals accessible online'; return true\" target='top'>INDEST</a> | ";
echo date("D, d-m-Y") . "&nbsp;&nbsp;";
echo "</font></td></tr>";
echo "<tr valign='top'><td height='450' id='id1'>";

//db_connect.php
include "db_connect.inc";
include "libsite_library.inc";

echo "<form method='post' action='" . $_SERVER["SCRIPT_NAME"] . "/'>";

?>