<?php
	session_start();
	$_SESSION["page"] = "../en/partners.php";
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
        <title>FORMEPI - en</title>
        <link rel="stylesheet" type="text/css" href="../theme.css"/>
    </head>
    <body>
        <div id="titlu">
            <span id="prescurtare">FORMEPI</span>
            - SPECTRAL MODELS FOR ASSESSING AND
            FORECASTING THE IMPACT OF ENVIRONMENTAL	POLLUTANTS AND CLIMATIC
            CHANGES ON FOREST SYSTEM
        </div>
        
		<div id="meniu">
            <?php
				if (empty($_SESSION["user"])) {
					echo "<a href='../actiuni/login.php'>LOGIN</a>";
				} else {
					echo "<a href='../actiuni/logout.php'>LOGOUT - </a>" . $_SESSION["user"];
				}
			?>
            | <a href="formepi.php">project information</a>
            | <span id="selectat">partners</span>
            | <a href="objectives.php">objectives</a>
            | <a href="theoretical.php">theoretical background and infrastructure</a>
            | <a href="preliminary.php">preliminary results</a>
            | <a href="scientific.php">scientific papers</a>
			| <a href="../ro/formepi.php">.ro</a>
			<?php
				if (!empty($_SESSION["user"])) {
					echo "<hr />";
					echo "<a href='../actiuni/upload.php'>Upload files</a>";
					echo " | <a href='../actiuni/download.php'>Download files</a>";
				}
			?>
			<hr />
			<a href="http://inoe.inoe.ro">INOE</a>
			| <a href="mailto:mzoran@inoe.inoe.ro">contact: mzoran@inoe.inoe.ro</a>
        </div>
		
        <div id="corp">
        	<span class="subtitlu">
            		Partners
			</span>
			<br />
			
            <ul>
				<li>
					National Institute of R&D for Optoelectronics - Environmental
					Remote Sensing Department
					<br />
					Responsible: Prof. Dr. Maria Zoran
				</li>
				<li>
					University of Bucharest - Faculty of Physics - Environmental
					Physics Department
					<br />
					Responsible: Prof. Dr. Sabina Stefan
				</li>
				<li>
					National Agency of Meteorology - Climatic Changes Department
					<br />
					Responsible: Dr. Mihaela Caian
				</li>
				<li>
					Forest Research and Management Institute - Remote Sensing Department
					<br />
					Responsible: Dr. Vladimir Gancz
				</li>
			</ul>
        </div>
		
		<div class="imagine">
			<img src="../imagini/data.jpg"/>
		</div>
    </body>
</html>
