1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| $result.="<table width='100%' border='$bordersize_graph' bordercolor='$color_graph' cellspacing='0' cellpadding='0'>
<tr>
<td><table width='100%' border='0' cellspacing='0' cellpadding='0'>
<tr>";
if ($CO2_fioul == 0) {
$result.="<td width='20%'><div align='center'><font color='#d43c0f'>".$fioul_perc."%</font></div></td>";}
elseif ($CO2_fioul == 1) { }
if ($CO2_elec == 0) {
$result.="<td width='20%'><div align='center'><font color='#006600'>".$elec_perc."%</font></div></td>";}
elseif ($CO2_elec == 1) { }
<td width='20%'><div align='center'><font color='#297fd0'>".$gaz_perc."%</font></div></td>
<td width='20%'><div align='center'><font color='#FF6600'>".$avion_perc."%</font></div></td>
<td width='20%'><div align='center'><font color='#6367ba'>".$voit_perc."%</font></div></td>
<td w |