Changeset 215 for trunk/client/modules/Elezioni
- Timestamp:
- May 22, 2014, 6:26:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/index.php
r214 r215 525 525 526 526 ####################### inserimento scrutinio in percentuale -- per i gruppi 527 $NicolaSez = mysql_query("SELECT COUNT( id_sez ) FROM ".$prefix."_ele_sezioni WHERE validi <>0 AND id_cons ='$id_cons'",$dbi); 528 $NicolaSezScrut = mysql_fetch_row($NicolaSez); 529 $NicolaSez = mysql_query("SELECT COUNT( id_sez ) FROM ".$prefix."_ele_sezioni WHERE id_cons ='$id_cons'",$dbi); 530 $NicolaSezTot = mysql_fetch_row($NicolaSez); 531 527 532 $resperc=mysql_query("select sum(validi),sum(nulli+bianchi+contestati+voti_nulli+solo_lista) from ".$prefix."_ele_sezioni where id_cons='$id_cons'",$dbi); 528 533 list($scruvalidi,$scrunulli)=mysql_fetch_row($resperc); … … 551 556 $listtotschede=$totschede; 552 557 $listtotvoti=($scruvalidi+$scrunulli); 553 echo "<h6>Voti alle Liste: Scrutinate $listtotvoti schede su $listtotschede ($listpercscru %)</h6>"; 558 echo "<h6>Voti alle Liste: pervenute: $NicolaSezScrut[0] sezioni su $NicolaSezTot[0] <br/> Scrutinate $listtotvoti schede su $listtotschede ($listpercscru %)</h6>"; 559 # echo "<h6>Voti alle Liste: Scrutinate $listtotvoti schede su $listtotschede ($listpercscru %)</h6>"; 554 560 } 555 561 echo "</td></tr></table> ";
Note:
See TracChangeset
for help on using the changeset viewer.