source: trunk/client/modules/Elezioni/gruppo.php@ 2

Last change on this file since 2 was 2, checked in by root, 15 years ago

importo il progetto

File size: 30.0 KB
Line 
1<?php
2/************************************************************************/
3/* Eleonline - Raccolta e diffusione dei dati elettorali */
4/* by Luciano Apolito & Roberto Gigli */
5/* http://www.eleonline.it */
6/* info@eleonline.it luciano@aniene.net rgigli@libero.it */
7/************************************************************************/
8
9if (!defined('MODULE_FILE')) {
10 die ("You can't access this file directly...");
11}
12if ($xls=='1') include("modules/Elezioni/language/lang-$lang.php");
13
14
15$param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ?
16 $_GET : $_POST;
17
18if (isset($param['id_cons_gen'])) $id_cons_gen=intval($param['id_cons_gen']); else $id_cons_gen='';
19//if (isset($param['op'])) $op=$param['op']; else $op='';
20if (isset($param['minsez'])) $minsez=intval($param['minsez']); else $minsez='';
21if (isset($param['id_lista'])) $id_lista=intval($param['id_lista']); else $id_lista='';
22if (isset($param['id_circ'])) $id_circ=intval($param['id_circ']); else $id_circ='';
23if (isset($param['csv'])) $csv=intval($param['csv']); else $csv='';
24if (isset($param['min'])) $min=intval($param['min']); else $min= 0;
25if (isset($param['orvert'])) $orvert=intval($param['orvert']); else $orvert='';
26if (isset($param['offset'])) $offset=intval($param['offset']); else $offset='';
27if (isset($param['offsetsez'])) $offsetsez=intval($param['offsetsez']); else $offsetsez='';
28if (isset($param['perc'])) $perc=$param['perc']; else $perc='';
29if (isset($param['info'])) get_magic_quotes_gpc() ? $info=$param['info']:$info=addslashes($param['info']); else $info='';
30if (isset($param['files'])) get_magic_quotes_gpc() ? $files=$param['files']:$files=addslashes($param['files']); else $files='';
31if (isset($param['voti_lista'])) $voti_lista=intval($param['voti_lista']); else $voti_lista= 0;
32if (isset($param['perc_lista'])) $perc_lista=$param['perc_lista']; else $perc_lista= 0;
33if (isset($param['lettera'])) get_magic_quotes_gpc() ? $lettera=$param['lettera']:$lettera=addslashes($param['lettera']); else $lettera='';
34if (isset($param['id_gruppo'])) $id_gruppo=intval($param['id_gruppo']); else $id_gruppo='';
35#if (isset($param['tipo_cons'])) $tipo_cons=intval($param['tipo_cons']); else $tipo_cons='';
36
37
38
39
40
41
42
43include("crea_pagina.php");
44$res = mysql_query("SELECT descrizione from ".$prefix."_ele_comuni where id_comune='$id_comune'" , $dbi);
45list($descr_comune) = mysql_fetch_row($res);
46
47$res = mysql_query("SELECT t1.descrizione, t1.tipo_cons,t2.genere, t2.voto_g, t2.voto_l, t2.voto_c, t2.circo FROM ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_tipo as t2 where t1.tipo_cons=t2.tipo_cons and t1.id_cons_gen='$id_cons_gen' ", $dbi);
48list($descr_cons,$tipo_cons,$genere,$votog,$votol,$votoc,$circo) = mysql_fetch_row($res);
49$res = mysql_query("SELECT t2.id_cons 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);
50list($id_cons) = mysql_fetch_row($res);
51
52
53
54
55
56
57
58////////////////////////////////////////////////////////////
59// Visualizza i dati per liste, gruppi e referendum, per sezione o circoscrizione
60////////////////////////////////////////////////////////////
61
62function gruppo_circo(){
63 global $prefix, $dbi, $descr_cons, $id_cons, $id_cons_gen,$tipo_cons,$votog,$votol,$votoc,$circo, $genere,$id_gruppo,$id_lista,$bgcolor1,$bgcolor2,$id_comune,$descr_comune,$id_circ;
64 global $id_comune,$id_cons_gen,$op,$minsez,$id_lista,$id_circ,$csv,$min,
65 $orvert,$offset,$offsetsez,$perc,$info,$files;
66 #Denominazione pagine
67 if($op=="gruppo_circo") $pagina=_GRUPPO." "._PER." "._CIRCO;
68 if($op=="gruppo_sezione") $pagina=_GRUPPO." "._PER." "._SEZIONI;
69 if($op=="lista_circo") $pagina=_LISTA." "._PER." "._CIRCO;
70 if($op=="lista_sezione") $pagina=_LISTA." "._PER." "._SEZIONI;
71 if($op=="candidato_circo") $pagina=_CONSI." "._PER." "._CIRCO;
72 if($op=="candidato_sezione") $pagina=_CONSI." "._PER." "._SEZIONI;
73 if($op=="consiglieri") $pagina=_CALCONS;
74
75
76
77
78 if (ereg('circo',$op)) { //$op=='gruppo_circo' or $op=='lista_circo') {
79 $tab1="circ";
80 $tab2="t5.num_circ,t5.descrizione";
81 $tab3="t5.num_circ";
82 $tipo1=_DA." "._CIRCO;
83 $tipo2=_CIRCOS;
84 $tipo3=_CIRCO;
85 }else{
86 $tab1="sez";
87 $tab2="t3.num_sez,''";
88 $tab3="t3.num_sez";
89 $tipo1=_DA." "._SEZIONE;
90 $tipo2=_SEZIONI;
91 $tipo3=_SEZIONE;
92 }
93 if (ereg("gruppo",$op)){
94 $tab="gruppo";
95 }elseif (ereg('lista',$op)) {
96 $tab="lista";
97 }else{
98 $tab="candidati";
99 }
100 if ($orvert) {
101 $righe='';
102 $colonne='checked';
103 }else{
104 $righe='checked';
105 $colonne='';
106 }
107 if ($genere>0) { //se non e' un referendum
108
109
110 $voticompl=0;
111 if (!($offset)) $offset=25;
112 if (!($min)) $min=1;
113 if (!($offsetsez)) $offsetsez=20;
114 if (!($minsez)) $minsez=1;
115 if ($min>$offset) {
116 $appo=$min;
117 $min=$offset;
118 $offset=$appo;
119 }
120 if ($minsez>$offsetsez) {
121 $appo=$minsez;
122 $minsez=$offsetsez;
123 $offsetsez=$appo;
124 }
125 if (!$csv){
126 echo "<form id=\"voti\" method=\"post\" action=\"modules.php\">";
127 echo "<div><input type=\"hidden\" name=\"pag\" value=\"modules.php?name=Elezioni&amp;op=$op&amp;id_cons_gen=$id_cons_gen&amp;id_comune=$id_comune&amp;id_circ=$id_circ&amp;id_lista=\"></input>";
128 echo "<input type=\"hidden\" name=\"pagina\" value=\"modules.php?name=Elezioni&amp;op=$op&amp;id_cons_gen=$id_cons_gen&amp;id_comune=$id_comune&amp;id_circ=\"></input>";
129 }
130 $condcirc='';
131 if ($circo){ //gestione circoscrizionali
132 if(!$id_circ){
133 $res_cir = mysql_query("SELECT id_circ from ".$prefix."_ele_circoscrizione where id_cons=$id_cons and num_circ=1",$dbi); //se non si e' scelta una circoscr. prende la prima
134 list($id_circ)=mysql_fetch_row($res_cir);
135 }
136 $res_cir = mysql_query("SELECT num_circ from ".$prefix."_ele_circoscrizione where id_circ=$id_circ",$dbi); //estrae il numero della circoscrizione
137 list($num_circ)=mysql_fetch_row($res_cir);
138 $condcirc="and id_circ=$id_circ"; //variabile aggiunta nelle select per le circ.
139 $res_sez = mysql_query("SELECT count(t1.num_sez) from ".$prefix."_ele_sezioni as t1, ".$prefix."_ele_sede as t2 where t1.id_cons=$id_cons and t1.id_sede=t2.id_sede and t2.id_circ=$id_circ",$dbi); //numero di sezioni nella circoscrizione
140 $res_min = mysql_query("SELECT min(t1.num_sez) from ".$prefix."_ele_sezioni as t1, ".$prefix."_ele_sede as t2 where t1.id_cons=$id_cons and t1.id_sede=t2.id_sede and t2.id_circ=$id_circ",$dbi); //setta minsez sulla prima sezione della circoscrizione
141 list($minsez)=mysql_fetch_row($res_min);
142 }
143 else
144 $res_sez = mysql_query("SELECT count(num_sez) from ".$prefix."_ele_sezioni where id_cons=$id_cons",$dbi);
145 list($tot_sez)=mysql_fetch_row($res_sez);
146 $num_sez=$tot_sez;//mysql_data_seek($res_sez,0);
147 if ($circo) $offsetsez=$num_sez+$minsez-1;//setta offsetsez sull'ultima sezione della circoscrizione
148 if(ereg("circo", $op)) {
149 $res_sez = mysql_query("SELECT count(num_circ) from ".$prefix."_ele_circoscrizione where id_cons=$id_cons",$dbi); //estrae il numero delle circoscrizioni
150 list($num_sez)=mysql_fetch_row($res_sez);
151 }
152#Tolgo la scelta della circoscrizione o collegio perché gestita per tutte le pagine in index.php
153/* if ($circo){ // elenco per scelta circoscrizione
154 $res_sez = mysql_query("SELECT id_circ,descrizione,num_circ from ".$prefix."_ele_circoscrizione where id_cons=$id_cons",$dbi);
155 echo "<div >"._SCELTA_CIR.":
156 <select name=\"id_circ\" class=\"modulo\" onChange=\"top.location.href=this.form.pagina.value+this.form.id_circ.options[this.form.id_circ.selectedIndex].value;return false\">";
157 while(list($id_rif,$descrizione,$num_cir)=mysql_fetch_row($res_sez)) {
158 if (!$id_circ) $id_circ=$id_rif;
159 $sel = ($id_rif == $id_circ) ? "selected=\"selected\"" : "";
160 echo "<option value=\"$id_rif\" $sel>";
161 for ($j=strlen($num_cir);$j<2;$j++) { echo "&nbsp;&nbsp;";}
162 echo $num_cir.") ".$descrizione."</option>";
163 }
164 echo "</select></div>";
165
166 }
167*/
168 $visvot='';
169 if(ereg('candidato', $op)){
170// $numliste=mysql_num_rows($res_lis);
171 $visvot="cand";
172 if (!$csv){
173 $res_lis = mysql_query("SELECT id_lista, descrizione,num_lista from ".$prefix."_ele_lista where id_cons=$id_cons $condcirc order by num_lista",$dbi);
174 //elenco delle liste per la scelta
175 echo "<p>Scegli la lista:
176 <select name=\"id_lista\" class=\"modulo\" onChange=\"top.location.href=this.form.pag.value+this.form.id_lista.options[this.form.id_lista.selectedIndex].value;return false\">";
177 while(list($id_rif,$descrizione,$num_lis) = mysql_fetch_row($res_lis)) {
178 if (!$id_lista) $id_lista=$id_rif;
179 $sel = ($id_rif == $id_lista) ? "selected=\"selected\"" : "";
180 echo "<option value=\"$id_rif\" $sel>";
181 for ($j=strlen($num_lis);$j<2;$j++) { echo "&nbsp;&nbsp;";}
182 echo $num_lis.") ".$descrizione."</option>";
183 }
184 echo "</select></p>";
185 }
186 $res_scr = mysql_query("SELECT count(t1.id_sez) from ".$prefix."_ele_voti_$tab as t1, ".$prefix."_ele_$tab as t2 where t2.id_lista=$id_lista and t1.id_cand=t2.id_cand group by t1.id_cand",$dbi);
187 $res_cand = mysql_query("SELECT id_cand, concat(cognome,' ', nome), num_cand from ".$prefix."_ele_$tab where id_cons=$id_cons and id_lista=$id_lista order by num_cand",$dbi);
188 if ($circo) $condcirc="and t5.id_circ=$id_circ";
189 $res_voti = mysql_query("select $tab2, t1.num_cand, concat(t1.cognome,' ', t1.nome), sum(t2.voti),'','','','',''
190 from ".$prefix."_ele_candidati as t1, ".$prefix."_ele_voti_candidati as t2, "
191 .$prefix."_ele_sezioni as t3, ".$prefix."_ele_sede as t4, ".$prefix."_ele_circoscrizione as t5
192 where t1.id_lista=$id_lista
193 and t1.id_cons=$id_cons
194 and t1.id_cand=t2.id_cand
195 and t2.id_sez=t3.id_sez
196 and t3.id_sede=t4.id_sede
197 and t4.id_circ=t5.id_circ $condcirc
198 group by t1.num_cand,$tab3
199 order by $tab3,t1.num_cand",$dbi);
200
201 }else{
202 if (!$csv)
203 echo "<input type=\"hidden\" name=\"id_lista\" value=\"\"></input>";
204
205 // camera e senato nel 2006 aggiunte le somme della coalizione
206 // divise per circo e sez. in quanto nella tabella del gruppo
207 // all'atto dell'immsione non viene fatta la somma
208 // quindi leggere prima i voti di lista e poi agganciali al gruppo
209 // la var $tab diviene lista, $tab15 diviene gruppo in caso di somma
210 // dei voti di lista...oltre naturalmnte alle condizioni messe in variabile
211 // 4 aprile 2006 by luc
212 if ($votog && $tab=="gruppo"){ // camera e senato 2006
213 $t="t9";
214 $tab="lista";
215 $tab15="gruppo";
216 $add_1= ",".$prefix."_ele_gruppo as t9";
217 $and_1="and t1.id_gruppo=t9.id_gruppo";
218 }else{
219 $t="t1";
220 $tab15=$tab;
221 $add_1='';
222 $and_1='';
223 }
224 // fine della modifica
225
226 $res_scr = mysql_query("SELECT count(id_sez) from ".$prefix."_ele_voti_$tab15 where id_cons='$id_cons' group by id_$tab15",$dbi); //numero sezioni scrutinate
227 $res_cand = mysql_query("SELECT id_$tab15, descrizione, num_$tab15 from ".$prefix."_ele_$tab15 where id_cons='$id_cons' $condcirc order by num_$tab15",$dbi);
228 if ($circo) $condcirc="and t5.id_circ=$id_circ";
229 if ($tab=="gruppo")
230 $votigl=" sum(t3.validi),sum(t3.nulli),sum(t3.bianchi),sum(t3.contestati),sum(t3.voti_nulli)";
231 else
232 if ($votog) $votigl=" (t3.validi_lista),(t3.nulli),(t3.bianchi),(t3.contestati_lista),(t3.voti_nulli_lista)";
233 else $votigl=" sum(t3.validi_lista),sum(t3.nulli),sum(t3.bianchi),sum(t3.contestati_lista),sum(t3.voti_nulli_lista)";
234
235
236
237
238
239 $res_voti = mysql_query("select $tab2, $t.num_$tab15, $t.descrizione, sum(t2.voti), $votigl
240 from
241 ".$prefix."_ele_$tab as t1,
242 ".$prefix."_ele_voti_$tab as t2,
243 ".$prefix."_ele_sezioni as t3,
244 ".$prefix."_ele_sede as t4,
245 ".$prefix."_ele_circoscrizione as t5
246 $add_1
247
248 where t1.id_cons=$id_cons
249 and t1.id_$tab=t2.id_$tab
250 $and_1
251
252 and t2.id_sez=t3.id_sez
253 and t3.id_sede=t4.id_sede
254 and t4.id_circ=t5.id_circ $condcirc
255
256
257 group by $t.num_$tab15,$tab3
258 order by $tab3,$t.num_$tab15",$dbi);
259 }
260 if ($res_scr) list($tot_scr)=mysql_fetch_row($res_scr);else $tot_scr=0;
261 if ($res_cand) $num_cand=mysql_num_rows($res_cand); else $num_cand=0;
262 if(!$circo){
263 if (!(0 < $minsez and $minsez<=$num_sez)) $minsez=1;
264 if (!(0<$offsetsez and $offsetsez<=$num_sez)) $offsetsez=$num_sez;
265 }
266 if (!(0 < $min and $min<=$num_cand)) $min=1;
267 if (!(0<$offset and $offset<=$num_cand)) $offset=$num_cand;
268 if (!$csv) {
269 echo "<br /><table>
270 <tr><td><h5>$pagina</h5></td></tr>";
271 echo "<tr><td>"._DA.":&nbsp; <select name=\"min\" class=\"modulo\">";
272 while(list($id_rif,$descrizione,$num_lis) = mysql_fetch_row($res_cand)) {
273 if (!$min) $min=$num_lis;
274 $sel = ($num_lis == $min) ? "selected=\"selected\"" : "";
275 echo "<option value=\"$num_lis\" $sel>";
276 for ($j=strlen($num_lis);$j<2;$j++) { echo "&nbsp;&nbsp;";}
277 echo $num_lis.") ".$descrizione."</option>";
278
279 }
280 echo "</select></td></tr>";
281 echo "<tr><td>&nbsp;&nbsp;"._A.":&nbsp; <select name=\"offset\" class=\"modulo\">";
282 mysql_data_seek($res_cand,0);
283 while(list($id_rif,$descrizione,$num_lis) = mysql_fetch_row($res_cand)) {
284 if (!$offset) $offset=$num_lis;
285 $sel = ($num_lis == $offset) ? "selected=\"selected\"" : "";
286 echo "<option value=\"$num_lis\" $sel>";
287 for ($j=strlen($num_lis);$j<2;$j++) { echo "&nbsp;&nbsp;";}
288 echo $num_lis.") ".$descrizione."</option>";
289
290 }
291 echo "</select></td></tr></table>";
292 echo "<table><tr><td>";
293 if(!$circo)
294 echo "$tipo1 n. <input name=\"minsez\" value=\"$minsez\" size=\"4\" ></input>";
295 echo "</td>";
296 echo "<td>";
297 if(!$circo)
298 echo _A." n. <input name=\"offsetsez\" value=\"$offsetsez\" size=\"4\" ></input> (max. $num_sez)";
299 echo "</td>
300 <td align=\"right\">"._MOSTRA." $tipo2 <br/>"._PERCOL."<input type=\"radio\" name=\"orvert\" $righe value=\"0\"></input><br/>"._PERRIGHE." <input
301 type=\"radio\" name=\"orvert\" $colonne value=\"1\"></input>";
302 echo "<input type=\"hidden\" name=\"name\" value=\"Elezioni\"></input>
303 </td></tr>";
304$diff=($offsetsez-$minsez);
305if ($minsez>1){
306 $minsez_p= ($minsez-$diff)>1 ? $minsez-$diff-1:1;
307
308 $offsetsez_p=$offsetsez-$diff-1;
309 echo "<tr><td valign=\"middle\"><div align=\"right\"><a href=\"modules.php?name=Elezioni&amp;file=index&amp;id_cons_gen=$id_cons_gen&amp;id_comune=$id_comune&amp;op=$op&amp;min=$min&amp;offset=$offset&amp;minsez=$minsez_p&amp;offsetsez=$offsetsez_p&amp;perc=$perc&amp;id_lista=$id_lista\"> <- Precedenti</a></div></td>";
310}else{echo "<tr><td></td>";}
311if ($offsetsez<$num_sez){
312 $minsez_s=$minsez+$diff+1;
313 $offsetsez_s= ($offsetsez+$diff)>$num_sez ? $num_sez: $offsetsez+$diff+1;
314
315 echo "<td><div><a href=\"modules.php?name=Elezioni&amp;file=index&amp;op=$op&amp;id_cons_gen=$id_cons_gen&amp;id_comune=$id_comune&amp;orvert=$orvert&amp;min=$min&amp;offset=$offset&amp;minsez=$minsez_s&amp;offsetsez=$offsetsez_s&amp;perc=$perc&amp;id_lista=$id_lista\"> Successive -></a></div></td><td></td></tr>";
316}else{echo "<td></td><td></td></tr>";}
317
318
319
320 echo "<tr>";
321 if (!ereg('candidato',$op)) {
322 echo "<td>"._VIS_PERC.": <input type=\"checkbox\" name=\"perc\" value=\"true\"";
323 if($perc=='true') echo " checked=\"true\"";
324 echo "></input></td>";
325 }
326 echo "<td>";
327 echo "<input type=\"hidden\" name=\"op\" value=\"$op\"></input>";
328 echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\"></input>";
329 echo "<input type=\"hidden\" name=\"id_comune\" value=\"$id_comune\"></input>";
330
331 echo "<input type=\"hidden\" name=\"pag2\" value=\"modules.php?name=Elezioni&amp;op=$op&amp;id_cons_gen=$id_cons_gen&amp;id_comune=$id_comune&amp;csv=1&amp;orvert=$orvert&amp;min=$min&amp;offset=$offset&amp;minsez=$minsez&amp;offsetsez=$offsetsez&amp;perc=$perc&amp;id_lista=\"></input>";
332
333 echo "<input type=\"submit\" name=\"update\" value=\""._OK."\"></input>";
334
335
336 #### recupera dati stampa supporti diversi dati
337 //echo "</tr><tr><td><b>"._COMUNE." $descr_comune</b> - "._RISULTATI.": $descr_cons <br/>";
338 //echo "tot:$tot_scr";
339 //if ($tipo_cons!=4 && $tot_scr) echo " - Sezioni scrutinate: $tot_scr su $tot_sez";
340
341 # liste e gruppi da.... a
342 if (!ereg('candidato',$op)) {
343 $res_cand2 = mysql_query("SELECT descrizione from ".$prefix."_ele_$tab15 where id_cons='$id_cons' and num_$tab15 ='$min'",$dbi);
344 list($descrizione)= mysql_fetch_row($res_cand2);
345 $list1 ="da $descrizione ";
346
347
348
349 $res_cand3 = mysql_query("SELECT descrizione from ".$prefix."_ele_$tab15 where id_cons='$id_cons' and num_$tab15 ='$offset'",$dbi);
350 list($descrizione)= mysql_fetch_row($res_cand3);
351 $list1 .=" a $descrizione <br/>";
352
353 }else{$list1='';}
354
355 # nome della lista
356 if (ereg('candidato',$op)) {
357 $res_lis2 = mysql_query("SELECT num_lista, descrizione from ".$prefix."_ele_lista where id_lista=$id_lista",$dbi);
358 list($num_lista2,$descr_lista2)= mysql_fetch_row($res_lis2);
359 $list2 .=" Lista n. $num_lista2 - $descr_lista2 <br/>";
360
361 $res_cand4 = mysql_query("SELECT concat(cognome,' ', nome) from ".$prefix."_ele_$tab where id_cons=$id_cons and id_lista=$id_lista and num_cand=$min",$dbi);
362 list($descrizione)= mysql_fetch_row($res_cand4);
363 $list3 ="da $descrizione ";
364 $res_cand5 = mysql_query("SELECT concat(cognome,' ', nome) from ".$prefix."_ele_$tab where id_cons=$id_cons and id_lista=$id_lista and num_cand=$offset",$dbi);
365 list($descrizione)= mysql_fetch_row($res_cand5);
366 $list3 .="a $descrizione <br/>";
367
368 }else{ $list2 .='';$list3='';}
369
370
371 $datipdf="<b>"._COMUNE." $descr_comune</b> - "._RISULTATI.": $descr_cons<br/><b>$pagina</b><br/><br/> $list1 $list2 $list3
372 dalla $tipo3 n. <b>$minsez</b> alla $tipo3 n. <b>$offsetsez</b> di <b>$num_sez</b> $tipo2<br/><br/>";
373
374
375
376
377
378 # verificare la stampa sulle circoscrizioni
379 if(!$circo){
380 echo "</td><td><a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&amp;op=$op&amp;id_cons_gen=$id_cons_gen&amp;id_comune=$id_comune&amp;csv=1&amp;orvert=$orvert&amp;min=$min&amp;offset=$offset&amp;minsez=$minsez&amp;offsetsez=$offsetsez&amp;perc=$perc&amp;id_lista=$id_lista&amp;datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/printer.gif\" alt=\"Stampa\" /></a>";
381 echo "<a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&amp;op=$op&amp;id_cons_gen=$id_cons_gen&amp;id_comune=$id_comune&amp;csv=1&amp;orvert=$orvert&amp;min=$min&amp;offset=$offset&amp;minsez=$minsez&amp;offsetsez=$offsetsez&amp;perc=$perc&amp;id_lista=$id_lista&amp;xls=1&amp;datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/csv.gif\" alt=\"Export Csv\" /></a>";
382 echo "<a href=\"".$_SERVER['PHP_SELF']."?name=Elezioni&amp;op=$op&amp;id_cons_gen=$id_cons_gen&amp;id_comune=$id_comune&amp;csv=1&amp;orvert=$orvert&amp;min=$min&amp;offset=$offset&amp;minsez=$minsez&amp;offsetsez=$offsetsez&amp;perc=$perc&amp;id_lista=$id_lista&amp;pdf=1&amp;datipdf=$datipdf\" ><img class=\"image\" src=\"modules/Elezioni/images/pdf.gif\" alt=\"Export Pdf\" /></a>";
383 }
384 echo "</td></tr></table></div></form>";
385
386 if (ereg('candidato',$op)) echo $list2;
387
388
389 }
390 if (!$csv){
391 //echo "<table border=\"0\" width=\"100%\"><tr><td align=\"center\"><h5> Sezioni scrutinate";
392 //if ($tipo_cons!=4) echo ": $tot_scr su $tot_sez";
393 //echo "</h5></td></tr></table>";
394 }
395 $y=1;
396 $ar[0][0]=$tipo2;
397 $ra[0][0]=$tipo2;
398 $num_sez++;
399 $voticompl=0;
400 $ominsez=$minsez-1;
401 $sevaltot=0;
402 $senultot=0;
403 $sebiatot=0;
404 $secontot=0;
405 $sevnutot=0;
406 if ($res_voti)
407 while (list($num_circ,$desc_circ,$num_cand,$nome,$voti,$sevalidi,$senulli,$sebianchi,$secontestati,$sevonulli) = mysql_fetch_row($res_voti)){
408 if (!isset($votitot[($num_circ-$ominsez)])) {
409 $votitot[($num_circ-$ominsez)]=0;
410 $sevaltot+=$sevalidi;
411 $senultot+=$senulli;
412 $sebiatot+=$sebianchi;
413 $secontot+=$secontestati;
414 $sevnutot+=$sevonulli;
415 }
416 $votitot[($num_circ-$ominsez)]+=$voti;
417 $voticompl+=$voti;
418 }
419 if ($voticompl) mysql_data_seek($res_voti,0);
420 $piuvot=0;
421 if ($visvot!='cand') $piuvot=5;
422 for ($z=1;$z<=($offsetsez-$ominsez);$z++) $ar[$z][0]=$ominsez+$z;
423
424 ////////////////////////////////////////////////////////////////////
425 // sandro: carica i numeri di sezione dal DB - giugno 2009
426 // caso: sezioni in collegi diversi non consecutive
427 if($circo) {
428 $numsezioni = $offsetsez-$ominsez;
429 $res_numsez = mysql_query("SELECT t1.num_sez from ".$prefix."_ele_sezioni as t1, ".$prefix."_ele_sede as t2 where t1.id_cons=$id_cons and t1.id_sede=t2.id_sede and t2.id_circ=$id_circ order by t1.num_sez",$dbi);
430 for ($z=1;$z<=($offsetsez-$ominsez);$z++) {
431 $res=mysql_fetch_row($res_numsez);
432 $ar[$z][0]=$res[0];
433 }
434 }
435 ////////////////////////////////////////////////////////////////////
436
437
438
439 for ($y=$min;$y<=($offset+$piuvot);$y++) $ar[0][$y]="&nbsp;";
440 for ($z=1;$z<=($offsetsez-$ominsez);$z++)
441 for ($y=$min;$y<=($offset+$piuvot);$y++) $ar[$z][$y]="&nbsp;"; //inizializza le celle interne
442 if ($res_voti)
443 while (list($num_circ,$desc_circ,$num_cand,$nome,$voti,$sevalidi,$senulli,$sebianchi,$secontestati,$sevonulli) = mysql_fetch_row($res_voti)){
444 if ($num_cand>=$min and $num_cand<=$offset){
445 if($num_circ>=$minsez and $num_circ <=$offsetsez){
446 $ar[0][$num_cand]=$num_cand.") ".$nome;
447 $ar[($num_circ-$ominsez)][0]=$num_circ;
448 if ($desc_circ) $ar[($num_circ-$ominsez)][0].=") ".$desc_circ;
449 $percento=$voti;
450 if ($perc=='true' and $votitot[($num_circ-$ominsez)])
451 {
452 $percento=$voti."<br /><span class=\"red\"><i>".number_format($voti*100/$votitot[($num_circ-$ominsez)],2)." %</i></span>";
453 }
454
455 $ar[($num_circ-$ominsez)][$num_cand]=$percento;
456 }
457 if (!isset($temp[$num_cand])) $temp[$num_cand]=0;
458 $temp[$num_cand]+=$voti;
459 }
460 if ($visvot!='cand'){
461 $posvoti=($offset);
462 $ar[0][$posvoti+1]='<b>Voti Validi</b>';
463 $ar[0][$posvoti+2]='<b>Schede Nulle</b>';
464 $ar[0][$posvoti+3]='<b>Schede Bianche</b>';
465 $ar[0][$posvoti+4]='<b>Voti Contestati</b>';
466 $ar[0][$posvoti+5]='<b>Voti Nulli</b>';
467 if (($offsetsez)>=$num_circ and $minsez<=$num_circ){
468 $posvoti++;
469 $ar[($num_circ-$ominsez)][$posvoti++]="<b>$sevalidi</b>";
470 $ar[($num_circ-$ominsez)][$posvoti++]="<b>$senulli</b>";
471 $ar[($num_circ-$ominsez)][$posvoti++]="<b>$sebianchi</b>";
472 $ar[($num_circ-$ominsez)][$posvoti++]="<b>$secontestati</b>";
473 $ar[($num_circ-$ominsez)][$posvoti]="<b>$sevonulli</b>";
474 }
475 }
476 }
477 if (($offsetsez+1)>=$num_sez){
478 $ar[(2+$offsetsez-$minsez)][0]="<b>"._TOT."<br />"._COMPLESSIVO."</b>";
479 if(isset($temp)) {
480 while (list($key,$voti)= each($temp)) {
481 $percento="<b>$voti</b>";
482 if ($perc=='true' and $voticompl)
483 {
484 $percento="<b>$voti<br /><span class=\"red\"><i>".number_format($voti*100/$voticompl,2)." %</i></span></b>";
485 }
486 $ar[2+$offsetsez-$minsez][$key]=$percento;
487 }
488 }
489 if ($visvot!='cand') {
490 $key=$offset+1;
491 $tmp=array($sevaltot,$senultot,$sebiatot,$secontot,$sevnutot);
492 $voticompl=$sevaltot+$senultot+$sebiatot+$secontot+$sevnutot;
493 while(list($k,$voti)= each($tmp)) {
494 $percento="<b>$voti</b>";
495 if ($perc=='true' and $voticompl)
496 {
497 $percento="<b>$voti<br /><span class=\"red\"><i>".number_format($voti*100/$voticompl,2)." %</i></span></b>";
498 }
499 $ar[2+$offsetsez-$minsez][++$key]=$percento;
500
501 }
502 }
503 }
504 if($orvert!=1) {
505 $i=0;
506 foreach ( $ar as $riga) {
507 $y=0;
508 foreach($riga as $cella) {
509 $ra[$y++][$i]=$cella;
510 }
511 $i++;
512 }
513 crea_tabella($ra);
514 }else{
515 crea_tabella($ar);
516 }
517//e' un referendum
518 }else{
519 $res_lis = mysql_query("SELECT id_gruppo, descrizione,num_gruppo from ".$prefix."_ele_gruppo where id_cons=$id_cons order by num_gruppo",$dbi);
520 $numliste=mysql_num_rows($res_lis);
521
522 if (!isset($offset)) $offset=10;
523 if (!isset($min)) $min=1;
524 if (!isset($offsetsez)) $offsetsez=25; //lo 0 viene sostituito dal totale di sezioni presenti
525 if (!isset($minsez)) $minsez=1;
526 echo "<form id=\"voti\" method=\"post\" action=\"modules.php\">";
527 echo "<div><input type=\"hidden\" name=\"name\" value=\"Elezioni\"></input>";
528 echo "<input type=\"hidden\" name=\"op\" value=\"$op\"></input>";
529 echo "<input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\"></input>";
530 echo "<input type=\"hidden\" name=\"id_comune\" value=\"$id_comune\"></input>";
531 echo "<table><tr><td>"._SCELTA." "._CONSULTAZIONE.": <select name=\"id_gruppo\">";
532 while(list($id_rif,$descrizione,$num_lis) = mysql_fetch_row($res_lis)) {
533 if (!$id_gruppo) $id_gruppo=$id_rif;
534 $sel = ($id_rif == $id_gruppo) ? "selected=\"selected\"" : "";
535 echo "<option value=\"$id_rif\" $sel>";
536 for ($j=strlen($num_lis);$j<2;$j++) { echo "&nbsp;&nbsp;";}
537 echo $num_lis.") ".strip_tags(substr($descrizione,0,50))."</option>";
538 }
539 echo "</select></td></tr>";
540 echo "<tr><td>"._VIS_PERC.": <input type=\"checkbox\" name=\"perc\" value=\"true\"";
541 if($perc=='true') echo " checked=\"true\"";
542 echo "></td>";
543 echo "<td><input type=\"submit\" name=\"update\" value=\""._OK."\"></td></tr></table></form>";
544 $res_ref= mysql_query("select num_gruppo,descrizione from ".$prefix."_ele_gruppo where id_gruppo=$id_gruppo", $dbi);
545 $res = mysql_query("select $tab2, t1.num_gruppo, t1.descrizione , t1.simbolo,
546 sum(t2.si), sum(t2.no),sum(t2.validi), sum(t2.nulli),sum(t2.bianchi), sum(t2.contestati)
547 from ".$prefix."_ele_gruppo as t1
548 left join ".$prefix."_ele_voti_ref as t2 on (t1.id_gruppo=t2.id_gruppo)
549 left join ".$prefix."_ele_sezioni as t3 on (t2.id_sez=t3.id_sez)
550 left join ".$prefix."_ele_sede as t4 on (t3.id_sede=t4.id_sede)
551 left join ".$prefix."_ele_circoscrizione as t5 on (t4.id_circ=t5.id_circ)
552 where t1.id_cons='$id_cons' and t1.id_gruppo=$id_gruppo
553 group by t2.id_gruppo,$tab3
554 order by $tab3, t1.num_gruppo
555 ", $dbi);
556 $num_sez=mysql_num_rows($res);
557 list($num_gruppo,$descr)= mysql_fetch_row($res_ref);
558 echo "<table><tr><td><b>Referendum n. ".$num_gruppo.") </b></td><td>".$descr."</td></tr></table></form>";
559 $y=1;
560 $ar[0][0]=$tipo2;
561 $ar[0][1]=_SI;
562 $ar[0][2]=_NO;
563 $ar[0][3]=_VALIDI;
564 $ar[0][4]=_NULLI;
565 $ar[0][5]=_BIANCHI;
566 $ar[0][6]=_CONTESTATI;
567
568 while (list($num_gruppo,$desc_ref) = mysql_fetch_row($res_ref)){
569 $ar[0][$i++]= $num_gruppo.") ".$desc_ref;
570 $ar[1][$y++]= "SI";
571 $ar[1][$y++]= "NO";
572 }
573 $num_sez++;
574 $tot_si=0;
575 $tot_no=0;
576 $tot_va=0;
577 $tot_nu=0;
578 $tot_bi=0;
579 $tot_co=0;
580 while (list($num_circ,$desc_circ,$num_gruppo,$desc_ref,$simbolo,$si,$no,$validi,$nulli,$bianchi, $contestati) = mysql_fetch_row($res)){
581 $i=1;
582 $votanti=$validi+$nulli+$bianchi+$contestati;
583 $tot_si+=$si;
584 $tot_no+=$no;
585 $tot_va+=$validi;
586 $tot_nu+=$nulli;
587 $tot_bi+=$bianchi;
588 $tot_co+=$contestati;
589 $ar[$num_circ][0]=$num_circ."<br />".$desc_circ;
590 if($validi){
591 $ar[$num_circ][$i++]= $perc=='true' ? $si."<br /><span class=\"red\">".number_format($si*100/$validi,2)."%</span>":$si;
592 $ar[$num_circ][$i++]= $perc=='true' ? $no."<br /><span class=\"red\">".number_format($no*100/$validi,2)."%</span>":$no;
593 }else{
594 $ar[$num_circ][$i++]= $perc=='true' ? $si."<br /><span class=\"red\">0.00%</span>":$si;
595 $ar[$num_circ][$i++]= $perc=='true' ? $no."<br /><span class=\"red\">0.00%</span>":$no;
596 }
597 if($votanti){
598 $ar[$num_circ][$i++]= $perc=='true' ? $validi."<br /><span class=\"red\">".number_format($validi*100/$votanti,2)."%</span>":$validi;
599 $ar[$num_circ][$i++]= $perc=='true' ? $nulli."<br /><span class=\"red\">".number_format($nulli*100/$votanti,2)."%</span>":$nulli;
600 $ar[$num_circ][$i++]= $perc=='true' ? $bianchi."<br /><span class=\"red\">".number_format($bianchi*100/$votanti,2)."%</span>":$bianchi;
601 $ar[$num_circ][$i++]= $perc=='true' ? $contestati."<br /><span class=\"red\">".number_format($contestati*100/$votanti,2)."%</span>":$contestati;
602 }else{
603 $ar[$num_circ][$i++]= $perc=='true' ? $validi."<br /><span class=\"red\">0.00%</span>":$validi;
604 $ar[$num_circ][$i++]= $perc=='true' ? $nulli."<br /><span class=\"red\">0.00%</span>":$nulli;
605 $ar[$num_circ][$i++]= $perc=='true' ? $bianchi."<br /><span class=\"red\">0.00%</span>":$bianchi;
606 $ar[$num_circ][$i++]= $perc=='true' ? $contestati."<br /><span class=\"red\">0.00%</span>":$contestati;
607 }
608 }
609 $i=1;
610 $tot_vo=$tot_va+$tot_nu+$tot_bi+$tot_co;
611# if($tot_va==0) $tot_va=1;
612# if($tot_vo==0) $tot_vo=1;
613 $ar[$num_sez][0]=_TOT."<br />"._COMPLESSIVO;
614 if($tot_va){
615 $ar[$num_sez][$i++]= $perc=='true' ? $tot_si."<br /><span class=\"red\">".number_format($tot_si*100/$tot_va,2)."%</span>":$tot_si;
616 $ar[$num_sez][$i++]= $perc=='true' ? $tot_no."<br /><span class=\"red\">".number_format($tot_no*100/$tot_va,2)."%</span>":$tot_no;
617 }else{
618 $ar[$num_sez][$i++]= $perc=='true' ? $tot_si."<br /><span class=\"red\">0.00%</span>":$tot_si;
619 $ar[$num_sez][$i++]= $perc=='true' ? $tot_no."<br /><span class=\"red\">0.00%</span>":$tot_no;
620 }
621 if($tot_vo){
622 $ar[$num_sez][$i++]= $perc=='true' ? $tot_va."<br /><span class=\"red\">".number_format($tot_va*100/$tot_vo,2)."%</span>":$tot_va;
623 $ar[$num_sez][$i++]= $perc=='true' ? $tot_nu."<br /><span class=\"red\">".number_format($tot_nu*100/$tot_vo,2)."%</span>":$tot_nu;
624 $ar[$num_sez][$i++]= $perc=='true' ? $tot_bi."<br /><span class=\"red\">".number_format($tot_bi*100/$tot_vo,2)."%</span>":$tot_bi;
625 $ar[$num_sez][$i++]= $perc=='true' ? $tot_co."<br /><span class=\"red\">".number_format($tot_co*100/$tot_vo,2)."%</span>":$tot_co;
626 }else{
627 $ar[$num_sez][$i++]= $perc=='true' ? $tot_va."<br /><span class=\"red\">0.00%</span>":$tot_va;
628 $ar[$num_sez][$i++]= $perc=='true' ? $tot_nu."<br /><span class=\"red\">0.00%</span>":$tot_nu;
629 $ar[$num_sez][$i++]= $perc=='true' ? $tot_bi."<br /><span class=\"red\">0.00%</span>":$tot_bi;
630 $ar[$num_sez][$i++]= $perc=='true' ? $tot_co."<br /><span class=\"red\">0.00%</span>":$tot_co;
631 }
632 crea_tabella($ar);
633 }
634 if ($csv) echo "</body>\n</html>";
635}
636
637?>
Note: See TracBrowser for help on using the repository browser.