[2] | 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 | /* Ultima modifica 22 maggio 2009 luc - candidati europee */
|
---|
| 9 |
|
---|
| 10 | if (!defined('MODULE_FILE')) {
|
---|
| 11 | die ("Non puoi accedere al file direttamente...");
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | $param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ?
|
---|
| 15 | $_GET : $_POST;
|
---|
| 16 |
|
---|
| 17 |
|
---|
| 18 | if (isset($param['rss'])) $rss=intval($param['rss']); else $rss='0';
|
---|
| 19 | if (isset($param['xls'])) $xls=intval($param['xls']); else $xls='0';
|
---|
| 20 | if (isset($param['pdf'])) $pdf=intval($param['pdf']); else $pdf='0';
|
---|
| 21 | if (isset($param['datipdf'])) get_magic_quotes_gpc() ? $datipdf=$param['datipdf']:$datipdf=addslashes($param['datipdf']); else $datipdf='';
|
---|
[42] | 22 | if(isset($param['visgralista'])) $visgralista=1;
|
---|
[2] | 23 | if (isset($param['id_comune'])) $id_comune=intval($param['id_comune']); else $id_comune=$siteistat;
|
---|
[57] | 24 | if (isset($param['id_cons_gen'])) $id_cons_gen=intval($param['id_cons_gen']); else
|
---|
| 25 | {
|
---|
| 26 | $res = mysql_query("SELECT id_cons_gen FROM ".$prefix."_ele_cons_comune where id_cons='$id_cons_pred' ", $dbi);
|
---|
| 27 | list($id_cons_gen)=mysql_fetch_row($res);
|
---|
| 28 | }
|
---|
[2] | 29 | if (isset($param['op'])) $op=$param['op']; else $op='';
|
---|
| 30 | if (isset($param['minsez'])) $minsez=intval($param['minsez']); else $minsez='';
|
---|
| 31 | if (isset($param['id_lista'])) $id_lista=intval($param['id_lista']); else $id_lista='';
|
---|
| 32 | if (isset($param['id_circ'])) $id_circ=intval($param['id_circ']); else $id_circ='0';
|
---|
| 33 | if (isset($param['csv'])) $csv=intval($param['csv']); else $csv='';
|
---|
| 34 | if (isset($param['min'])) $min=intval($param['min']); else $min= 0;
|
---|
| 35 | if (isset($param['orvert'])) $orvert=intval($param['orvert']); else $orvert='';
|
---|
| 36 | if (isset($param['offset'])) $offset=intval($param['offset']); else $offset='';
|
---|
| 37 | if (isset($param['offsetsez'])) $offsetsez=intval($param['offsetsez']); else $offsetsez='';
|
---|
| 38 | if (isset($param['perc'])) $perc=$param['perc']; else $perc='';
|
---|
| 39 | if (isset($param['info'])) get_magic_quotes_gpc() ? $info=$param['info']:$info=addslashes($param['info']); else $info='';
|
---|
| 40 | if (isset($param['files'])) get_magic_quotes_gpc() ? $files=$param['files']:$files=addslashes($param['files']); else $files='';
|
---|
| 41 | if (isset($param['voti_lista'])) $voti_lista=intval($param['voti_lista']); else $voti_lista= 0;
|
---|
| 42 | if (isset($param['perc_lista'])) $perc_lista=$param['perc_lista']; else $perc_lista= 0;
|
---|
| 43 | if (isset($param['lettera'])) get_magic_quotes_gpc() ? $lettera=$param['lettera']:$lettera=addslashes($param['lettera']); else $lettera='';
|
---|
| 44 | if (isset($param['ordine'])) get_magic_quotes_gpc() ? $ordine=$param['ordine']:$ordine=addslashes($param['ordine']); else $ordine='';
|
---|
| 45 | if (isset($param['id_gruppo'])) $id_gruppo=intval($param['id_gruppo']); else $id_gruppo='';
|
---|
| 46 | if (isset($param['tipo_cons'])) $tipo_cons=intval($param['tipo_cons']); else $tipo_cons='';
|
---|
| 47 | if (isset($param['descr_circ'])) $descr_circ=intval($param['descr_circ']); else $descr_circ='';
|
---|
| 48 |
|
---|
[10] | 49 |
|
---|
| 50 | # anti-xss nov. 2009
|
---|
| 51 | $id_comune=htmlentities($id_comune);
|
---|
| 52 | $id_comune=intval($id_comune);
|
---|
[39] | 53 | $perc=htmlentities($perc);
|
---|
[10] | 54 | $perc_lista=floatval($perc_lista);
|
---|
[39] | 55 | #$datipdf= htmlentities($datipdf);
|
---|
[10] | 56 | $op= htmlentities($op);
|
---|
| 57 | $info= htmlentities($info);
|
---|
| 58 | $files=htmlentities($files);
|
---|
| 59 | $lettera=htmlentities($lettera);
|
---|
| 60 | $ordine=htmlentities($ordine);
|
---|
| 61 |
|
---|
[2] | 62 | $res = mysql_query("SELECT id_conf FROM ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen' and id_comune='$id_comune'" , $dbi);
|
---|
| 63 | list($hondt) = mysql_fetch_row($res);
|
---|
| 64 |
|
---|
| 65 | $sql = "SELECT t3.genere,t1.tipo_cons,t1.descrizione,t2.id_cons_gen FROM ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2, ".$prefix."_ele_tipo as t3 where t1.tipo_cons=t3.tipo_cons and t2.id_comune=$id_comune and t1.id_cons_gen=t2.id_cons_gen and t2.id_cons_gen='$id_cons_gen' and t2.chiusa!='2' ";
|
---|
| 66 | $res = mysql_query("$sql",$dbi);
|
---|
| 67 | $tot=mysql_num_rows($res);
|
---|
| 68 | if ($tot>0 and $id_cons_gen>0) {
|
---|
| 69 | $sql = "SELECT t3.genere,t1.tipo_cons,t1.descrizione,t2.id_cons_gen FROM ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2, ".$prefix."_ele_tipo as t3 where t1.tipo_cons=t3.tipo_cons and t2.id_comune=$id_comune and t1.id_cons_gen=t2.id_cons_gen and t2.id_cons_gen='$id_cons_gen' and t2.chiusa!='2'";
|
---|
| 70 | }else{
|
---|
| 71 | $sql = "SELECT t3.genere,t1.tipo_cons,t1.descrizione,t2.id_cons_gen FROM ".$prefix."_ele_consultazione as t1, ".$prefix."_ele_cons_comune as t2, ".$prefix."_ele_tipo as t3 where t1.tipo_cons=t3.tipo_cons and t2.id_comune=$id_comune and t1.id_cons_gen=t2.id_cons_gen and t2.chiusa!='2' order by t1.data_fine desc limit 0,1 ";
|
---|
| 72 | }
|
---|
| 73 | $res = mysql_query("$sql",$dbi);
|
---|
| 74 | if ($res) list($genere,$tipo_cons,$descr_cons,$id_cons_gen) = mysql_fetch_row($res);
|
---|
| 75 |
|
---|
| 76 | if ($tipo_cons!=3) $limite=0;
|
---|
| 77 |
|
---|
| 78 | $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);
|
---|
| 79 | list($id_cons) = mysql_fetch_row($res);
|
---|
| 80 |
|
---|
| 81 | $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);
|
---|
| 82 | list($descr_cons,$tipo_cons,$genere,$votog,$votol,$votoc,$circo) = mysql_fetch_row($res);
|
---|
| 83 |
|
---|
| 84 | // esiste consultazione e toglie blocco nel caso non esista
|
---|
| 85 | $res = mysql_query("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" , $dbi);
|
---|
| 86 | $esiste_cons=mysql_num_rows($res);
|
---|
| 87 | if($esiste_cons<='0')$blocco=0;
|
---|
| 88 |
|
---|
| 89 | //carica limite e fascia per il comune
|
---|
| 90 | $res = mysql_query("SELECT limite FROM ".$prefix."_ele_conf where id_conf='$hondt'" , $dbi);
|
---|
| 91 | list($limite) = mysql_fetch_row($res);
|
---|
| 92 | $res = mysql_query("SELECT fascia FROM ".$prefix."_ele_comuni where id_comune='$id_comune' ", $dbi);
|
---|
| 93 | list($fascia) = mysql_fetch_row($res);
|
---|
| 94 | if(!$id_circ){
|
---|
| 95 | $res = mysql_query("SELECT id_circ FROM ".$prefix."_ele_circoscrizione where id_cons='$id_cons limit 0,1 order num_circ asc' ", $dbi);
|
---|
| 96 | list($id_circ) = mysql_fetch_row($res);
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 | // rss oppure foglio elettronico
|
---|
| 100 | if ($rss!=1 && $xls!=1 && $pdf!=1){
|
---|
| 101 | $index = 1;
|
---|
| 102 | include("header.php");
|
---|
| 103 | if($csv!=1){
|
---|
| 104 | include_once("modules/Elezioni/funzioni.php");
|
---|
| 105 |
|
---|
| 106 | $res = mysql_query("SELECT descrizione,simbolo FROM ".$prefix."_ele_comuni where id_comune='$id_comune' ", $dbi);
|
---|
| 107 | list($descr_com,$simbolo) = mysql_fetch_row($res);
|
---|
| 108 | $descr_com =stripslashes($descr_com);
|
---|
| 109 | echo "<table width=\"100%\"><tr><td>";
|
---|
| 110 | $siteistat=$id_comune;
|
---|
| 111 | if($simbolo!=''){
|
---|
| 112 | echo "<img src=\"modules.php?name=Elezioni&file=foto&id_comune=".$id_comune."\" alt=\"logo\" />";
|
---|
| 113 | }else{
|
---|
| 114 | echo "<img src=\"modules/Elezioni/images/logo.gif\" alt=\"logo\" />";
|
---|
| 115 | }
|
---|
| 116 |
|
---|
| 117 |
|
---|
| 118 |
|
---|
| 119 | //echo "<img src=\"modules.php?name=Elezioni&file=foto&id_comune=".$id_comune."\" alt=\"mappa\" />";
|
---|
| 120 | echo "</td><td> "._COMUNE."<b> $descr_com </b><br />
|
---|
| 121 | "._RISULTA." "._CONSULTA."<h1>$descr_cons</h1>";
|
---|
| 122 |
|
---|
| 123 | if ($circo){ // elenco per scelta circoscrizione
|
---|
| 124 | echo "</td></tr><tr><td></td><td class=\"bggray\"><table class=\"table-80\"><tr><td class=\"table-main\"><form id=\"circo\" method=\"post\" action=\"modules.php\">";
|
---|
| 125 | $res_sez = mysql_query("SELECT id_circ,descrizione,num_circ from ".$prefix."_ele_circoscrizione where id_cons=$id_cons",$dbi);
|
---|
| 126 | echo "<input type=\"hidden\" name=\"pagina\" value=\"modules.php?name=Elezioni&op=$op&id_cons_gen=$id_cons_gen&id_comune=$id_comune&info=$info&id_circ=\"></input>";
|
---|
| 127 | echo ""._SCELTA_CIR.":<b>
|
---|
| 128 | <select name=\"id_circ\" class=\"blu\" onChange=\"top.location.href=this.form.pagina.value+this.form.id_circ.options[this.form.id_circ.selectedIndex].value;return false\">";
|
---|
| 129 | while(list($id_rif,$descrizione,$num_cir)=mysql_fetch_row($res_sez)) {
|
---|
| 130 | if (!$id_circ) $id_circ=$id_rif;
|
---|
| 131 | $sel = ($id_rif == $id_circ) ? "selected=\"selected\"" : "";
|
---|
| 132 | echo "<option value=\"$id_rif\" $sel>";
|
---|
| 133 | for ($j=strlen($num_cir);$j<2;$j++) { echo " ";}
|
---|
| 134 | echo "$num_cir) ".$descrizione."</option>";
|
---|
| 135 | }
|
---|
| 136 | echo "</select></b></form></td></tr></table>";
|
---|
| 137 |
|
---|
| 138 | }
|
---|
| 139 | echo ""._DISCLAIMER."";
|
---|
| 140 | echo "</td></tr></table>";
|
---|
| 141 | }
|
---|
| 142 | }
|
---|
| 143 |
|
---|
| 144 | if (!isset($min)) $min=0;
|
---|
| 145 |
|
---|
| 146 | /************************
|
---|
| 147 | Funzione Menu a cascata
|
---|
| 148 | *************************/
|
---|
| 149 | function menu() {
|
---|
[42] | 150 | global $hondt,$lang,$multicomune, $tema, $op, $prefix, $dbi, $offset, $min,$descr_cons,$info,$dati, $votog,$votol,$votoc,$circo, $id_cons,$tipo_cons,$genere,$descr_cons,$id_cons_gen,$id_comune,$id_circ,$minsez,$offsetsez, $limite,$hondt,$tema_on,$js,$visgralista;
|
---|
[12] | 151 |
|
---|
| 152 | $tema=htmlentities($tema); //xss
|
---|
[2] | 153 | # include menu da tema
|
---|
| 154 | if (file_exists("temi/$tema/menu.php")) {
|
---|
| 155 | include_once("temi/$tema/menu.php");
|
---|
| 156 | }else{
|
---|
| 157 | include_once("modules/Elezioni/menu.php");
|
---|
| 158 | }
|
---|
| 159 |
|
---|
| 160 | }
|
---|
| 161 |
|
---|
| 162 |
|
---|
| 163 |
|
---|
| 164 | /********************************************
|
---|
| 165 | Funzione Come si vota, link, numeri e servizi
|
---|
| 166 | visuallizza la stringa dei dati generali
|
---|
| 167 | ********************************************/
|
---|
| 168 |
|
---|
| 169 | function come($info) {
|
---|
| 170 | global $prefix, $dbi, $offset, $min,$id_cons,$tipo_cons,$descr_cons;
|
---|
| 171 |
|
---|
| 172 | $tab='';
|
---|
| 173 | if ($info=="come") $tab="_ele_come";
|
---|
| 174 | elseif ($info=="numeri") $tab="_ele_numeri";
|
---|
| 175 | elseif ($info=="servizi") $tab="_ele_servizi";
|
---|
| 176 | elseif ($info=="link") $tab="_ele_link";
|
---|
| 177 | else $tab="_ele_come";
|
---|
| 178 |
|
---|
| 179 |
|
---|
| 180 | global $user, $admin, $cookie, $textcolor2, $prefix, $dbi;
|
---|
| 181 | $result = mysql_query("select mid, title, preamble, content,editimage from ".$prefix."$tab where id_cons='$id_cons' order by mid ", $dbi);
|
---|
| 182 | if (mysql_num_rows($result) == 0) {
|
---|
| 183 | return;
|
---|
| 184 | } else {
|
---|
| 185 | while (list($mid, $title, $preamble,$content, $editimage) = mysql_fetch_row($result)) {
|
---|
| 186 | if ($title != "" && $content != "") {
|
---|
| 187 |
|
---|
| 188 | if ($info=="link"){
|
---|
| 189 |
|
---|
| 190 | echo "<div class=\"message\">
|
---|
| 191 | <b><a href=\"$preamble\">$title</a></b>
|
---|
| 192 | $content
|
---|
| 193 | </div>";
|
---|
| 194 |
|
---|
| 195 | }else{
|
---|
| 196 | echo "<div><b>$title</b><br /></div>";
|
---|
| 197 |
|
---|
| 198 |
|
---|
| 199 | echo "<div class=\"message\">$preamble<br /><br /></div>";
|
---|
| 200 |
|
---|
| 201 | echo "<div class=\"message\">$content</div>";
|
---|
| 202 | }
|
---|
| 203 |
|
---|
| 204 | echo "<br />";
|
---|
| 205 |
|
---|
| 206 | }
|
---|
| 207 | }
|
---|
| 208 | }
|
---|
| 209 |
|
---|
| 210 | }
|
---|
| 211 |
|
---|
| 212 |
|
---|
| 213 |
|
---|
| 214 | /****************
|
---|
| 215 | Funzione dati Generali
|
---|
| 216 | visuallizza la stringa dei dati generali
|
---|
| 217 | ****************/
|
---|
| 218 |
|
---|
| 219 |
|
---|
| 220 | function dati() {
|
---|
| 221 | /*Funzione di visualizzazione dati generali */
|
---|
| 222 | global $admin, $prefix, $dbi, $offset, $votog, $votol, $votoc, $circo, $min,$id_cons,$tipo_cons,$descr_cons,$id_cons_gen,$id_comune,$genere,$id_circ;
|
---|
| 223 |
|
---|
[55] | 224 | $res = mysql_query("select * from ".$prefix."_ele_circoscrizione where id_cons='$id_cons' ",$dbi);
|
---|
| 225 | $ressede = mysql_query("select * from ".$prefix."_ele_sede where id_cons='$id_cons' ",$dbi);
|
---|
| 226 | $res3 = mysql_query("select * from ".$prefix."_ele_sezioni where id_cons='$id_cons' ",$dbi);
|
---|
| 227 | $circo = mysql_num_rows($res);
|
---|
| 228 | $sedi = mysql_num_rows($ressede);
|
---|
| 229 | $sez = mysql_num_rows($res3);
|
---|
| 230 |
|
---|
[2] | 231 | echo "<div><b>"._DATIG."</b></div> ";
|
---|
| 232 | echo "<table class=\"table-80\"><tr class=\"bggray\">";
|
---|
| 233 | echo "<td ><b>"._AVENTI."</b></td>"
|
---|
| 234 | ."<td ><b>"._MASCHI."</b></td>"
|
---|
[55] | 235 | ."<td ><b>"._FEMMINE."</b></td>";
|
---|
| 236 | if ($circo>1)
|
---|
| 237 | echo "<td ><b><a href=\"modules.php?name=Elezioni&op=circo&id_cons_gen=$id_cons_gen&id_comune=$id_comune\">"._CIRCS."</a></b></td>";
|
---|
| 238 | else
|
---|
| 239 | echo "<td ><b><a href=\"modules.php?name=Elezioni&op=circo&id_cons_gen=$id_cons_gen&id_comune=$id_comune\">"._SEDI."</a></b></td>";
|
---|
| 240 | echo "<td><b><a href=\"modules.php?name=Elezioni&op=sezione&id_cons_gen=$id_cons_gen&id_comune=$id_comune\">"._SEZIONI."</a></b></td>"
|
---|
[2] | 241 | ."<td ><b><a href=\"modules.php?name=Elezioni&op=gruppo&id_cons_gen=$id_cons_gen&id_comune=$id_comune&id_circ=$id_circ\">"._GRUPPI."</a></b></td>";
|
---|
| 242 |
|
---|
| 243 |
|
---|
| 244 |
|
---|
| 245 |
|
---|
| 246 |
|
---|
| 247 |
|
---|
[55] | 248 |
|
---|
[2] | 249 | $candi=0;
|
---|
| 250 |
|
---|
| 251 | // se non referendum
|
---|
| 252 | if ($genere>0 and !$votoc){
|
---|
| 253 | echo "<td><b><a href=\"modules.php?name=Elezioni&op=candi&id_cons_gen=$id_cons_gen&id_comune=$id_comune\">"._CANDIDATI."</a></b></td>";
|
---|
| 254 | $res1 = mysql_query("select id_cons from ".$prefix."_ele_candidati where id_cons='$id_cons' ",$dbi);
|
---|
| 255 | $candi = mysql_num_rows($res1);
|
---|
| 256 | }
|
---|
| 257 | // se non europee (non liste e candidati)
|
---|
| 258 | if ($genere!=4){
|
---|
| 259 | $res2 = mysql_query("select id_cons from ".$prefix."_ele_gruppo where id_cons='$id_cons' ",$dbi);
|
---|
| 260 | }else{
|
---|
| 261 | $res2 = mysql_query("select id_cons from ".$prefix."_ele_lista where id_cons='$id_cons' ",$dbi);
|
---|
| 262 | }
|
---|
| 263 |
|
---|
| 264 | $gruppo = mysql_num_rows($res2);
|
---|
| 265 |
|
---|
| 266 | // camera e senato con raggruppamenti
|
---|
| 267 | if($votog){
|
---|
| 268 | echo "<td><b><a href=\"modules.php?name=Elezioni&op=liste&id_cons_gen=$id_cons_gen&id_comune=$id_comune\">"._LISTE."</a></b></td>";
|
---|
| 269 | $res3 = mysql_query("select * from ".$prefix."_ele_lista where id_cons='$id_cons' ",$dbi);
|
---|
| 270 | $liste = mysql_num_rows($res3);
|
---|
| 271 | }
|
---|
| 272 |
|
---|
[55] | 273 | if($circo==1) $circo=$sedi;
|
---|
[2] | 274 | $res4 = mysql_query("select sum(maschi),sum(femmine), sum(maschi+femmine) from ".$prefix."_ele_sezioni where id_cons=$id_cons", $dbi);
|
---|
| 275 | if($res4) list($maschi,$femmine,$tot) = mysql_fetch_row($res4);
|
---|
| 276 | echo "</tr><tr class=\"bggray2\">"
|
---|
| 277 |
|
---|
| 278 | ."<td><b>$tot</b>"
|
---|
| 279 | ."</td><td><b>$maschi</b>"
|
---|
| 280 | ."</td><td><b>$femmine</b>"
|
---|
| 281 | ."</td><td><b>$circo</b>"
|
---|
| 282 | ."</td><td><b>$sez</b>"
|
---|
| 283 | ."</td><td><b>$gruppo</b>";
|
---|
| 284 |
|
---|
| 285 | if ($genere>2 && !$votog) echo"</td><td><b>$candi</b>";
|
---|
| 286 |
|
---|
| 287 | // if ($tipo_cons >9) echo"</td><td><b>$liste</b>";
|
---|
| 288 | if ($votog) echo"</td><td><b>$liste</b>";
|
---|
| 289 | echo "</td></tr></table>";
|
---|
| 290 | //CloseTable();
|
---|
| 291 | }
|
---|
| 292 | //////////////////////////////////////////////////////////////
|
---|
| 293 | // votanti
|
---|
| 294 | //////////////////////////////////////////////////////////////
|
---|
| 295 |
|
---|
| 296 |
|
---|
| 297 |
|
---|
| 298 | function circo() {
|
---|
| 299 |
|
---|
| 300 | /******************************************************/
|
---|
| 301 | /*Funzione di visualizzazione sede */
|
---|
| 302 | /*****************************************************/
|
---|
| 303 | global $admin, $prefix, $dbi, $offset, $min,$id_cons,$file,$id_cons_gen,$id_comune ,$prev,$next;
|
---|
| 304 | $res = mysql_query("SELECT * FROM ".$prefix."_ele_circoscrizione where id_cons='$id_cons' ", $dbi);
|
---|
| 305 | $max = mysql_num_rows($res);
|
---|
| 306 |
|
---|
| 307 | //OpenTable();
|
---|
| 308 |
|
---|
| 309 | dati();
|
---|
| 310 |
|
---|
| 311 |
|
---|
| 312 | $offset=10;
|
---|
| 313 | if (!isset($min)) $min=0;
|
---|
| 314 | $go="circo";
|
---|
| 315 |
|
---|
| 316 | $result = mysql_query("select * from ".$prefix."_ele_circoscrizione where id_cons='$id_cons' ORDER BY num_circ
|
---|
| 317 | LIMIT $min,$offset", $dbi);
|
---|
[55] | 318 | $numcirc=mysql_num_rows($result);
|
---|
| 319 | if ($numcirc>1){
|
---|
[2] | 320 | echo "<div><b>"._CIRCS."</b></div><br /><br />
|
---|
| 321 | <table class=\"table-80\"><tr class=\"bggray\">"
|
---|
| 322 | ."<td ><b>"._NUM."</b></td>"
|
---|
| 323 | ."<td ><b>"._CIRCO."</b></td>"
|
---|
| 324 | ."<td ><b>"._INDIRIZZO."</b></td>"
|
---|
| 325 | ."<td><b>"._TEL."</b></td></tr>";
|
---|
[55] | 326 | }else{
|
---|
| 327 | echo "<div><b></b></div><br /><br />
|
---|
| 328 | <table class=\"table-80\"><tr class=\"bggray\">"
|
---|
| 329 | ."<td ><b>"._INDIRIZZO."</b></td>"
|
---|
| 330 | ."<td><b>"._TEL."</b></td></tr>";
|
---|
| 331 | }
|
---|
[2] | 332 |
|
---|
| 333 | while(list($id_cons2,$id_circ,$num_circ,$descr_circ) = mysql_fetch_row($result)) {
|
---|
[55] | 334 | #if($numcirc==1) {$descr_circ=''; $num_circ='';}
|
---|
| 335 | if (!($num_circ===0)) {
|
---|
[2] | 336 |
|
---|
[55] | 337 | echo "<tr class=\"bggray3\">";
|
---|
| 338 | if ($numcirc>1) {
|
---|
| 339 | echo "<td><b>$num_circ</b>"
|
---|
[2] | 340 | ."</td><td><b>";
|
---|
| 341 | echo "<a href=\"modules.php?name=Elezioni&op=sezione&id_cons_gen=$id_cons_gen&id_comune=$id_comune&id_circ=$id_circ&descr_circ=$descr_circ\">$descr_circ</a></b></td>";
|
---|
[55] | 342 | }
|
---|
[2] | 343 |
|
---|
| 344 | // dati sede
|
---|
| 345 | $result1 = mysql_query("select id_sede,indirizzo,telefono1,telefono2, mappa, filemappa from ".$prefix."_ele_sede where id_cons='$id_cons' and id_circ='$id_circ'", $dbi);
|
---|
| 346 | $righe=mysql_num_rows($result1);$i=0;
|
---|
| 347 | while(list($id_sede,$indir,$tel1,$tel2,$mappa,$filemappa)=mysql_fetch_row($result1)){
|
---|
| 348 |
|
---|
| 349 | $i++;
|
---|
| 350 | echo "<td><b><a href=\"modules.php?name=Elezioni&op=sezione&id_cons_gen=$id_cons_gen&id_comune=$id_comune&id_sede=$id_sede\">$indir</a></b>"
|
---|
| 351 | ."</td><td><b>$tel1 </b></td><td><b> $tel2</b></td></tr>";
|
---|
| 352 |
|
---|
[55] | 353 | if ($i<$righe) echo"<tr class=\"bggray3\">";
|
---|
| 354 | if ($numcirc>1) echo "<td></td><td></td>";
|
---|
[2] | 355 |
|
---|
| 356 | }
|
---|
| 357 | }
|
---|
| 358 | }
|
---|
| 359 | echo "</table>";
|
---|
| 360 |
|
---|
| 361 | page($id_cons_gen,$go,$max,$min,$prev,$next,$offset,$file);
|
---|
| 362 |
|
---|
| 363 | //CloseTable();
|
---|
| 364 | }
|
---|
| 365 |
|
---|
| 366 | /******************************************************/
|
---|
| 367 | /*Funzione di visualizzazione globale sezioni */
|
---|
| 368 | /*****************************************************/
|
---|
| 369 |
|
---|
| 370 | function sezione() {
|
---|
| 371 | global $admin, $prefix, $dbi, $offset, $min,$votog,$circo, $id_cons_gen,$id_circ,$descr_circ,$id_cons,$file,$prev,$next,$id_comune,$googlemaps;
|
---|
| 372 |
|
---|
[52] | 373 | if(!isset($_GET['id_circ'])) unset($id_circ);
|
---|
[2] | 374 | dati();
|
---|
| 375 | $totali_t=0;$maschi_t=0;$femmine_t=0;
|
---|
| 376 | $param=strtolower($_SERVER['REQUEST_METHOD']) == 'get' ? $_GET : $_POST;
|
---|
| 377 | //mappa
|
---|
| 378 | if (isset($param['id_sede'])) $id_sede=intval($param['id_sede']); else $id_sede='0';
|
---|
| 379 | if ($id_sede!='0' && $googlemaps!='1'){
|
---|
| 380 | echo "<br /><div><img src=\"modules.php?name=Elezioni&file=foto&id_sede=".$id_sede."\" alt=\"mappa\" /></div>";
|
---|
| 381 | }elseif($id_sede!='0' && $googlemaps=='1'){
|
---|
| 382 | $mappa=googlemaps(); echo $mappa;
|
---|
| 383 | }
|
---|
| 384 |
|
---|
| 385 | $offset=15;
|
---|
| 386 | if (!isset($min)) $min=0;
|
---|
[55] | 387 | if (!isset($id_circ)) $id_circ=0;
|
---|
[2] | 388 | $go="sezione";
|
---|
[55] | 389 | $res2 = mysql_query("SELECT descrizione FROM ".$prefix."_ele_circoscrizione where id_cons='$id_cons'", $dbi);
|
---|
| 390 | $numcirc = mysql_num_rows($res2);
|
---|
| 391 | $res2 = mysql_query("SELECT descrizione FROM ".$prefix."_ele_circoscrizione where id_cons='$id_cons' AND id_circ='$id_circ' ", $dbi);
|
---|
[2] | 392 | list($descr_circ) = mysql_fetch_row($res2);
|
---|
[55] | 393 | if($numcirc>1){
|
---|
[2] | 394 | echo "<div><b>"._SEZIONI." ";
|
---|
| 395 | if ($id_circ) echo "di $descr_circ";
|
---|
| 396 | if ($id_sede) echo _SINGOLA;
|
---|
[55] | 397 | echo "</b></div>";
|
---|
| 398 | }
|
---|
| 399 | echo "<br />"
|
---|
| 400 | ."<table class=\"table-80\"><tr class=\"bggray\">"
|
---|
[2] | 401 | ."<td class=\"td-5\"><b>"._NUM."</b></td>"
|
---|
| 402 | ."<td ><b>"._INDIRIZZO."</b></td>"
|
---|
| 403 | ."<td class=\"td-5\"><b>"._MASCHI."</b></td>"
|
---|
| 404 | ."<td class=\"td-5\"><b>"._FEMMINE."</b></td>"
|
---|
| 405 | ."<td><b>"._TOTS." "._AVENTI."</b></td></tr>";
|
---|
| 406 | // link alle sedi
|
---|
| 407 |
|
---|
| 408 | // link alle circoscrizioni
|
---|
| 409 |
|
---|
| 410 | if ($id_circ) {
|
---|
| 411 |
|
---|
| 412 | $res1 = mysql_query("SELECT id_sede FROM ".$prefix."_ele_sede where id_cons='$id_cons' and id_circ='$id_circ' ", $dbi);
|
---|
| 413 | //$max = mysql_num_rows($res);
|
---|
| 414 | $i=0;// n. sezioni x circo
|
---|
| 415 | while(list($id_sede) = mysql_fetch_row($res1)){
|
---|
| 416 |
|
---|
| 417 | $circos=" AND id_sede='$id_sede'";
|
---|
| 418 | $res = mysql_query("SELECT * FROM ".$prefix."_ele_sezioni where id_cons='$id_cons' $circos ", $dbi);
|
---|
| 419 | //$tot_sez = mysql_num_rows($res);
|
---|
| 420 | $result = mysql_query("select id_cons,id_sez,id_sede,num_sez, maschi, femmine from ".$prefix."_ele_sezioni where id_cons='$id_cons' $circos ORDER BY num_sez LIMIT $min,$offset", $dbi);
|
---|
| 421 |
|
---|
| 422 | while(list($id_cons2,$id_sez,$id_sede,$num_sez, $maschi, $femmine) = mysql_fetch_row($result)) {
|
---|
| 423 | // dati circoscrizione
|
---|
| 424 | $i++;
|
---|
| 425 | $result1 = mysql_query("select indirizzo from ".$prefix."_ele_sede where id_sede='$id_sede'", $dbi);
|
---|
| 426 | list($indir)=mysql_fetch_row($result1);
|
---|
| 427 |
|
---|
| 428 | $totali=$maschi+$femmine;
|
---|
| 429 | $totali_t=$totali_t+$totali;
|
---|
| 430 | $maschi_t=$maschi_t+$maschi;
|
---|
| 431 | $femmine_t=$femmine_t+$femmine;
|
---|
| 432 | echo "<tr><td><b>$num_sez</b>"
|
---|
| 433 | ."</td><td><b><a href=\"modules.php?name=Elezioni&op=sezione&id_cons_gen=$id_cons_gen&id_comune=$id_comune&id_sede=$id_sede\">$indir</a></b>"
|
---|
| 434 | ."</td><td >$maschi"
|
---|
| 435 | ."</td><td >$femmine"
|
---|
| 436 | ."</td><td ><b>$totali</b></td></tr>";
|
---|
| 437 | }
|
---|
| 438 |
|
---|
| 439 | }
|
---|
| 440 | echo "<tr class=\"bggray2\" ><td>"._SEZIONI."<br />n. $i</td>
|
---|
| 441 | <td><b>"._TOT."<br />$descr_circ</b>
|
---|
| 442 | </td><td ><b>"._MASCHI."<br /><span class=\"red\">$maschi_t</span></b>
|
---|
| 443 | </td><td ><b>"._FEMMINE."<br /><span class=\"red\">$femmine_t</span></b></td>
|
---|
| 444 | <td ><b>"._TOTS."<br /><span class=\"red\">$totali_t</span></b></td></tr>";
|
---|
| 445 | echo "</table></center>";
|
---|
| 446 | }else{
|
---|
[52] | 447 | $circos='';
|
---|
[2] | 448 | if ($id_sede) $circos=" AND id_sede='$id_sede'";
|
---|
| 449 |
|
---|
| 450 | $res = mysql_query("SELECT * FROM ".$prefix."_ele_sezioni where id_cons='$id_cons' $circos ", $dbi);
|
---|
| 451 | $max = mysql_num_rows($res);
|
---|
| 452 | $result = mysql_query("select id_cons,id_sez,id_sede,num_sez, maschi, femmine from ".$prefix."_ele_sezioni where id_cons='$id_cons' $circos ORDER BY num_sez LIMIT $min,$offset", $dbi);
|
---|
| 453 |
|
---|
| 454 | while(list($id_cons2,$id_sez,$id_sed,$num_sez, $maschi, $femmine) = mysql_fetch_row($result)) {
|
---|
| 455 |
|
---|
| 456 | // dati circoscrizione
|
---|
| 457 | $result1 = mysql_query("select indirizzo from ".$prefix."_ele_sede where id_sede='$id_sed'", $dbi);
|
---|
| 458 | list($indir)=mysql_fetch_row($result1);
|
---|
| 459 | $totali=$maschi+$femmine;
|
---|
| 460 | $totali_t=$totali_t+$totali;
|
---|
| 461 | $maschi_t=$maschi_t+$maschi;
|
---|
| 462 | $femmine_t=$femmine_t+$femmine;
|
---|
| 463 | echo "<tr class=\"bggray2\"><td><b>$num_sez</b>"
|
---|
| 464 | ."</td><td><b><a href=\"modules.php?name=Elezioni&op=sezione&id_cons_gen=$id_cons_gen&id_comune=$id_comune&id_sede=$id_sed\"><img class=\"nobordo\" src=\"modules/Elezioni/images/mappa.gif\" align=\"left\">
|
---|
| 465 | $indir</a></b>"
|
---|
| 466 | ."</td><td>$maschi"
|
---|
| 467 | ."</td><td>$femmine"
|
---|
| 468 | ."</td><td><b>$totali</b></td></tr>";
|
---|
| 469 | }
|
---|
| 470 | if($id_sede)echo "<tr class=\"bggray\"><td><br /><br /></td>
|
---|
| 471 | <td><b>"._TOTS."<br />$indir</b>
|
---|
| 472 | </td><td ><b>"._MASCHI."<br /><span class=\"red\">$maschi_t</span></b>
|
---|
| 473 | </td><td ><b>"._FEMMINE."<br /><span class=\"red\">$femmine_t</span></b></td>
|
---|
| 474 | <td ><b>"._TOTS."<br /><span class=\"red\">$totali_t</span></b></td></tr>";
|
---|
| 475 |
|
---|
| 476 | echo "</table>";
|
---|
| 477 |
|
---|
| 478 | }
|
---|
[42] | 479 | if(!isset($max)) $max=0;
|
---|
[2] | 480 | page($id_cons_gen,$go,$max,$min,$prev,$next,$offset,$file);
|
---|
| 481 |
|
---|
| 482 |
|
---|
| 483 | //CloseTable();
|
---|
| 484 | }
|
---|
| 485 |
|
---|
| 486 |
|
---|
| 487 |
|
---|
| 488 | /******************************************************/
|
---|
| 489 | /*Funzione di visualizzazione globale gruppo */
|
---|
| 490 | /*****************************************************/
|
---|
| 491 |
|
---|
| 492 | function gruppo() {
|
---|
| 493 | global $fascia, $limite, $admin, $prefix, $dbi, $offset, $min, $id_cons_gen,$genere, $id_cons,$tipo_cons,$file,$prev,$next,$id_circ,$id_comune,$descr_circ,$id_sez,$votog,$votol,$circo,$limite;
|
---|
| 494 | //dati();
|
---|
| 495 | // definizione variabile per button 'ok' nei form
|
---|
| 496 | $button="<input name=\"vai\" type=\"image\" src=\"modules/Elezioni/images/ok2.jpg\" alt=\"ok\" title=\"ok\" />";
|
---|
| 497 |
|
---|
| 498 | // numero sezioni scrutinate sul gruppo
|
---|
| 499 | // Verificare per la circoscrizione
|
---|
| 500 | if ($genere==0) {$tab="ref";}else{$tab="gruppo";}
|
---|
| 501 | if ($votog or $genere==4) {$tab="lista";}else{$tab="gruppo";}
|
---|
| 502 | if($circo){
|
---|
| 503 | if(!$id_circ){
|
---|
| 504 | $res = mysql_query("select id_circ from ".$prefix."_ele_circoscrizione where id_cons='$id_cons' limit 0,1", $dbi);
|
---|
| 505 | list($id_circ)=mysql_fetch_row($res);
|
---|
| 506 | }
|
---|
| 507 | $res = mysql_query("select t1.id_sez,sum(t1.voti) from ".$prefix."_ele_voti_$tab as t1, ".$prefix."_ele_$tab as t2 where t1.id_$tab=t2.id_$tab and t1.id_cons='$id_cons' and t2.id_circ='$id_circ' group by t1.id_sez", $dbi);
|
---|
| 508 | }else $res = mysql_query("select * from ".$prefix."_ele_voti_".$tab." where id_cons='$id_cons' group by id_sez ",$dbi);
|
---|
| 509 | $numero=mysql_num_rows($res);
|
---|
| 510 | if($circo) $circos="and id_circ='$id_circ'"; else $circos='';
|
---|
| 511 |
|
---|
| 512 | if($circo) $res = mysql_query("select * from ".$prefix."_ele_sezioni as t1, ".$prefix."_ele_sede as t2 where t1.id_sede=t2.id_sede and t1.id_cons='$id_cons' and t2.id_circ=$id_circ",$dbi);
|
---|
| 513 | else $res = mysql_query("select * from ".$prefix."_ele_sezioni where id_cons='$id_cons' $circos ",$dbi);
|
---|
| 514 | $sezioni=mysql_num_rows($res);
|
---|
| 515 | if ($numero!=0)
|
---|
| 516 | echo "<div><h2>"._SEZSCRU." $numero "._SU." $sezioni</h2></div>";
|
---|
| 517 |
|
---|
| 518 |
|
---|
| 519 |
|
---|
| 520 |
|
---|
| 521 |
|
---|
| 522 |
|
---|
| 523 |
|
---|
| 524 | $offset=15;
|
---|
| 525 | if (!isset($min)) $min=0;
|
---|
| 526 | $go="gruppo";
|
---|
| 527 | if(!$votog and $genere!=4) echo "<div><h2><b>"._GRUPPO." </b><br /></h2></div>";
|
---|
| 528 | /*
|
---|
| 529 | if ($circo){ // circoscrizione
|
---|
| 530 | echo "<form id=\"yesy\" method=\"post\" action=\"modules.php\">";
|
---|
| 531 | echo "<div><input type=\"hidden\" name=\"pagina\" value=\"modules.php?name=Elezioni&op=gruppo&id_cons_gen=$id_cons_gen&id_comune=$id_comune&id_circ=\" />";
|
---|
| 532 | echo " <input type=\"hidden\" name=\"name\" value=\"Elezioni\" />
|
---|
| 533 | <input type=\"hidden\" name=\"op\" value=\"gruppo\" />
|
---|
| 534 | <input type=\"hidden\" name=\"id_cons_gen\" value=\"$id_cons_gen\" />
|
---|
| 535 | <input type=\"hidden\" name=\"id_comune\" value=\"$id_comune\" />
|
---|
| 536 | <input type=\"hidden\" name=\"file\" value=\"index\" />";
|
---|
| 537 |
|
---|
| 538 | $res_sez = mysql_query("SELECT id_circ,descrizione,num_circ from ".$prefix."_ele_circoscrizione where id_cons=$id_cons",$dbi);
|
---|
| 539 | echo "<span class=\"bggray\">"._SCELTA_CIR.":</span>
|
---|
| 540 | <select name=\"id_circ\">";
|
---|
| 541 | while(list($id_rif,$descr_circ,$num_cir)=mysql_fetch_row($res_sez)) {
|
---|
| 542 | if (!$id_circ) $id_circ=$id_rif;
|
---|
| 543 | $sel = ($id_rif == $id_circ) ? "selected=\"selected\"" : "";
|
---|
| 544 | echo "<option value=\"$id_rif\" $sel>";
|
---|
| 545 | for ($j=strlen($num_cir);$j<2;$j++) { echo " ";}
|
---|
| 546 | echo $num_cir.") ".$descr_circ."</option>";
|
---|
| 547 | }
|
---|
| 548 | echo "</select> $button </div></form>";
|
---|
| 549 |
|
---|
| 550 |
|
---|
| 551 |
|
---|
| 552 | }
|
---|
| 553 | */
|
---|
| 554 | if ($genere!=4){
|
---|
[37] | 555 | $circos='';
|
---|
| 556 | $circol='';
|
---|
[2] | 557 | // numero sezioni scrutinate per lista
|
---|
[37] | 558 | if ($circo){$circos="and id_circ='$id_circ'";$circol="and t2.id_circ='$id_circ'";}
|
---|
[2] | 559 |
|
---|
| 560 |
|
---|
| 561 |
|
---|
[37] | 562 | $res_num_list = mysql_query("select t1.id_sez,sum(t1.voti) from ".$prefix."_ele_voti_lista as t1, ".$prefix."_ele_lista as t2 where t1.id_lista=t2.id_lista and t1.id_cons='$id_cons' $circol group by t1.id_sez",$dbi);
|
---|
[2] | 563 | //$res_num_list = mysql_query("select * from ".$prefix."_ele_voti_lista where id_cons='$id_cons' group by id_sez ",$dbi);
|
---|
| 564 | $numero_l=mysql_num_rows($res_num_list);
|
---|
| 565 | // verifica delle sezioni in relazione ai candidati (comuni >=15000) non c'e' il voto di lista e quindi ci metto se scrutinate le preferenze sulla lista [$numero_c] - 5/5/2009
|
---|
| 566 | $res_num_list = mysql_query("select * from ".$prefix."_ele_voti_candidati where id_cons='$id_cons' group by id_sez ",$dbi);
|
---|
| 567 | $numero_c=mysql_num_rows($res_num_list);
|
---|
| 568 |
|
---|
| 569 | $sezioni_l=$sezioni;
|
---|
| 570 |
|
---|
| 571 |
|
---|
| 572 | $res = mysql_query("SELECT * FROM ".$prefix."_ele_gruppo where id_cons='$id_cons' $circos ", $dbi);
|
---|
| 573 | $max = mysql_num_rows($res);
|
---|
| 574 |
|
---|
| 575 |
|
---|
| 576 | if (!$votog){
|
---|
| 577 | if ($circo) $t_circos=" and t2.id_circ='$id_circ'"; else $t_circos='';
|
---|
| 578 | $res_pres_tutti = mysql_query("select sum(t1.voti) from ".$prefix."_ele_voti_gruppo as t1 , ".$prefix."_ele_gruppo as t2 where t1.id_gruppo=t2.id_gruppo and t1.id_cons='$id_cons' $t_circos ", $dbi);
|
---|
| 579 | // sommatoria dei voti di lista per camera e senato dal 2006 per coalizioni-->byluc
|
---|
| 580 | }else{
|
---|
| 581 | $res_pres_tutti = mysql_query("select sum(voti) from ".$prefix."_ele_voti_lista where id_cons='$id_cons'", $dbi);
|
---|
| 582 | }
|
---|
| 583 |
|
---|
| 584 | list($voti_pres_tutti) = mysql_fetch_row($res_pres_tutti);
|
---|
[67] | 585 | ######gestione percentuali
|
---|
| 586 | $arval=array();$arperc=array();
|
---|
| 587 | if ($genere>0){ // no referendum
|
---|
| 588 | if (!$votog){ // no camere e senato per coalizioni
|
---|
| 589 | $res_presidente = mysql_query("select sum(voti),id_gruppo from ".$prefix."_ele_voti_gruppo where id_cons='$id_cons' group by id_gruppo", $dbi);
|
---|
| 590 |
|
---|
| 591 | }else{ // sommatoria voti lista per coalizione per camere e senato
|
---|
| 592 | $res_presidente = mysql_query("select sum(t1.voti),t2.id_gruppo from ".$prefix."_ele_voti_lista as t1 , ".$prefix."_ele_lista as t2 where t1.id_lista=t2.id_lista and t1.id_cons='$id_cons' group by t2.id_gruppo", $dbi);
|
---|
| 593 | }
|
---|
| 594 | while(list($voti_pres,$id_gruppo2) = mysql_fetch_row($res_presidente)) {
|
---|
| 595 | $arval[$id_gruppo2]=$voti_pres;
|
---|
| 596 | }
|
---|
| 597 | $arperc=arrayperc($arval,$voti_pres_tutti);
|
---|
| 598 | }
|
---|
| 599 | #######
|
---|
[2] | 600 | $result = mysql_query("select id_cons ,id_gruppo ,num_gruppo, descrizione from ".$prefix."_ele_gruppo where id_cons='$id_cons' $circos ORDER BY num_gruppo LIMIT $min,$offset", $dbi);
|
---|
| 601 | while(list($id_cons2,$id_gruppo2,$num_gruppo, $descr_gruppo) = mysql_fetch_row($result)) {
|
---|
| 602 | if ($num_gruppo!=0) {
|
---|
| 603 | echo "<table class=\"table-80\">
|
---|
| 604 | <tr>"
|
---|
| 605 | ."<td class=\"td-5\"><b>"._NUM."</b></td>"
|
---|
| 606 | ."<td class=\"bggray\"><b>"._DESCR."</b></td>"
|
---|
| 607 | ."<td class=\"td-5\"><b>"._SIMBOLO."</b></td>
|
---|
| 608 | </tr>";
|
---|
| 609 |
|
---|
| 610 |
|
---|
| 611 | if ($genere>0){ // no referendum
|
---|
| 612 | if (!$votog){ // no camere e senato per coalizioni
|
---|
| 613 | $res_presidente = mysql_query("select sum(voti) from ".$prefix."_ele_voti_gruppo where id_cons='$id_cons' and id_gruppo='$id_gruppo2'", $dbi);
|
---|
| 614 |
|
---|
| 615 | }else{ // sommatoria voti lista per coalizione per camere e senato
|
---|
| 616 | $res_presidente = mysql_query("select sum(t1.voti) from ".$prefix."_ele_voti_lista as t1 , ".$prefix."_ele_lista as t2 where t1.id_lista=t2.id_lista and t1.id_cons='$id_cons' and t2.id_gruppo='$id_gruppo2'", $dbi);
|
---|
| 617 | }
|
---|
| 618 | list($voti_pres) = mysql_fetch_row($res_presidente);
|
---|
| 619 |
|
---|
| 620 |
|
---|
| 621 | if ($voti_pres_tutti!=0){
|
---|
[67] | 622 | $perc_pres=number_format($arperc[$id_gruppo2],2);
|
---|
[2] | 623 | $var1="<h2>voti: $voti_pres <span class=\"redbig\"> $perc_pres </span>%</h2>";
|
---|
| 624 | }else {$var1="";}
|
---|
| 625 |
|
---|
| 626 |
|
---|
| 627 |
|
---|
| 628 | }else{ //referendum
|
---|
| 629 | $res_ref = mysql_query("select sum(si),sum(no),sum(validi),sum(bianchi),sum(nulli),sum(contestati) from ".$prefix."_ele_voti_ref where id_cons='$id_cons' and id_gruppo='$id_gruppo2'", $dbi);
|
---|
| 630 | list($voti_si,$voti_no,$validi,$bianchi,$nulli,$conte) = mysql_fetch_row($res_ref);
|
---|
| 631 |
|
---|
| 632 |
|
---|
| 633 | $aff=mysql_query("select orario,data from ".$prefix."_ele_rilaff where id_cons_gen='$id_cons_gen' order by data desc ", $dbi);
|
---|
| 634 | list($ora,$data) = mysql_fetch_row($aff);
|
---|
| 635 |
|
---|
| 636 |
|
---|
| 637 | $tot_rel =mysql_query("select sum(voti_uomini+voti_donne) from ".$prefix."_ele_voti_parziale where id_cons='$id_cons' and orario='$ora' and data='$data' and id_gruppo='$id_gruppo2'", $dbi);
|
---|
| 638 | list($tot_relativo) = mysql_fetch_row($tot_rel);
|
---|
| 639 |
|
---|
| 640 |
|
---|
| 641 | // totale assoluto
|
---|
| 642 | $tot_ass =mysql_query("select sum(maschi+femmine) from ".$prefix."_ele_sezioni where id_cons='$id_cons'", $dbi);
|
---|
| 643 | list($tot_assoluto) = mysql_fetch_row($tot_ass);
|
---|
| 644 | // controlli del 15 giugno 2009
|
---|
| 645 | if($tot_assoluto)
|
---|
| 646 | $perc_tot=number_format(($tot_relativo*100)/$tot_assoluto,2);
|
---|
| 647 | else $perc_tot=0;
|
---|
| 648 |
|
---|
| 649 | $tot_ref=0;$tot_ref=$voti_si+$voti_no;
|
---|
| 650 | if($tot_ref){
|
---|
| 651 | $perc_si=number_format(($voti_si*100)/$tot_ref,2);
|
---|
| 652 | $perc_no=number_format(($voti_no*100)/$tot_ref,2);
|
---|
| 653 | }else{ $perc_si=0;$perc_no=0;}
|
---|
| 654 |
|
---|
| 655 |
|
---|
| 656 |
|
---|
| 657 |
|
---|
| 658 | $var1="<table class=\"table-80\">
|
---|
| 659 | <tr>
|
---|
| 660 | <td class=\"redbig\">
|
---|
| 661 | <h2>percentuale affluenze:<span class=\"redbig\"> $perc_tot% </span></h2></td>
|
---|
| 662 | </tr>";
|
---|
| 663 |
|
---|
| 664 |
|
---|
| 665 | $var1 .="<tr>
|
---|
| 666 | <td><h1>SI: $voti_si <span class=\"redbig\"> $perc_si </span>%</h1></td>
|
---|
| 667 | </tr>
|
---|
| 668 | <tr>
|
---|
| 669 | <td><h1>NO: $voti_no<span class=\"redbig\"> $perc_no </span>%
|
---|
| 670 | </h1></td>
|
---|
| 671 | </tr>
|
---|
| 672 | </table>";
|
---|
| 673 |
|
---|
| 674 | }
|
---|
| 675 |
|
---|
| 676 |
|
---|
| 677 |
|
---|
| 678 |
|
---|
| 679 |
|
---|
| 680 | echo "<tr>
|
---|
| 681 | <td class=\"bggray\"><h1><b>$num_gruppo</b></h1></td>
|
---|
| 682 | <td class=\"table-main\"><h1>$descr_gruppo</h1> $var1</td>
|
---|
| 683 | <td><b><img class=\"stemma\" src=\"modules.php?name=Elezioni&file=foto&id_gruppo=$id_gruppo2\" alt=\"immagine $descr_gruppo\" /></b></td>";
|
---|
| 684 | echo "</tr>
|
---|
| 685 | </table>";
|
---|
| 686 |
|
---|
| 687 |
|
---|
| 688 | //Liste collegate
|
---|
| 689 | if ($numero!=0 and !$votol and $genere>1)
|
---|
| 690 | // verifica delle sezioni in relazione ai candidati (comuni >=15000 $LIMIT>=4 non c'e' il voto di lista 5/5/2009
|
---|
| 691 |
|
---|
| 692 | if ($genere!=2 && $fascia>$limite)
|
---|
| 693 | echo "<div><h6>Liste:"._SEZSCRU." $numero_l "._SU." $sezioni_l</h6></div>";
|
---|
| 694 | else
|
---|
| 695 | if(!$circo and $votog) // non per le circoscrizionali, senato e camera
|
---|
| 696 | echo "<div><h6>"._SEZSCRU." $numero_c "._SU." $sezioni_l</h6></div>";
|
---|
| 697 |
|
---|
| 698 |
|
---|
| 699 | echo "<table class=\"table-80\"><tr>";
|
---|
| 700 | $result2 = mysql_query("select id_cons ,id_lista ,num_lista, descrizione from ".$prefix."_ele_lista where id_cons='$id_cons' and id_gruppo='$id_gruppo2' ORDER BY num_lista " , $dbi);
|
---|
| 701 | $i=0;
|
---|
| 702 | while(list($id_cons2,$id_lista2,$num_lista, $descr_lista) = mysql_fetch_row($result2)) {
|
---|
| 703 | if ($num_lista!=0) {
|
---|
| 704 |
|
---|
| 705 | $res_lista = mysql_query("select sum(voti) from ".$prefix."_ele_voti_lista where id_cons='$id_cons' and id_lista='$id_lista2'", $dbi);
|
---|
| 706 | list($voti_lista) = mysql_fetch_row($res_lista);
|
---|
| 707 |
|
---|
| 708 |
|
---|
| 709 | // calcolo della percentuale
|
---|
| 710 | if ($circo){ // circoscrizioni
|
---|
| 711 | $voti_lista_tutti='';
|
---|
| 712 |
|
---|
| 713 | $res_circ = mysql_query("select id_lista from ".$prefix."_ele_lista where id_circ='$id_circ'", $dbi);
|
---|
| 714 | while(list($lista_id) = mysql_fetch_row($res_circ)){
|
---|
| 715 |
|
---|
| 716 | $res_circ_voti = mysql_query("select sum(voti) from ".$prefix."_ele_voti_lista where id_lista='$lista_id'", $dbi);
|
---|
| 717 | list($voti) = mysql_fetch_row($res_circ_voti);
|
---|
| 718 | $voti_lista_tutti=$voti_lista_tutti+$voti;
|
---|
| 719 | //
|
---|
| 720 | }
|
---|
| 721 |
|
---|
| 722 | }else{
|
---|
| 723 |
|
---|
| 724 | // tutti
|
---|
| 725 | $res_lista_tutti = mysql_query("select sum(voti) from ".$prefix."_ele_voti_lista where id_cons='$id_cons'", $dbi);
|
---|
| 726 | list($voti_lista_tutti) = mysql_fetch_row($res_lista_tutti);
|
---|
| 727 | }
|
---|
| 728 |
|
---|
| 729 |
|
---|
| 730 |
|
---|
| 731 | if($voti_lista_tutti!=0){
|
---|
| 732 | $perc_lista=number_format(($voti_lista*100)/$voti_lista_tutti,5);
|
---|
| 733 | $perc_lista=number_format($perc_lista,3);// add luc 11 feb 2007
|
---|
| 734 | }else{
|
---|
| 735 | $perc_lista='';
|
---|
| 736 | }
|
---|
| 737 |
|
---|
| 738 |
|
---|
| 739 |
|
---|
| 740 |
|
---|
| 741 | $i++;
|
---|
| 742 | echo "<td class=\"table-main\"><a href=\"modules.php?name=Elezioni&id_gruppo=$id_gruppo2&id_circ=$id_circ&id_cons_gen=$id_cons_gen&id_lista=$id_lista2&op=partiti&voti_lista=$voti_lista&perc_lista=$perc_lista&id_comune=$id_comune\">
|
---|
| 743 | <img class=\"stemma\" src=\"modules.php?name=Elezioni&file=foto&id_lista=$id_lista2\" alt=\"\" /><br />N. $num_lista $descr_lista";
|
---|
| 744 |
|
---|
| 745 | if ($voti_lista) echo "<br />voti: $voti_lista ";
|
---|
| 746 | // tolta momentaneamnete per le circ
|
---|
| 747 | if ($perc_lista) echo "<span class=\"red\"> $perc_lista </span>%";
|
---|
| 748 |
|
---|
| 749 | echo "</a></td>";
|
---|
| 750 | }
|
---|
| 751 | if (($i%3) ==0) echo "</tr><tr>";
|
---|
| 752 | }
|
---|
| 753 |
|
---|
| 754 | if (($i%3) !=0)echo "</tr></table>";else echo "<td></td></tr></table>";
|
---|
| 755 |
|
---|
| 756 | }
|
---|
| 757 | }
|
---|
| 758 | echo "";
|
---|
| 759 |
|
---|
| 760 |
|
---|
| 761 |
|
---|
| 762 |
|
---|
| 763 |
|
---|
| 764 |
|
---|
| 765 | }else{
|
---|
| 766 | // tot liste
|
---|
| 767 | $res = mysql_query("SELECT * FROM ".$prefix."_ele_lista where id_cons='$id_cons' $circos ", $dbi);
|
---|
| 768 | $max = mysql_num_rows($res);
|
---|
| 769 |
|
---|
| 770 | // tot voti liste
|
---|
| 771 | if($circo)$res_lista_tutti = mysql_query("select sum(t1.voti) from ".$prefix."_ele_voti_lista as t1, ".$prefix."_ele_lista as t2 where t1.id_lista=t2.id_lista and t1.id_cons='$id_cons' and t2.id_circ='$id_circ'", $dbi);
|
---|
| 772 | else $res_lista_tutti = mysql_query("select sum(voti) from ".$prefix."_ele_voti_lista where id_cons='$id_cons'", $dbi);
|
---|
| 773 |
|
---|
| 774 | list($voti_lista_tutti) = mysql_fetch_row($res_lista_tutti);
|
---|
| 775 |
|
---|
| 776 | $result = mysql_query("select id_cons ,id_lista ,num_lista, descrizione from ".$prefix."_ele_lista where id_cons='$id_cons' $circos ORDER BY num_lista LIMIT $min,$offset", $dbi);
|
---|
| 777 | while(list($id_cons2,$id_lista,$num_lista, $descr_lista) = mysql_fetch_row($result)) {
|
---|
| 778 | if ($num_lista!=0) {
|
---|
| 779 | // voti lista
|
---|
| 780 | $res_lista = mysql_query("select sum(voti) from ".$prefix."_ele_voti_lista where id_cons='$id_cons' and id_lista='$id_lista'", $dbi);
|
---|
| 781 | list($voti_lista) = mysql_fetch_row($res_lista);
|
---|
| 782 | if($voti_lista_tutti)
|
---|
| 783 | $perc_lista=number_format(($voti_lista*100)/$voti_lista_tutti,5);
|
---|
| 784 | else $perc_lista=0;
|
---|
| 785 | $perc_lista=number_format($perc_lista,2);
|
---|
| 786 | echo "<table class=\"table-80\">
|
---|
| 787 | <tr>"
|
---|
| 788 | ."<td class=\"td-5\"><b>"._NUM."</b></td>"
|
---|
| 789 | ."<td class=\"bggray\"><b>"._DESCR."</b></td>"
|
---|
| 790 | ."<td class=\"td-5\"><b>"._SIMBOLO."</b></td>
|
---|
| 791 | </tr>";
|
---|
| 792 | echo "<tr><td class=\"bggray\"><h1><b>$num_lista</b></h1></td>
|
---|
| 793 | <td class=\"table-main\"><h1>$descr_lista<br />
|
---|
| 794 | voti: $voti_lista <span class=\"redbig\">$perc_lista %</span></h1>";
|
---|
| 795 | echo "</td><td><a href=\"modules.php?name=Elezioni&id_cons_gen=$id_cons_gen&id_lista=$id_lista&op=partiti&voti_lista=$voti_lista&perc_lista=$perc_lista&id_comune=$id_comune\">
|
---|
| 796 | <img class=\"stemma\" src=\"modules.php?name=Elezioni&file=foto&id_lista=$id_lista\" alt=\"$descr_lista\" /></a>";
|
---|
| 797 | echo "</td></tr></table>";
|
---|
| 798 | }
|
---|
| 799 | }
|
---|
| 800 | //echo "</table>";
|
---|
| 801 | }
|
---|
| 802 |
|
---|
| 803 |
|
---|
| 804 |
|
---|
| 805 | page($id_cons_gen,$go,$max,$min,$prev,$next,$offset,$file);
|
---|
| 806 |
|
---|
| 807 | //CloseTable();
|
---|
| 808 | }
|
---|
| 809 |
|
---|
| 810 | function partiti(){
|
---|
| 811 | // visualizza i dati di lista con i candidati
|
---|
| 812 |
|
---|
| 813 | global $genere,$admin, $prefix, $dbi, $offset, $min, $id_cons_gen,$votog,$votol,$circo, $id_cons,$tipo_cons,$file,$prev,$next,$id_circ,$id_comune,$id_lista,$id_gruppo,$voti_lista,$perc_lista;
|
---|
| 814 |
|
---|
| 815 |
|
---|
| 816 |
|
---|
| 817 |
|
---|
| 818 | //dati();
|
---|
| 819 |
|
---|
| 820 | if ($circo==1){
|
---|
| 821 | $res_circ = mysql_query("select descrizione,num_circ from ".$prefix."_ele_circoscrizione where id_circ='$id_circ'", $dbi);
|
---|
| 822 | list($descr_circ,$num_circ)=mysql_fetch_row($res_circ);
|
---|
| 823 | if($num_circ) echo "<center><h1>"._CIRC_N." $num_circ: $descr_circ</h1>";
|
---|
| 824 | # numero sezioni
|
---|
| 825 |
|
---|
| 826 | }
|
---|
| 827 |
|
---|
| 828 | if ($genere!=4){
|
---|
| 829 | $res_gruppo = mysql_query("select descrizione from ".$prefix."_ele_gruppo where id_gruppo='$id_gruppo'", $dbi);
|
---|
| 830 | list($descr_gruppo)=mysql_fetch_row($res_gruppo);
|
---|
| 831 |
|
---|
| 832 | }
|
---|
| 833 |
|
---|
| 834 | // numero sezioni scrutinate, escluse circorscrizioni (da aggiungere)
|
---|
| 835 | if ($circo!=1){
|
---|
| 836 | if ($votog) {$tab="lista";}else{$tab="candidati";}
|
---|
| 837 | $res1 = mysql_query("select * from ".$prefix."_ele_voti_".$tab." where id_cons='$id_cons' group by id_sez ",$dbi);
|
---|
| 838 | $numero=mysql_num_rows($res1);
|
---|
| 839 | $res2 = mysql_query("select * from ".$prefix."_ele_sezioni where id_cons='$id_cons'",$dbi);
|
---|
| 840 | $sezioni=mysql_num_rows($res2);
|
---|
| 841 | }
|
---|
| 842 |
|
---|
| 843 |
|
---|
| 844 |
|
---|
| 845 |
|
---|
| 846 |
|
---|
| 847 |
|
---|
| 848 |
|
---|
| 849 | //$result = mysql_query("select id_cons ,id_lista ,num_lista, descrizione from ".$prefix."_ele_lista where id_lista='$id_lista'", $dbi);
|
---|
| 850 |
|
---|
| 851 | $result = mysql_query("select id_cons ,id_lista ,num_lista, descrizione from ".$prefix."_ele_lista where id_lista='$id_lista'", $dbi);
|
---|
| 852 |
|
---|
| 853 | list($id_cons2,$id_lista,$num_lista, $descr_lista) = mysql_fetch_row($result);
|
---|
| 854 |
|
---|
| 855 |
|
---|
| 856 | # if ($numero!=0) echo "<center><h2>"._SEZSCRU." $numero "._SU." $sezioni</h2></center>";
|
---|
| 857 | echo " <center><h5>"._LISTA." Numero : <font color=\"red\">$num_lista</font><br /></h5>";
|
---|
| 858 |
|
---|
| 859 |
|
---|
| 860 | echo "<img src=\"modules.php?name=Elezioni&file=foto&id_lista=$id_lista\" width=\"50\" heigth=\"50\" align=\"middle\"><h2> $descr_lista</h2><br />";
|
---|
| 861 | if ($voti_lista OR $perc_lista){ echo "<h5>
|
---|
| 862 | Voti: <font color=\"red\">$voti_lista</font> "._PERC.": <font color=\"red\">$perc_lista %</font><br /></h5>";
|
---|
| 863 | }
|
---|
| 864 | echo "<center>"._GRUPPO."<h1> $descr_gruppo</h1>";
|
---|
| 865 |
|
---|
| 866 |
|
---|
| 867 |
|
---|
| 868 |
|
---|
| 869 |
|
---|
| 870 | echo "<table width=\"60%\">";
|
---|
| 871 | // candidati con voti ottenuti
|
---|
| 872 |
|
---|
| 873 | $res_candi = mysql_query("SELECT t1.id_cand , t1.cognome, t1.nome, t1.num_cand, t2.id_cand, sum(t2.voti) as somma FROM ".$prefix."_ele_candidati as t1 , ".$prefix."_ele_voti_candidati as t2
|
---|
| 874 | where t1.id_lista='$id_lista' and t1.id_cand=t2.id_cand group by t1.id_cand order by somma desc" , $dbi);
|
---|
| 875 | //$res_candi = mysql_query("SELECT id_cand , cognome, nome, num_cand FROM ".$prefix."_ele_candidati
|
---|
| 876 | //where id_lista='$id_lista' and id_cons='$id_cons order by num_cand" , $dbi);
|
---|
| 877 | $num_candi=mysql_num_rows($res_candi);
|
---|
| 878 | if (!$num_candi) {
|
---|
| 879 | $res_candi = mysql_query("SELECT id_cand , cognome, nome, num_cand FROM ".$prefix."_ele_candidati
|
---|
| 880 | where id_lista='$id_lista' and id_cons='$id_cons' order by num_cand" , $dbi);
|
---|
| 881 | echo "<tr bgcolor=\"#EAEAEA\"><td >Numero</td><td>Candidato</td></tr>";
|
---|
| 882 | while(list($id_cand,$cognome,$nome, $num) = mysql_fetch_row($res_candi)) {
|
---|
| 883 |
|
---|
| 884 | echo "<tr><td>[ $num ]</td><td> $cognome $nome</td>";
|
---|
| 885 | }
|
---|
| 886 | }else{
|
---|
| 887 | echo "<tr bgcolor=\"#EAEAEA\"><td >Numero</td><td>"._CANDIDATO."</td><td>"._PREFERENZE."</td></tr>";
|
---|
| 888 | while(list($id_cand,$cognome,$nome, $num,$id_cand, $somma) = mysql_fetch_row($res_candi)) {
|
---|
| 889 |
|
---|
| 890 | echo "<tr><td>[ $num ]</td><td>
|
---|
| 891 | <a href=\"modules.php?name=Elezioni&id_cons_gen=$id_cons_gen&id_comune=$id_comune&op=candidato_sezione&min=$num&offset=$num&id_lista=$id_lista&orvert=1&offsetsez=$sezioni&id_circ=$id_circ\">
|
---|
| 892 | $cognome $nome</a></td><td> $somma</td>";
|
---|
| 893 | }
|
---|
| 894 |
|
---|
| 895 |
|
---|
| 896 |
|
---|
| 897 |
|
---|
| 898 |
|
---|
| 899 | echo "</tr>";
|
---|
| 900 | }
|
---|
| 901 | echo "</table>";
|
---|
| 902 | }
|
---|
| 903 |
|
---|
| 904 |
|
---|
| 905 | // funzione visualizzazione delle liste per camera e senato con raggruppamenti/coalizioni
|
---|
| 906 | function liste(){
|
---|
| 907 | global $id_cons,$id_cons_gen,$prefix,$dbi,$min,$offset,$op,$tipo_cons,$prev,$next,$votog,$votol,$circo;
|
---|
| 908 | //dati();
|
---|
| 909 | $offset=10;
|
---|
| 910 | if (!isset($min)) $min=0;
|
---|
| 911 |
|
---|
| 912 | // numero sezioni scrutinate sul gruppo
|
---|
| 913 | if ($circo) $circos = "and id_circ=$id_circ" ; else $circos='';
|
---|
| 914 | if ($genere==0) $tab="ref"; else $tab="gruppo";
|
---|
| 915 | $res = mysql_query("select * from ".$prefix."_ele_voti_".$tab." where id_cons='$id_cons' $circos group by id_sez ",$dbi);
|
---|
| 916 | $numero=mysql_num_rows($res);
|
---|
| 917 | $res = mysql_query("select * from ".$prefix."_ele_sezioni where id_cons='$id_cons' $circos ",$dbi);
|
---|
| 918 | $sezioni=mysql_num_rows($res);
|
---|
| 919 | if ($numero!=0)
|
---|
| 920 | echo "<div><h2>"._SEZSCRU." $numero "._SU." $sezioni</h2></div>";
|
---|
| 921 |
|
---|
| 922 | echo "<div><h1>"._LISTE."</h1></div><br /><br />";
|
---|
| 923 |
|
---|
| 924 |
|
---|
| 925 |
|
---|
| 926 |
|
---|
| 927 | // tot liste
|
---|
| 928 | $res = mysql_query("SELECT * FROM ".$prefix."_ele_lista where id_cons='$id_cons' ", $dbi);
|
---|
| 929 | $max = mysql_num_rows($res);
|
---|
| 930 |
|
---|
| 931 | // tot voti liste
|
---|
| 932 | $res_lista_tutti = mysql_query("select sum(voti) from ".$prefix."_ele_voti_lista where id_cons='$id_cons'", $dbi);
|
---|
| 933 | list($voti_lista_tutti) = mysql_fetch_row($res_lista_tutti);
|
---|
| 934 |
|
---|
| 935 | $result = mysql_query("select id_cons ,id_lista ,id_gruppo, num_lista, descrizione from ".$prefix."_ele_lista where id_cons='$id_cons' ORDER BY num_lista LIMIT $min,$offset", $dbi);
|
---|
| 936 | while(list($id_cons2,$id_lista,$id_gruppo, $num_lista, $descr_lista) = mysql_fetch_row($result)) {
|
---|
| 937 | if ($num_lista!=0) {
|
---|
| 938 | // voti lista
|
---|
| 939 | $res_lista = mysql_query("select sum(voti) from ".$prefix."_ele_voti_lista where id_cons='$id_cons' and id_lista='$id_lista'", $dbi);
|
---|
| 940 | list($voti_lista) = mysql_fetch_row($res_lista);
|
---|
| 941 | if ($voti_lista_tutti!=0)
|
---|
| 942 | $perc_lista=number_format(($voti_lista*100)/$voti_lista_tutti,2);
|
---|
| 943 | else $perc_lista='';
|
---|
| 944 | // gruppo
|
---|
| 945 | $res_gruppo = mysql_query("select descrizione from ".$prefix."_ele_gruppo where id_gruppo='$id_gruppo'", $dbi);
|
---|
| 946 | list($descr_gruppo) = mysql_fetch_row($res_gruppo);
|
---|
| 947 |
|
---|
| 948 |
|
---|
| 949 | echo "<table class=\"table-80\"><tr class=\"bggray\">"
|
---|
| 950 | ."<td class=\"td-5\"><b>"._NUM."</b></td>"
|
---|
| 951 | ."<td ><b>"._DESCR."</b></td>"
|
---|
| 952 | ."<td class=\"td-5\"><b>"._SIMBOLO."</b></td>"
|
---|
| 953 | ."<td class=\"td-5\"><b>"._GRUPPO."</b></td></tr>";
|
---|
| 954 |
|
---|
| 955 |
|
---|
| 956 |
|
---|
| 957 | echo "<tr><td class=\"bggray\"><h1>$num_lista</h1>"
|
---|
| 958 | ."</td>
|
---|
| 959 | <td class=\"table-main\"><h1>$descr_lista<br />
|
---|
| 960 | voti: $voti_lista <span class=\"redbig\"> $perc_lista</span> %</h1>";
|
---|
| 961 | echo "</td>
|
---|
| 962 | <td><a href=\"modules.php?name=Elezioni&id_gruppo=$id_gruppo&id_cons_gen=$id_cons_gen&id_lista=$id_lista&op=partiti&voti_lista=$voti_lista&perc_lista=$perc_lista&id_comune=$id_comune\">
|
---|
| 963 | <img class=\"stemma\" src=\"modules.php?name=Elezioni&file=foto&id_lista=$id_lista\" alt=\"$descr_lista\" />";
|
---|
| 964 | echo "</a></td>
|
---|
| 965 | <td>
|
---|
| 966 | <img class=\"stemma\" src=\"modules.php?name=Elezioni&file=foto&id_gruppo=$id_gruppo\" alt=\"$descr_gruppo\" />
|
---|
| 967 | <br />$descr_gruppo</td>
|
---|
| 968 | </tr></table>";
|
---|
| 969 | }
|
---|
| 970 | }
|
---|
| 971 |
|
---|
| 972 | $file="index";
|
---|
| 973 | $go=$op;
|
---|
| 974 | page($id_cons_gen,$go,$max,$min,$prev,$next,$offset,$file);
|
---|
| 975 | }
|
---|
| 976 |
|
---|
| 977 |
|
---|
| 978 |
|
---|
| 979 | function grafici($id_cons) {
|
---|
| 980 |
|
---|
| 981 | //graf_votanti();
|
---|
| 982 | graf_gruppo();
|
---|
| 983 | //graf_candidato();
|
---|
| 984 |
|
---|
| 985 | }
|
---|
| 986 |
|
---|
| 987 | //visualizzaione a seconda dello stato della consultazione
|
---|
| 988 | // finita si basa sui gruppi o liste per tutte le sezioni
|
---|
| 989 | if (!$op){
|
---|
| 990 |
|
---|
| 991 | $circos=''; // definizione provvisoria
|
---|
| 992 | if ($genere==0) {$tab="ref";}else{$tab="gruppo";}
|
---|
| 993 | if ($votog) {$tab="lista";}else{$tab="gruppo";}
|
---|
| 994 | $res = mysql_query("select * from ".$prefix."_ele_voti_".$tab." where id_cons='$id_cons' $circos group by id_sez ",$dbi);
|
---|
| 995 | $numero=mysql_num_rows($res);
|
---|
| 996 | $res = mysql_query("select * from ".$prefix."_ele_sezioni where id_cons='$id_cons' $circos ",$dbi);
|
---|
| 997 | $sezioni=mysql_num_rows($res);
|
---|
| 998 | if ($numero==0) $op="gruppo";
|
---|
| 999 | if ($numero==$sezioni) $op="graf_gruppo";
|
---|
| 1000 |
|
---|
| 1001 | }
|
---|
| 1002 |
|
---|
| 1003 | switch ($op){
|
---|
| 1004 |
|
---|
| 1005 |
|
---|
| 1006 | case "circo":
|
---|
| 1007 | circo();
|
---|
| 1008 | break;
|
---|
| 1009 |
|
---|
| 1010 | case "sezione":
|
---|
| 1011 | sezione();
|
---|
| 1012 | break;
|
---|
| 1013 |
|
---|
| 1014 | case "candi":
|
---|
| 1015 | include("candidato.php");
|
---|
| 1016 | candidato();
|
---|
| 1017 | //candi();
|
---|
| 1018 | break;
|
---|
| 1019 |
|
---|
| 1020 | case "gruppo":
|
---|
| 1021 | gruppo();
|
---|
| 1022 | break;
|
---|
| 1023 |
|
---|
| 1024 | case "partiti":
|
---|
| 1025 | partiti();
|
---|
| 1026 | BREAK;
|
---|
| 1027 |
|
---|
| 1028 | case "liste":
|
---|
| 1029 | liste();
|
---|
| 1030 | break;
|
---|
| 1031 |
|
---|
| 1032 | case "come":
|
---|
| 1033 | switch ($info){
|
---|
| 1034 | case 'dati':
|
---|
| 1035 | circo();
|
---|
| 1036 | break;
|
---|
| 1037 | case "confronti":
|
---|
| 1038 | include("confronti.php");
|
---|
| 1039 | break;
|
---|
| 1040 |
|
---|
| 1041 | case "affluenze_sez":
|
---|
| 1042 | include("affluenze.php");
|
---|
| 1043 | break;
|
---|
| 1044 | case "votanti":
|
---|
| 1045 | include("votanti.php");
|
---|
| 1046 | break;
|
---|
| 1047 | default:
|
---|
| 1048 | come($info);
|
---|
| 1049 | }
|
---|
| 1050 | break;
|
---|
| 1051 |
|
---|
| 1052 | // esterni
|
---|
| 1053 |
|
---|
| 1054 | case "consiglieri":
|
---|
| 1055 | include("consiglieri.php");
|
---|
| 1056 | consiglio();
|
---|
| 1057 | break;
|
---|
| 1058 |
|
---|
| 1059 | case "gruppo_circo":
|
---|
| 1060 | include("gruppo.php");
|
---|
| 1061 | gruppo_circo();
|
---|
| 1062 | break;
|
---|
| 1063 |
|
---|
| 1064 | case "gruppo_sezione":
|
---|
| 1065 | include("gruppo.php");
|
---|
| 1066 | gruppo_circo();
|
---|
| 1067 | break;
|
---|
| 1068 |
|
---|
| 1069 | case "lista_circo":
|
---|
| 1070 | include("gruppo.php");
|
---|
| 1071 | gruppo_circo();
|
---|
| 1072 | break;
|
---|
| 1073 |
|
---|
| 1074 | case "lista_sezione":
|
---|
| 1075 | include("gruppo.php");
|
---|
| 1076 | gruppo_circo();
|
---|
| 1077 | break;
|
---|
| 1078 |
|
---|
| 1079 | case "candidato_circo":
|
---|
| 1080 | include("gruppo.php");
|
---|
| 1081 | gruppo_circo();
|
---|
| 1082 | break;
|
---|
| 1083 |
|
---|
| 1084 |
|
---|
| 1085 |
|
---|
| 1086 | case "candidato_sezione":
|
---|
| 1087 | include("gruppo.php");
|
---|
| 1088 | gruppo_circo();
|
---|
| 1089 | break;
|
---|
| 1090 |
|
---|
| 1091 | case "affluenze_graf":
|
---|
| 1092 | include("grafici.php");
|
---|
| 1093 | affluenze_graf();
|
---|
| 1094 | break;
|
---|
| 1095 |
|
---|
| 1096 | case "graf_votanti":
|
---|
| 1097 | include("grafici.php");
|
---|
| 1098 | graf_votanti();
|
---|
| 1099 | break;
|
---|
| 1100 |
|
---|
| 1101 | case "graf_candidato":
|
---|
| 1102 | include("grafici.php");
|
---|
| 1103 | if (!$circo)graf_candidato();
|
---|
| 1104 | break;
|
---|
| 1105 |
|
---|
| 1106 | case "graf_gruppo":
|
---|
| 1107 | include("grafici.php");
|
---|
| 1108 | graf_gruppo();
|
---|
| 1109 | break;
|
---|
| 1110 |
|
---|
| 1111 |
|
---|
| 1112 |
|
---|
| 1113 | case "tema":
|
---|
| 1114 | include("theme.php");
|
---|
| 1115 | break;
|
---|
| 1116 |
|
---|
| 1117 | case "top":
|
---|
| 1118 | include("top.php");
|
---|
| 1119 | break;
|
---|
| 1120 |
|
---|
| 1121 | case "contatti":
|
---|
| 1122 | include("contatti.php");
|
---|
| 1123 | break;
|
---|
| 1124 |
|
---|
| 1125 | case "rss":
|
---|
| 1126 | include("rss.php");
|
---|
| 1127 | break;
|
---|
| 1128 |
|
---|
| 1129 | }
|
---|
| 1130 |
|
---|
| 1131 | if ($csv!=1 && $rss!=1){
|
---|
| 1132 | ########## icona rss da sistemare in un altra parte con calma...
|
---|
| 1133 | global $circo;
|
---|
| 1134 | if($genere!=0 && $id_circ==''){ // no referendum ne circoscrizioni
|
---|
| 1135 | echo "<div align=\"right\"><a href=\"modules.php?id_cons_gen=$id_cons_gen&name=Elezioni&id_comune=$id_comune&file=index&op=rss&rss=1\"><img class =\"nobordo\" width=\"60\" src=\"modules/Elezioni/images/valid-rss.png\" /></a></div>";
|
---|
| 1136 | }
|
---|
| 1137 |
|
---|
| 1138 | include("footer.php");
|
---|
| 1139 | }
|
---|
| 1140 | ?>
|
---|