Changeset 72 for trunk/client/modules/Elezioni/blocchi
- Timestamp:
- Apr 2, 2010, 10:57:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/blocchi/02_risultati.php
r42 r72 19 19 if ($gruppo!='')echo "<h5>Risultati </h5>"; 20 20 //$content .="<div style=\"text-align:left;\"><strong>$descr_cons</strong></div><br/>"; 21 echo "<table>"; 21 22 for($x=0;$x<count($gruppo);$x++){ 22 echo "< strong><big>·</big></strong>".$gruppo[$x]." <b><span style=\"color:#ff0000;\">".$pro[$x] ."%</span></b> <br />\n";23 echo "<tr><td><strong><big>·</big></strong></td><td>".$gruppo[$x]." </td><td><b><span style=\"color:#ff0000;\">".$pro[$x] ."%</span></b></td></tr>\n"; 23 24 } 25 echo "</table>"; 24 26 25 27 //echo $content;
Note:
See TracChangeset
for help on using the changeset viewer.