"; 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 "



"; }else{ $res = mysql_query("SELECT sum(si),sum(no),sum(validi),sum(nulli),sum(bianchi),sum(contestati),id_gruppo FROM ".$prefix."_ele_voti_ref where id_cons='$id_cons' group by id_gruppo", $dbi); while (list($si,$no,$validi,$nulli,$bianchi,$contestati,$idg) = mysql_fetch_row($res)){ $resref = mysql_query("SELECT num_gruppo,descrizione from ".$prefix."_ele_gruppo where id_gruppo='$idg'", $dbi); list($numgruppo,$descrizione) = mysql_fetch_row($resref); echo "
"._GRUPPO."N. $numgruppo - $descrizione"; echo ""; ECHO "
"._SI." "._NO.""._VALIDI.""._NULLI.""._BIANCHI.""._CONTESTATI.""._TOTNON."
".number_format($si,0,',','.')."".number_format($no,0,',','.')."".number_format($validi,0,',','.')."".number_format($nulli,0,',','.')."".number_format($bianchi,0,',','.')."".number_format($contestati,0,',','.')."".number_format($nulli+$bianchi+$contestati,0,',','.')."

"; # votanti-------------- "._GRUPPO.""._DESCR." --- ".$numgruppo."".$descrizione." $resv = mysql_query("SELECT sum(voti_donne),sum(voti_uomini),sum(voti_complessivi) FROM ".$prefix."_ele_voti_parziale where id_cons='$id_cons' and data='$giorno' and orario='$ora' and id_gruppo='$idg'", $dbi); list($votf,$votm,$votc) = mysql_fetch_row($resv); 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 "

"; 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 or $disgiunto){ $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 ""; if ($disgiunto) echo ""; else echo ""; echo ""; $t_voti=0;$t_solo_gruppo=0;$t_nulli_lista=0; 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); if($disgiunto){ $resv = mysql_query("SELECT sum(t1.solo_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); }else{ $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($perlista)=mysql_fetch_row($resv); $t_voti+=$voti;$t_solo_gruppo+=$solo_gruppo;$t_perlista+=$perlista; ECHO ""; } echo ""; ECHO "
Candidato"._VALIDI.""._SOLO_GRUPPO."
Senza indicazione di lista"._SOLOLIS.""._VOTINULLI." di Lista
".$num_gruppo."".$desc."".number_format($voti,0,',','.')."".number_format($solo_gruppo,0,',','.')."".number_format($perlista,0,',','.')."
Totale$t_voti$t_solo_gruppo$t_perlista




"; } 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"); ?>