Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/irp/icure.v1/
Upload File :
Current File : /var/www/html/mmishra/irp/icure.v1/index1.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>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>iLight@IIITA</title>
        <style type="text/css">
                @import "css/menu1.css";
        </style>
        <base href='https://icure.iiita.ac.in/' />
        <link href='css/style.css' rel='stylesheet' />
        <meta charset='utf-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <meta name='description' content='medical treatment, first aid'>
        <meta name='author' content='Mithilesh Mishra, System Analyst'>

        <link rel='SHORTCUT ICON' href='images/logo.ico'>

        <?php
                include "classes/editor.php";
                $pg = $_REQUEST["pg"];
                if (!$pg) $pg = 'home';
        ?>
</head>
<body>
        <center>
        <font weight='bold' size='+2' color='white'>HEALTH</font>
        <img src='images/iLogo.png' width='50' height='50' border='0' />
        <font weight='bold' size='+2' color='white'>CENTER</font>

        <h1>Indian Institute of Information Technology Allahabad</h1>
        <font size='+1'>( <img src='images/iCure.jpg' width='25' height='25' border='0' /> iCure Ver. 1.0 )</font>
        <br>
        </center>
        <form method='POST' action='<?php echo $_SERVER['PHP_SELF']; ?>'>
        <input type='hidden' name='pg' value='<?php echo $pg; ?>'>
	<br>
<?php

	require("session.inc");
	include("menu.inc");


	if (!$pg) $pg = 'home';

	if (!$user && $pg != 'home') echo '<h1>Please login into the system first.</h1>';
	else include("$pg.inc");

?>
        </form>
        <br><br>
        <div id='footer' align='center'>
        	<hr style='border: 0; border-top: 1px solid lightpink'>
        	<b>&copy;2015 Engineering Department, IIIT Allahabad, Devghat, Jhalwa, Allahabad-211012 (UP) INDIA<br>
        	Care is better than cure. Avoid self-medication, consult institute doctors.<br>
        	Contact: 0532-2922310/11/12
        	<hr style='border: 0; border-top: 1px solid lightpink'>
        	Developed by: Mithilesh Kr. Mishra (System Analyst), IIIT Allahabad
        </div>
</body>
</html>