Changeset 178 for trunk/client/modules/Elezioni
- Timestamp:
- Feb 22, 2013, 1:53:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/votanti.php
r142 r178 74 74 //controllo_finale($id_cons); 75 75 76 global $prefix, $dbi,$id_circ,$lang, $fascia, $limite ;76 global $prefix, $dbi,$id_circ,$lang, $fascia, $limite, $votog; 77 77 78 78 include_once("modules/Elezioni/language/lang-$lang.php"); … … 284 284 285 285 } // voto disgiunto 286 $riga3 .= "<td>"._ASOLO_GRUPPO."</td>";286 if (!$votog) $riga3 .= "<td>"._ASOLO_GRUPPO."</td>"; 287 287 } 288 288 … … 340 340 $righe .= "<td>".number_format($sololista,0,',','.')."</td>"; 341 341 } 342 $righe .= "<td>".number_format($no,0,',','.')."</td>";342 if (!$votog) $righe .= "<td>".number_format($no,0,',','.')."</td>"; 343 343 344 344 … … 373 373 $righet .= "<td>"._SOLO_LISTA."</td>"; 374 374 } // voto disgiunto 375 $righet .= "<td>"._ASOLO_GRUPPO."</td>";375 if (!$votog) $righet .= "<td>"._ASOLO_GRUPPO."</td>"; 376 376 377 377 } … … 398 398 399 399 400 $righet .="<td><b>".number_format($tot_no,0,',','.')."</b><br /><i>(".number_format($tot_no*100/$tot_validi,2)."%)</i></td>";400 if(!$votog) $righet .="<td><b>".number_format($tot_no,0,',','.')."</b><br /><i>(".number_format($tot_no*100/$tot_validi,2)."%)</i></td>"; 401 401 } 402 402
Note:
See TracChangeset
for help on using the changeset viewer.