-
Home
';
// inizio tabella
/***********************************
Scelta Comune
***********************************/
if ($multicomune=='1')
{
$sql="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 = $dbi->prepare("$sql");
$rescomu->execute();
$esiste_multi=$rescomu->rowCount();
if ($esiste_multi>=1) {
echo " -
"._COMUNI."
";
while (list($id,$descrizione,)=$rescomu->fetch(PDO::FETCH_NUM)){
echo "-
$descrizione
";
}
echo " ";
}
} // fine scelta comune
/***********************************
Scelta Consultazione
***********************************/
$sql="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" ;
$res = $dbi->prepare("$sql");
$res->execute();
$esiste=$res->rowCount();
//se esiste consultazione fa vedere i dati
if ($esiste>=1) {
echo " -
"._ELEZIONI."
";
/***********************************
Scelta Info
***********************************/
//$temp = array('confronti'=>'','come'=>'','numeri'=>'','servizi'=>'','link'=>'','dati'=>'','affluenze_sez'=>'','votanti'=>'');
echo " -
"._INFO."
";
/***********************************
Scelta Dati
***********************************/
$sql="SELECT count(0) FROM ".$prefix."_ele_circoscrizione where id_cons='$id_cons' ";
$res = $dbi->prepare("$sql");
$res->execute();
list($num_circ) = $res->fetch(PDO::FETCH_NUM);
echo " - "._RISULTATI."
";
if (($genere==5 and $votog) or !$votog) {
if (!$circo and $num_circ>1)
echo "- ".substr(_GRUPPO." "._PER." "._CIRCO,0,50)."
";
echo "- ".substr(_GRUPPO." "._PER." "._SEZIONI,0,50)."
";
}
if (!$votol and ($fascia>$limite || $limite==0)){ // si vota per la lista
if ($genere>2) {
if (!$circo and $num_circ>1)
echo "- ".substr(_LISTA." "._PER." "._CIRCO,0,50)."
";
echo "- ".substr(_LISTA." "._PER." "._SEZIONI,0,50)."
";
}
}
if ($genere>3 and !$votoc) {
if (!$votoc){
if(!$circo and $num_circ>1)
echo "- ".substr(_CONSI." "._PER." "._CIRCO,0,50)."
";
echo "- ".substr(_CONSI." "._PER." "._SEZIONI,0,50)."
";
}
}
$sql="SELECT chiusa FROM ".$prefix."_ele_cons_comune where id_cons='$id_cons'" ;
$resc = $dbi->prepare("$sql");
$resc->execute();
list($chiusa)=$resc->fetch(PDO::FETCH_NUM);
if ($hondt>=1 and $chiusa==1) {
echo "- "._CALCONS."
";
}
echo " ";
/***********************************
Scelta Grafici
***********************************/
echo " -
"._GRAFICI."
";
} // fine verifica esistenza consultazione : variabile $esiste
################ tema #####
if ($tema_on=="1"){
global $id_circ;
if (! isset($content)) $content="";
if (! isset($tlist)) $tlist="";
echo "- "._TEMA."
";
$path = "temi/";
$handle=opendir($path);
while ($file = readdir($handle)) {
if ( (preg_match('/^([_0-9a-zA-Z]+)([_0-9a-zA-Z]{3})$/',$file)) ) {
$tlist .= "$file ";
}
}
closedir($handle);
$tlist = explode(" ", $tlist);
sort($tlist);
for ($i=0; $i < sizeof($tlist); $i++) {
if(($tlist[$i]!="") && ($tlist[$i]!="language")) {
if ($tema == $tlist[$i]) {
$sel = "selected";
} else {
$sel = "";
}
$files=ucfirst($tlist[$i]);
echo "- $files
";
}
}
echo " ";
} // fine tema
echo "-
by luciano apolito & roberto gigli
";
echo "
|