"; $ifond = 1; $visites_abs = 0; while ($row = sql_fetch($result)) { $lang = $row['lang']; if ($row['cnt']) { $visites = round($row['cnt'] / $total_visites * $taille); $pourcent = round($row['cnt'] / $total_visites * 100); } if ($visites > 0) { if ($ifond==0){ $ifond=1; $couleur="white"; } else{ $ifond=0; $couleur="eeeeee"; } $out .= "\n"; $dir=lang_dir($lang,'',' dir="rtl"'); $out .= "

$pourcent%".traduire_nom_langue($lang)."

"; $out .= ""; $out .= "\n"; $out .= "\n
"; if ($visites_abs > 0) $out .= " "; if ($visites>0) $out .= " "; $out .= "
\n"; $out .= ""; $out .= ""; $visites_abs += $visites; } } $out .= "\n"; return $out; } ?>