- Timestamp:
- Nov 14, 2020, 7:37:56 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_voti.php
r339 r340 951 951 952 952 $max = $res2->rowCount(); 953 }else{ $max=1;} $op="rec_add_votanti"; 953 }else{ $max=1;} 954 $op="rec_add_votanti"; 954 955 $rigat[$y].= "</div>"; 955 956 -
trunk/admin/versione.php
r339 r340 1 1 <?php 2 2 3 $versione = "3.0 rev 3 39";3 $versione = "3.0 rev 340"; 4 4 $version_number = $versione; 5 $datarel = "1 1novembre 2020";5 $datarel = "14 novembre 2020"; 6 6 $version = "Eleonline $version_number (<i>Data Release: $datarel</i>)"; 7 7 -
trunk/client/modules/Elezioni/blocchi/01_votanti.php
r279 r340 59 59 # calcolo sezioni 60 60 if($genere==0) $sql="select count(0) from ".$prefix."_ele_voti_".$tab." where id_cons='$id_cons' and id_gruppo='$id'"; 61 61 else 62 if (!$circos) $sql="select count(0) from ".$prefix."_ele_sezioni as t2 where t2.id_cons='$id_cons' and t2.validi+t2.nulli+t2.bianchi+t2.contestati>0 "; 63 else $sql="select count(0) from ".$prefix."_ele_sezioni as t2 left join ".$prefix."_ele_sede as t1 on t1.id_sede=t2.id_sede where t1.id_sede in (select id_sede from ".$prefix."_ele_sede where id_circ='$id_circ') and t2.validi+t2.nulli+t2.bianchi+t2.contestati>0 "; 62 64 63 65 else $sql="select count(0) from ".$prefix."_ele_sezioni where id_cons='$id_cons' and validi+nulli+bianchi+contestati>0"; -
trunk/client/modules/Elezioni/grafici/gd_image.inc.php
r284 r340 109 109 } 110 110 else { 111 JpGraphError::RaiseL(25128);//('The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.')111 // JpGraphError::RaiseL(25128);//('The function imageantialias() is not available in your PHP installation. Use the GD version that comes with PHP and not the standalone version.') 112 112 } 113 113 } -
trunk/client/modules/Elezioni/index.php
r324 r340 1050 1050 } 1051 1051 // numero sezioni scrutinate, escluse circorscrizioni (da aggiungere) 1052 if ($circo!=1){$sqlcir="";}else{$sqlcir="and id_circ='$id_circ'"; } 1053 if ($votog) {$tab="lista";}else{$tab="candidati";} 1054 $sql="select id_sez from ".$prefix."_ele_voti_".$tab." where id_cons='$id_cons' $sqlcir group by id_sez "; 1055 $res1 = $dbi->prepare("$sql"); 1056 $res1->execute(); 1057 1058 $numero=$res1->rowCount(); 1059 $sql="select max(num_sez) from ".$prefix."_ele_sezioni where id_cons='$id_cons' $sqlcir"; 1060 $res2 = $dbi->prepare("$sql"); 1061 $res2->execute(); 1062 1063 list($sezioni)=$res2->fetch(PDO::FETCH_NUM); 1064 1052 1053 if ($circo!=1) 1054 { 1055 $sqlcir=""; 1056 $sql2="select max(num_sez) from ".$prefix."_ele_sezioni where id_cons='$id_cons'"; 1057 } 1058 else 1059 { 1060 $sqlcir="and id_circ='$id_circ'"; 1061 $sql2="select count(num_sez) from ".$prefix."_ele_sezioni where id_sede in (select id_sede from ".$prefix."_ele_sede where id_circ='$id_circ')"; 1062 } 1063 if ($votog) 1064 $sql="select id_sez from ".$prefix."_ele_voti_candidati where id_lista in (select id_lista from ".$prefix."_ele_lista where id_cons='$id_cons' $sqlcir) group by id_sez "; 1065 else 1066 $sql="select id_sez from ".$prefix."_ele_voti_lista where id_lista in (select id_lista from ".$prefix."_ele_lista where id_cons='$id_cons' $sqlcir) group by id_sez "; 1067 1068 $res1 = $dbi->prepare("$sql"); 1069 $res1->execute(); 1070 $numero=$res1->rowCount(); 1071 1072 $res2 = $dbi->prepare("$sql2"); 1073 $res2->execute(); 1074 1075 list($sezioni)=$res2->fetch(PDO::FETCH_NUM); 1076 1065 1077 1066 1078 -
trunk/client/modules/Elezioni/language/lang-it.php
r318 r340 444 444 break; 445 445 case 14: 446 define("_SCELTA_CIR","Scegli la Circoscrizione"); 446 447 define("_CONSULTAZIONE","Consultazione Parlamentare Europea"); //genere 4 447 448 define("_SIMBOLO","Simbolo"); … … 452 453 break; 453 454 case 15: 455 define("_SCELTA_CIR","Scegli la Circoscrizione"); 454 456 define("_CONSULTAZIONE","Consultazione Camera"); //genere 2 455 457 define("_SIMBOLO","Simbolo"); … … 459 461 break; 460 462 case 16: 463 define("_SCELTA_CIR","Scegli la Circoscrizione"); 461 464 define("_CONSULTAZIONE","Consultazione Senato"); //genere 2 462 465 define("_SIMBOLO","Simbolo"); … … 466 469 break; 467 470 case 17: 471 define("_SCELTA_CIR","Scegli la Circoscrizione"); 468 472 define("_CONSULTAZIONE","Consultazione Elezioni Regionali"); //genere 5 469 473 define("_SIMBOLO","Candidato<br />Presidente"); -
trunk/client/versione.php
r339 r340 1 1 <?php 2 2 3 $versione = "3.0 rev 3 39";3 $versione = "3.0 rev 340"; 4 4 $version_number = $versione; 5 $datarel = "1 1novembre 2020";5 $datarel = "14 novembre 2020"; 6 6 $version = "Eleonline $version_number (<i>Data Release: $datarel</i>)"; 7 7
Note:
See TracChangeset
for help on using the changeset viewer.