- Timestamp:
- Feb 18, 2013, 6:25:37 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/modules/Elezioni/ele_riepilogo.php
r170 r174 59 59 ECHO "</fieldset><br/><br/><br/>"; 60 60 $totnulli=$nulli+$bianchi+$contestati+$votinulli; 61 echo "<fieldset><legend>"._GRUPPO."</legend>"; 61 if ($votog) echo "<fieldset><legend>"._VOTI_LISTA."</legend>"; 62 else echo "<fieldset><legend>"._GRUPPO."</legend>"; 62 63 echo "<table border=\"1\" width=\"100%\"><tr><th><b>"._VALIDI."</b></th><th>"._NULLI."</th><th>"._BIANCHI."</th><th>"._CONTESTATI."</th><th>"._VOTINULLI."</th><th>"._TOTNON."</th></TR>"; 63 64 ECHO "<TR><TH>".number_format($validi,0,',','.')."</TH><TH>".number_format($nulli,0,',','.')."</TH><TH>".number_format($bianchi,0,',','.')."</TH><TH>".number_format($contestati,0,',','.')."</TH><TH>".number_format($votinulli,0,',','.')."</TH><TH>".number_format($totnulli,0,',','.')."</TH></TR></table><br/>"; 64 65 ECHO "</fieldset><br/><br/><br/>"; 66 if ($genere==5 and !$votog) { 65 67 $totnullil=$nullilista+$contestatilista; 66 68 echo "<fieldset><legend>"._VOTI_LISTA."</legend>"; 67 69 echo "<table border=\"1\" width=\"100%\"><tr><th>"._VALIDI."</th><th>"._VOTINULLI."</th><th>"._CONTESTATI."</th>"; 68 if ($genere==5 and !$votog)70 // if ($genere==5 and !$votog) 69 71 echo "<th>"._SOLO_GRUPPO."</th>"; 70 72 echo "<th>"._TOTNON."</th></TR>"; … … 74 76 echo "<TH>".number_format($totnullil,0,',','.')."</TH></TR></table><br/>"; 75 77 ECHO "</fieldset>"; 78 } 76 79 echo "</center>"; 77 80 -
trunk/client/modules/Elezioni/gruppo.php
r152 r174 271 271 $votigl=" sum(t3.validi),sum(t3.nulli),sum(t3.bianchi),sum(t3.contestati),sum(t3.voti_nulli)"; 272 272 else 273 if ($votog) $votigl=" (t3.validi_lista),(t3.nulli),(t3.bianchi),(t3.contestati _lista),(t3.voti_nulli_lista)";273 if ($votog) $votigl=" (t3.validi_lista),(t3.nulli),(t3.bianchi),(t3.contestati),(t3.voti_nulli)"; 274 274 else $votigl=" sum(t3.validi_lista),sum(t3.nulli),sum(t3.bianchi),sum(t3.contestati_lista),sum(t3.voti_nulli_lista+t3.voti_nulli)"; 275 275
Note:
See TracChangeset
for help on using the changeset viewer.