1 | <?php
|
---|
2 |
|
---|
3 | /************************************************************************/
|
---|
4 | /* Eleonline - Raccolta e diffusione dei dati elettorali */
|
---|
5 | /* by Roberto Gigli & Luciano Apolito */
|
---|
6 | /* http://www.eleonline.it */
|
---|
7 | /* info@eleonline.it luciano@aniene.net rgigli@libero.it */
|
---|
8 | /************************************************************************/
|
---|
9 | /* Modulo Controllo dei voti */
|
---|
10 | /* Amministrazione */
|
---|
11 | /************************************************************************/
|
---|
12 |
|
---|
13 | if (!defined('ADMIN_FILE')) {
|
---|
14 | die ("You can't access this file directly...");
|
---|
15 | }
|
---|
16 |
|
---|
17 | $aid=$_SESSION['aid'];
|
---|
18 | $dbi=$_SESSION['dbi'];
|
---|
19 | $prefix=$_SESSION['prefix'];
|
---|
20 | $currentlang=$_SESSION['lang'];
|
---|
21 | $id_comune=$_SESSION['id_comune'];
|
---|
22 | $id_cons_gen=$_GET['id_cons_gen'];
|
---|
23 | $bgcolor1=$_SESSION['bgcolor1'];
|
---|
24 | $bgcolor2=$_SESSION['bgcolor2'];
|
---|
25 |
|
---|
26 | $perms=ChiSei($id_cons_gen);
|
---|
27 | if ($perms<16 or !$id_cons_gen) die("$perms Non hai i permessi per inserire dati, o non hai scelto la consultazione!");
|
---|
28 | $res = mysql_query("SELECT t1.tipo_cons,t2.id_cons,t2.solo_gruppo,t2.disgiunto FROM ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2 where t1.id_cons_gen=t2.id_cons_gen and t2.id_cons_gen='$id_cons_gen' and t2.id_comune='$id_comune'" , $dbi);
|
---|
29 | list($tipo_cons,$id_cons,$dettnulli,$disgiunto) = mysql_fetch_row($res);
|
---|
30 | $res = mysql_query("SELECT genere,voto_g,voto_l FROM ".$prefix."_ele_tipo where tipo_cons='$tipo_cons' " , $dbi);
|
---|
31 | list($genere,$votog,$votol) = mysql_fetch_row($res);
|
---|
32 |
|
---|
33 | include("modules/Elezioni/funzionidata.php");
|
---|
34 | include("modules/Elezioni/ele.php");
|
---|
35 | if (! get_magic_quotes_gpc()) $magic='addslashes'; else $magic='';
|
---|
36 | if (isset($param['ops'])) get_magic_quotes_gpc() ? $ops=$param['ops']:$ops=addslashes($param['ops']); else $ops='';
|
---|
37 | if (isset($param['pag'])) $pag=intval($param['pag']); else $pag=0;
|
---|
38 | if (isset($param['num_ref'])) $num_ref=intval($param['num_ref']);
|
---|
39 | if (isset($param['num_refs'])) $num_refs=intval($param['num_refs']);
|
---|
40 | ele();
|
---|
41 | //**************************************************************************
|
---|
42 | // ELE
|
---|
43 | //**************************************************************************
|
---|
44 |
|
---|
45 | global $prefix, $dbi,$fascia,$limite,$genere,$votog;
|
---|
46 |
|
---|
47 |
|
---|
48 | if($genere!=0){
|
---|
49 | $res = mysql_query("SELECT t1.id_gruppo,sum(t1.voti),sum(t1.solo_gruppo) FROM ".$prefix."_ele_voti_gruppo as t1 left join ".$prefix."_ele_gruppo as t2 on t1.id_gruppo=t2.id_gruppo where t1.id_cons='$id_cons' group by t1.id_gruppo order by t2.num_gruppo", $dbi);
|
---|
50 | ####################### inserimento scrutinio in percentuale -- per i gruppi
|
---|
51 | $NicolaSez = mysql_query("SELECT COUNT( id_sez ) FROM ".$prefix."_ele_sezioni WHERE validi <>0 AND id_cons ='$id_cons'",$dbi);
|
---|
52 | $NicolaSezScrut = mysql_fetch_row($NicolaSez);
|
---|
53 | $NicolaSez = mysql_query("SELECT COUNT( id_sez ) FROM ".$prefix."_ele_sezioni WHERE id_cons ='$id_cons'",$dbi);
|
---|
54 | $NicolaSezTot = mysql_fetch_row($NicolaSez);
|
---|
55 |
|
---|
56 | $resperc=mysql_query("select sum(validi),sum(nulli+bianchi+contestati+voti_nulli) from ".$prefix."_ele_sezioni where id_cons='$id_cons'",$dbi);
|
---|
57 | list($scruvalidi,$scrunulli)=mysql_fetch_row($resperc);
|
---|
58 | $resperc = mysql_query("select sum(voti_complessivi) from ".$prefix."_ele_voti_parziale where id_cons='$id_cons' group by data,orario order by data desc, orario desc limit 0,1 ",$dbi);
|
---|
59 | list($totschede)=mysql_fetch_row($resperc);
|
---|
60 | if($totschede)
|
---|
61 | $grpercscru=number_format(($scruvalidi+$scrunulli)*100/$totschede,2);
|
---|
62 | else $grpercscru=0;
|
---|
63 |
|
---|
64 | ################# calcolo voti di lista espressi
|
---|
65 | $resperc=mysql_query("select sum(validi_lista),sum(nulli+bianchi+voti_nulli+contestati+contestati_lista+solo_gruppo+voti_nulli_lista) from ".$prefix."_ele_sezioni where id_cons='$id_cons'",$dbi);
|
---|
66 | list($scruvalidi,$scrunulli)=mysql_fetch_row($resperc);
|
---|
67 |
|
---|
68 | if($totschede)
|
---|
69 | $listpercscru=number_format(($scruvalidi+$scrunulli)*100/$totschede,2);
|
---|
70 | else $listpercscru=0;
|
---|
71 | $listtotschede=$totschede;
|
---|
72 | $listtotvoti=($scruvalidi+$scrunulli);
|
---|
73 |
|
---|
74 | #################
|
---|
75 | echo "<table border=\"1\" cellpadding=\"5\"><tr align=\"middle\"><th colspan=\"5\">Riepilogo dei voti per gruppo e liste collegate</th></tr>";
|
---|
76 | echo "<tr align=\"middle\"><td colspan=\"3\"><b>Scrutinate $listtotvoti schede su $listtotschede ($listpercscru %)</b></td><td colspan=\"2\"><b>Scrutinate $listtotvoti schede su $listtotschede ($listpercscru %)</b></td></tr>";
|
---|
77 | echo "<tr align=\"middle\"><td><b>Candidato Uninominale</b></td><td><b>Voti</b></td><td><b>Al solo</br>Candidato Uninominale</b></td><td><b>Lista</br>Collegata</b></td><td><b>Voti alla lista</b></td></tr>";
|
---|
78 | $totl=0;$totg=0;$totsg=0;
|
---|
79 | while(list($id_gruppo,$votigruppo,$sologruppo)=mysql_fetch_row($res))
|
---|
80 | {
|
---|
81 | $totg+=$votigruppo; $totsg+=$sologruppo;
|
---|
82 | $resl = mysql_query("SELECT id_lista,num_lista,descrizione FROM ".$prefix."_ele_lista where id_cons='$id_cons' and id_gruppo='$id_gruppo' group by id_lista order by num_lista", $dbi);
|
---|
83 | $numliste=mysql_num_rows($resl);
|
---|
84 | $resg2 = mysql_query("SELECT num_gruppo,descrizione FROM ".$prefix."_ele_gruppo where id_gruppo='$id_gruppo'", $dbi);
|
---|
85 | list($num_gruppo,$descrg)=mysql_fetch_row($resg2);
|
---|
86 |
|
---|
87 | echo "<tr><td rowspan=\"$numliste\">$descrg</td><td rowspan=\"$numliste\" align=\"right\"><h2>".number_format($votigruppo,0,',','.')."</h2></td><td rowspan=\"$numliste\" align=\"right\"><h2>".number_format($sologruppo,0,',','.')."</h2></td>";
|
---|
88 | $currlst=0;
|
---|
89 | while (list($id_lista,$num_lista,$descrl)=mysql_fetch_row($resl))
|
---|
90 | {
|
---|
91 | $resl2 = mysql_query("SELECT sum(voti) FROM ".$prefix."_ele_voti_lista where id_lista='$id_lista'", $dbi);
|
---|
92 | list($votilista)=mysql_fetch_row($resl2);
|
---|
93 | if($currlst) echo "<tr>"; else $currlst++;
|
---|
94 | $totl+=$votilista;
|
---|
95 | echo "<td>$num_lista) $descrl</td><td align=\"right\"><h2>".number_format($votilista,0,',','.')."</h2></td></tr>";
|
---|
96 | }
|
---|
97 | }
|
---|
98 | echo "<tr><td><b>Totale</b></td><td align=\"right\"><h1>".number_format($totg,0,',','.')."</h1></td><td align=\"right\"><h1>".number_format($totsg,0,',','.')."</h1></td><td></td><td align=\"right\"><h1>".number_format($totl,0,',','.')."</h1></td></tr>";
|
---|
99 | echo "</table></br>";
|
---|
100 |
|
---|
101 | }
|
---|
102 |
|
---|
103 | echo "</table>";
|
---|
104 |
|
---|
105 | # if ($votog) echo "<fieldset><legend>"._VOTI_LISTA."</legend>";
|
---|
106 | # else echo "<fieldset><legend>"._GRUPPO."</legend>";
|
---|
107 |
|
---|
108 |
|
---|
109 | include ("footer.php");
|
---|
110 |
|
---|
111 | ?>
|
---|