Ignore:
Timestamp:
Apr 2, 2010, 3:30:01 PM (14 years ago)
Author:
roby
Message:

client: risistemata funzioni.php per gestione percentuali

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/blocchi/02_risultati.php

    r72 r73  
    2121    echo "<table>";
    2222    for($x=0;$x<count($gruppo);$x++){
    23         echo "<tr><td><strong><big>&middot;</big></strong></td><td>".$gruppo[$x]." </td><td><b><span style=\"color:#ff0000;\">".$pro[$x] ."%</span></b></td></tr>\n";
     23        echo "<tr><td><strong><big>&middot;</big></strong></td><td>".$gruppo[$x]." </td><td  align=\"right\"><b><span style=\"color:#ff0000;\">".$pro[$x] ."%</span></b></td></tr>\n";
    2424    }
    2525    echo "</table>";
Note: See TracChangeset for help on using the changeset viewer.