$count) { $value = $count; if (!empty($data['logarithmic'])) { $value = $data['logarithmic'][$entry]; } echo sprintf( '', 'text-align:right;width:33%;', h($entry), 'width:100%', sprintf( '
%s
', h($entry) . ': ' . h($count), sprintf( 'background-color:%s; width:%s; color:white; text-align:center;', (empty($data['colours'][$entry]) ? '#0088cc' : h($data['colours'][$entry])), 100 * h($value) / $max . '%;' ), h($count) ), ' ' ); } ?>
%s%s