Ignore:
Timestamp:
Apr 2, 2010, 10:57:16 AM (14 years ago)
Author:
roby
Message:

client: risistemata funzione contatti e riordinato output di 02_risultati

File:
1 edited

Legend:

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

    r42 r72  
    1919    if ($gruppo!='')echo "<h5>Risultati </h5>";
    2020    //$content .="<div style=\"text-align:left;\"><strong>$descr_cons</strong></div><br/>";
     21    echo "<table>";
    2122    for($x=0;$x<count($gruppo);$x++){
    22         echo "<strong><big>&middot;</big></strong>".$gruppo[$x]." <b><span style=\"color:#ff0000;\">".$pro[$x] ."%</span></b> <br />\n";
     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";
    2324    }
     25    echo "</table>";
    2426
    2527  //echo $content;
Note: See TracChangeset for help on using the changeset viewer.