<?php
	session_start();
	$_SESSION["page"] = "../ro/parteneri.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>MOSATCLIM - ro</title>
        <link rel="stylesheet" type="text/css" href="../theme.css"/>
    </head>
    <body>
        <div id="titlu">
            <span id="prescurtare">MOSATCLIM</span>
			- <span class="em">MO</span>NITORIZAREA SI EVALUAREA PREDICTIVA PENTRU
			ROMANIA A IMPACTULUI FEEDBACKURILOR SCHIMBARILOR
			<span class="em">CLIM</span>ATICE ASUPRA UTILIZARII/ACOPERIRII
			TERENURILOR DIN DATE <span class="em">SAT</span>ELITARE SI BIOGEOFIZICE
			IN SITU
        </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="mosatclim.php">informatii proiect</a>
            | <span id="selectat">parteneri</span>
            | <a href="obiective.php">obiective</a>
            | <a href="teoretic.php">baza teoretica si infrastructura</a>
            | <a href="preliminar.php">rezultate preliminare</a>
            | <a href="stiintific.php">lucrari stiintifice</a>
			| <a href="../en/mosatclim.php">.en</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">
            	Parteneri
			</span>
			
            <ul>
				<li>
					Institutul National de C&D pentru Optoelectronica - Departamentul
					de Teledetectie Satelitara Mediu - CO
					<br />
					Responsabil: Prof. Dr. Maria Zoran
				</li>
				<li>
					Universitatea Bucuresti - Facultatea de Fizica - Departamentul
					de Fizica Mediului - P1
					<br />
					Responsabil: Prof. Dr. Sabina Stefan
				</li>
				<li>
					Agentia Nationala de Meteorologie - Departamentul de Schimbari
					Climatice - P2
					<br />
					Responsabil: Dr. Mihaela Caian
				</li>
				<li>
					Institutul de Cercetari si Amenajari Silvice - Departamentul
					de Teledetectie Satelitara - P3
					<br />
					Responsabil: Dr. Vladimir Gancz
				</li>
			</ul>
        </div>
		
		<div class="imagine">
			<img src="../imagini/data.jpg"/>
			<br />
			Simulated change in average summer temperature (upper panel)
			and in interannual variability (lower paned) from the period 
			1961-1990 to the period 2071-2100.
		</div>
    </body>
</html>
