Esempio n. 1
0
		<?php 
echo _html_metric(101, 100, '#');
?>
		<td><?php 
echo _("Metric over 100% threshold");
?>
</td>
	</tr>
	<tr>
		<?php 
echo _html_metric(301, 100, '#');
?>
		<td><?php 
echo _("Metric over 300% threshold");
?>
</td>
	</tr>
	<tr>
		<?php 
echo _html_metric(501, 100, '#');
?>
		<td class='nobborder center'><?php 
echo _("Metric over 500% threshold");
?>
</td>
	</tr>
</table>
<br/>

</body></html>
function html_current($class = "")
{
    $link = _html_rrd_link();
    return _html_metric($GLOBALS['_current'], $GLOBALS['_threshold'], $link, $class);
}