"; echo "
"._VOTANTI.""; echo ""; ECHO "
"._ISCRITTI.""._UOMINI.""._DONNE.""._VOTIU.""._VOTID.""._VOTIE."
".number_format($totel,0,',','.')."".number_format($totm,0,',','.')."".number_format($totf,0,',','.')."".number_format($votm,0,',','.')."".number_format($votf,0,',','.')."".number_format($votc,0,',','.')."

"; ECHO "



"; $totnulli=$nulli+$bianchi+$contestati+$votinulli; if ($votog) echo "
"._VOTI_LISTA.""; else echo "
"._GRUPPO.""; echo ""; ECHO "
"._VALIDI.""._NULLI.""._BIANCHI.""._CONTESTATI.""._VOTINULLI.""._TOTNON."
".number_format($validi,0,',','.')."".number_format($nulli,0,',','.')."".number_format($bianchi,0,',','.')."".number_format($contestati,0,',','.')."".number_format($votinulli,0,',','.')."".number_format($totnulli,0,',','.')."

"; ECHO "



"; if ($genere==5 and !$votog) { $totnullil=$nullilista+$contestatilista; $id_conf=0; $res = mysql_query("SELECT t1.id_conf,t1.id_fascia, t2.limite, t1.solo_gruppo from ".$prefix."_ele_cons_comune as t1 left join ".$prefix."_ele_conf as t2 on t1.id_conf=t2.id_conf where t1.id_cons='$id_cons'", $dbi); if($res) list($id_conf,$fascia,$limite,$dettnulli) = mysql_fetch_row($res); if ($id_conf and $fascia<=$limite) { echo "
"._VOTI_LISTA.""; echo ""; ECHO "
"._VALIDI.""._NULLI.""._BIANCHI.""._CONTESTATI.""._VOTINULLI.""._TOTNON."
".number_format($validi,0,',','.')."".number_format($nulli,0,',','.')."".number_format($bianchi,0,',','.')."".number_format($contestati,0,',','.')."".number_format($votinulli,0,',','.')."".number_format($totnulli,0,',','.')."

"; ECHO "



"; }else{ if ($dettnulli){ $res = mysql_query("SELECT id_gruppo,num_gruppo,descrizione from ".$prefix."_ele_gruppo where id_cons='$id_cons' order by num_gruppo", $dbi); echo "
"._GRUPPO.""; echo ""; while(list($id_gruppo,$num_gruppo,$desc) = mysql_fetch_row($res)){ $resv = mysql_query("SELECT sum(voti),sum(solo_gruppo) from ".$prefix."_ele_voti_gruppo where id_gruppo='$id_gruppo'", $dbi); list($voti,$solo_gruppo)=mysql_fetch_row($resv); $resv = mysql_query("SELECT sum(t1.nulli_lista) from ".$prefix."_ele_voti_lista as t1 left join ".$prefix."_ele_lista as t2 on t1.id_lista=t2.id_lista where t2.id_gruppo='$id_gruppo'", $dbi); list($nulli_lista)=mysql_fetch_row($resv); ECHO ""; } ECHO "
Candidato"._VALIDI.""._SOLO_GRUPPO."
Senza indicazione di lista"._VOTINULLI." di Lista
".$num_gruppo."".$desc."".number_format($voti,0,',','.')."".number_format($solo_gruppo,0,',','.')."".number_format($nulli_lista,0,',','.')."




"; } echo "
"._VOTI_LISTA.""; echo ""; // if ($genere==5 and !$votog) echo ""; echo ""; ECHO ""; if($genere==5 and !$votog) echo ""; echo "
"._VALIDI.""._VOTINULLI.""._CONTESTATI.""._SOLO_GRUPPO.""._TOTNON."
".number_format($validilista,0,',','.')."".number_format($nullilista,0,',','.')."".number_format($contestatilista,0,',','.')."".number_format($sg,0,',','.')."".number_format($totnullil,0,',','.')."

"; ECHO "
"; } } echo ""; echo "\n\n"; include ("footer.php"); ?>