@require("./inc/function.php");
pripoj_dB();
$ID+=0;
// select autora
@$sql = "SELECT * FROM $tbl_autor WHERE id = $ID";
@$Vysledek=MySQL_Query($sql) or die ("
Chyba při zpracování dotazu v databázi.
");
// pokud autor neexistuje, jdu na prehled autoru
if (Mysql_Num_Rows($Vysledek)!=1):
MySQL_Close($Spojeni);
Header("Location: http://$HOST/autori.php");
exit;
endif;
@$Row = Mysql_Fetch_Row($Vysledek);
$Title="CEPSR - ".StripSlashes($Row[2])." ".StripSlashes($Row[3])." (english)";
head();
?>
// tabulka se jmenem, zakl. info a obrazkem
echo "
";
echo "";
echo "";
?>
echo " | ";
echo "";
echo "$Row[1] $Row[2] $Row[3]";
if ($Row[4]) echo ", $Row[4]";
echo "
"; // autor
if ($Row[6]) echo "".StripSlashes(NL2BR($Row[6]))."
"; // funkce
if ($Row[7]) echo "".StripSlashes($Row[7])." "; // adresa
if ($Row[8]) echo "tel: $Row[8] "; // tel
if ($Row[9]) echo "email: $Row[9]"; // email
echo " | ";
echo "";
if ($Row[26]) echo " ";
else echo " ";
echo " | ";
echo " ";
echo " ";
// profil autora
if ($Row[11]) echo "Fields of Research Interest ".StripSlashes($Row[11])." "; // zamereni
if ($Row[13]) echo "Professional Specialization ".StripSlashes($Row[13])." "; // vyzkum
if ($Row[15]) echo "Graduated from ".StripSlashes($Row[15])." "; // vs
if ($Row[17]) echo "Academic Background and Professional Record ".StripSlashes($Row[17])." "; // cv
if ($Row[19]) echo "Realized Grant Projects ".StripSlashes($Row[19])." "; // granty
if ($Row[21]) echo "Foreign Study Visits ".StripSlashes($Row[21])." "; // pobyty
if ($Row[23]) echo "Current Membership ".StripSlashes($Row[23])." "; // clenstvi
if ($Row[25]) echo "Major Publications ".StripSlashes($Row[25])." "; // publik
?>
|
|

@include ("./inc/right_page.php");
MySQL_Close($Spojeni);
foot();
?>
|