Changeset 113 for trunk/client/modules/Elezioni
- Timestamp:
- May 31, 2011, 10:44:52 PM (13 years ago)
- Location:
- trunk/client/modules/Elezioni
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/04_sezioni.php
r86 r113 13 13 $sql = mysql_query("select chiusa from ".$prefix."_ele_cons_comune where id_cons_gen='$id_cons_gen'",$dbi); 14 14 list($chiusa) = mysql_fetch_row($sql); 15 if($chiusa!='1') numeri_sezione(); 16 //echo $chiusa; 15 16 //if($chiusa!='1') numeri_sezione(); # se la consultazione non Ú chiusa 17 17 18 18 19 20 numeri_sezione(); //lancia la funzione 19 21 20 22 function numeri_sezione() { 21 global $prefix, $dbi, $circo, $genere,$id_cons_gen,$id_cons,$id_circ,$tipo_cons,$votog ;23 global $prefix, $dbi, $circo, $genere,$id_cons_gen,$id_cons,$id_circ,$tipo_cons,$votog,$id_comune; 22 24 23 25 … … 27 29 if ($genere==0) $tab="ref";elseif($genere=='4' || $votog) $tab="lista"; 28 30 else $tab="gruppo"; 29 31 32 33 30 34 # numero sezioni 31 35 $res = mysql_query("select t1.id_sez,t1.num_sez from ".$prefix."_ele_sezioni as t1 left join ".$prefix."_ele_sede as t2 on t1.id_sede=t2.id_sede where t1.id_cons='$id_cons' $circos order by t1.num_sez",$dbi); … … 38 42 $i++; 39 43 /****************************************************************/ 40 /* suddivisione in circoscrizione - attivare se Ú il caso 44 /* suddivisione in circoscrizione - attivare se Ú il caso 41 45 42 46 $result = mysql_query("SELECT id_circ FROM ".$prefix."_ele_sede where id_cons='$id_cons' and id_sede='$sede_id' ", $dbi); … … 58 62 59 63 64 if ($genere==0) $pos="gruppo_sezione";elseif($genere=='4' || $votog) $pos="lista_sezione"; 65 else $pos="gruppo_sezione"; 60 66 61 62 $html .="<td style=\"margin:0px auto; text-align:center; width:5%;\" bgcolor=\"$bgsez\"><b>$sez_num</b></td>"; 67 $html .="<td style=\"margin:0px auto; text-align:center; width:5%;\" bgcolor=\"$bgsez\"><a href=\"modules.php?id_cons_gen=$id_cons_gen&name=Elezioni&id_comune=$id_comune&perc=true&file=index&op=$pos&minsez=$sez_num&offsetsez=$sez_num\"><b>$sez_num</b></a></td>"; 63 68 64 69 if (($i%8) ==0) $html .="</tr>\n<tr>"; -
trunk/client/modules/Elezioni/gruppo.php
r111 r113 429 429 430 430 $y=1; 431 $ar[0][0]=$tipo 2;432 $ra[0][0]=$tipo 2;431 $ar[0][0]=$tipo3; 432 $ra[0][0]=$tipo3; 433 433 $num_sez++; 434 434 $voticompl=0; -
trunk/client/modules/Elezioni/language/lang-it.php
r110 r113 30 30 define("_QUOZIENTI","Quozienti"); 31 31 define("_CIFRAELE","Cifra<br/>Elettorale"); 32 define("_PROIEZCONS","PROIEZIONE DELLA COMPOSIZIONE DEL CONSIGLIO COMUNALE<br >LA FUNZIONE DI CALCOLO E' SPERIMENTALE<BR>IL RISULTATO E' PURAMENTE INDICATIVO");32 define("_PROIEZCONS","PROIEZIONE DELLA COMPOSIZIONE DEL CONSIGLIO COMUNALE<br />LA FUNZIONE DI CALCOLO E' SPERIMENTALE<br />IL RISULTATO E' PURAMENTE INDICATIVO"); 33 33 define("_SCELTASIN","Scegli quale candidato deve essere considerato Sindaco Eletto"); 34 34 define("_COLLEGAMENTI","Collegamenti per il turno di ballottaggio"); … … 253 253 define("_LISTE","Liste"); 254 254 define("_VOTI_RAGGR","Totale voti alle liste"); 255 define("_PROGRAM","Programma<br >elettorale");255 define("_PROGRAM","Programma<br />elettorale"); 256 256 define("_RICARICA","Ricarica"); 257 257 … … 265 265 define("_GRUPPO","Candidato Presidente"); 266 266 define("_GRUPPOLOGO","Logo del Presidente"); 267 define("_SIMBOLO","Candidato<br >Presidente");267 define("_SIMBOLO","Candidato<br />Presidente"); 268 268 define("_PRESI","Presidente"); 269 269 define("_CONSI","Consigliere"); … … 287 287 define("_GRUPPO","Candidato Sindaco"); 288 288 define("_GRUPPOLOGO","Logo del Sindaco"); 289 define("_SIMBOLO","Candidato<br > Sindaco");289 define("_SIMBOLO","Candidato<br /> Sindaco"); 290 290 define("_PRESI","Sindaco"); 291 291 define("_CONSI","Consigliere"); … … 297 297 define("_SCELTA_CIR","Scegli la Circoscrizione"); 298 298 define("_CONSULTAZIONE","Consultazione Elezioni Circoscrizione"); 299 define("_SIMBOLO","Candidato<br >Presidente");299 define("_SIMBOLO","Candidato<br />Presidente"); 300 300 define("_GRUPPI","Candidati Presidente"); 301 301 define("_GRUPPO","Candidato Presidente"); … … 307 307 define("_GRUPPI","Candidati Sindaco"); 308 308 define("_GRUPPO","Candidato Sindaco"); 309 define("_SIMBOLO","Candidato<br > Sindaco");309 define("_SIMBOLO","Candidato<br /> Sindaco"); 310 310 define("_GRUPPOLOGO","Logo del Sindaco"); 311 311 define("_PRESI","Presidente"); … … 340 340 define("_SCELTA_CIR","Scegli la Circoscrizione"); 341 341 define("_CONSULTAZIONE","Consultazione Regionale"); 342 define("_SIMBOLO","Candidato<br >Presidente");342 define("_SIMBOLO","Candidato<br />Presidente"); 343 343 define("_GRUPPI","Candidati Presidente"); 344 344 define("_GRUPPO","Candidato Presidente"); … … 373 373 define("_SCELTA_CIR","Scegli il Collegio"); 374 374 define("_CONSULTAZIONE","Consultazione Elezioni Provinciali"); 375 define("_SIMBOLO","Candidato<br >Presidente");375 define("_SIMBOLO","Candidato<br />Presidente"); 376 376 define("_GRUPPI","Candidati Presidenti"); 377 377 define("_GRUPPO","Candidato Presidente"); … … 385 385 case 13: 386 386 define("_CONSULTAZIONE","Sessione di Ballottaggio"); 387 define("_SIMBOLO","Candidato<br >Presidente");387 define("_SIMBOLO","Candidato<br />Presidente"); 388 388 define("_GRUPPI","Candidati Presidente"); 389 389 define("_GRUPPO","Candidato Presidente"); … … 413 413 case 17: 414 414 define("_CONSULTAZIONE","Consultazione Elezioni Regionali"); //genere 5 415 define("_SIMBOLO","Candidato<br >Presidente");415 define("_SIMBOLO","Candidato<br />Presidente"); 416 416 define("_GRUPPO","Candidato Presidente"); 417 417 define("_DESCRCONS","REGIONALI");
Note:
See TracChangeset
for help on using the changeset viewer.