torna all'homepage");
}
*/
// definizione variabile per button 'ok' nei form per il noscript
$button=" ";
$sqlcomu="select descrizione,fascia from ".$prefix."_ele_comuni where id_comune=$id_comune";
$rescomu= mysql_query("$sqlcomu",$dbi);
list($descr_com,$fascia)=mysql_fetch_row($rescomu);
echo '
';
// inizio tabella
/***********************************
Scelta Comune
***********************************/
if ($multicomune=='1')
{
$sqlcomu="select t1.id_comune,t1.descrizione,count(0) from ".$prefix."_ele_comuni as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_comune=t2.id_comune and t2.chiusa<2 group by t1.id_comune,t1.descrizione order by t1.descrizione asc";
$rescomu= mysql_query("$sqlcomu",$dbi);
$esiste_multi=mysql_num_rows($rescomu);
if ($esiste_multi>=1) {
echo "
";
}
} // fine scelta comune
/***********************************
Scelta Consultazione
***********************************/
$res = mysql_query("SELECT t1.id_cons_gen,t1.descrizione FROM ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_cons_gen=t2.id_cons_gen and t2.id_comune='$id_comune' and t2.chiusa!='2' order by t1.data_fine desc" , $dbi);
$esiste=mysql_num_rows($res);
//se esiste consultazione fa vedere i dati
if ($esiste>=1) {
echo "
";
}
}
}
########################### Blocchi
# flash x demo
function flash(){
global $flash,$name,$id_comune,$op,$id_cons,$id_cons_gen;
if ($flash=='1'){
echo "