Changeset 174 for trunk/admin/modules/Elezioni
- Timestamp:
- Feb 18, 2013, 6:25:37 PM (12 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.