Changeset 357 for trunk/client
- Timestamp:
- Dec 29, 2021, 12:23:18 PM (3 years ago)
- Location:
- trunk/client
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/02_risultati.php
r347 r357 17 17 if($genere!='0'){ // referendum e circoscrizionali 18 18 list ($gruppo,$pro)=grupporss(); 19 if ($gruppo!='')echo "<h5>Risultati </h5>"; 19 if ($gruppo!=''){ 20 echo "<h5>Risultati </h5>"; 20 21 //$content .="<div style=\"text-align:left;\"><strong>$descr_cons</strong></div><br/>"; 21 echo "<table>"; 22 for($x=0;$x<count($gruppo);$x++){ 23 echo "<tr><td class=\"td-big\">·</td><td>".$gruppo[$x]." </td><td style=\"text-align:right\"><b><span style=\"color:#ff0000;\">".$pro[$x] ."%</span></b></td></tr>\n"; 24 } 25 echo "</table>"; 26 22 echo "<table>"; 23 if(count($gruppo)) 24 for($x=0;$x<count($gruppo);$x++){ 25 echo "<tr><td class=\"td-big\">·</td><td>".$gruppo[$x]." </td><td style=\"text-align:right\"><b><span style=\"color:#ff0000;\">".$pro[$x] ."%</span></b></td></tr>\n"; 26 } 27 echo "</table>"; 28 } 27 29 //echo $content; 28 30 } -
trunk/client/modules/Elezioni/consiglieri.php
r346 r357 399 399 if(!isset($ele[$x][0])) $ele[$x][0]=0; 400 400 if(!isset($pref[$x])) $pref[$x]=0; 401 if ($ele[$x][0]==$temp and $pref[$x]==$pref[$cand] and ($y+1)==$num_cons) {$sorteggio=1; $mex="Per attribuire l'ultimo seggio ï¿œnecessario un sorteggio tra la lista n. ".($x+1)." e la lista n. ".($cand+1);}401 if ($ele[$x][0]==$temp and $pref[$x]==$pref[$cand] and ($y+1)==$num_cons) {$sorteggio=1; $mex="Per attribuire l'ultimo seggio Ú necessario un sorteggio tra la lista n. ".($x+1)." e la lista n. ".($cand+1);} 402 402 if ($ele[$x][0]>$temp or ($ele[$x][0]==$temp and $pref[$x]>$pref[$cand])) { 403 403 $temp=$ele[$x][0]; … … 786 786 if($quozienti[$ultimo][($val)]==$last[$lst]) 787 787 { 788 if($lists[$ultimo]==$lists[$lst] ) $mex="Per attribuire l'ultimo seggio ï¿œnecessario un sorteggio tra la lista n. $ultimo e la lista n. $lst";788 if($lists[$ultimo]==$lists[$lst] and $ultimo!=$lst) $mex="Per attribuire l'ultimo seggio Ú necessario un sorteggio tra la lista n. $ultimo e la lista n. $lst"; 789 789 elseif($lists[$ultimo]>$lists[$lst]) {$ultimo=$lst;$mex="";} 790 790 } -
trunk/client/versione.php
r356 r357 1 1 <?php 2 2 3 $versione = "3.0 rev 35 6";3 $versione = "3.0 rev 357"; 4 4 $version_number = $versione; 5 $datarel = "2 8 settembre 2021";5 $datarel = "29 dicembre 2021"; 6 6 $version = "Eleonline $version_number (<i>Data Release: $datarel</i>)"; 7 7
Note:
See TracChangeset
for help on using the changeset viewer.