/**
* Formular pro prihlaseni
*/
if($_SESSION['random'] and $row['id_user'] > 0){
print "\t
\n";
}else{
//echo"KS: ".$_REQUEST['kod_struktury'];
if($_REQUEST['kod_struktury']){
list($pocet) = f_sel_tabx($db,"count(*)",$dtb.".s_struktura","kod_struktury = '".$_REQUEST['kod_struktury']."'");
}else{
$pocet = 1;
}
//echo "POCET: ".$pocet;
if($pocet > 0){
print "\t\t
\n";
print "\n\t\t
\n\n";
}
}
?>