Subdomain Posts
Python | 6 days ago
Python | 10 days ago
PHP | 22 days ago
PHP | 350 days ago
PHP | 350 days ago
PHP | 350 days ago
Recent Posts
None | 2 sec ago
None | 11 sec ago
None | 12 sec ago
Java | 14 sec ago
ASM (NASM) | 21 sec ago
None | 34 sec ago
Python | 39 sec ago
None | 44 sec ago
None | 1 min ago
None | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By ninja4nagios on the 3rd of Apr 2009 11:30:26 AM
Download |
Raw |
Embed |
Report
<?php defined('SYSPATH') OR
die('No direct access allowed.'); ?>
<div class="widget movable collapsable removable closeconfirm" id="widget-network_health">
<div class="widget-header">
<strong><?php echo $title ?></strong>
</div>
<div class="widget-editbox">
<!--Edit the widget here-->
</div>
<div class="widget-content">
<!--This is widget content:<br /><br />-->
<table cellpadding="0" cellspacing="0" id="netw_health">
<tr>
<td valign="bottom" id="host_health" align="center">
<div class="netw_health_label"><?php echo $host_value ?> %</div>
<div>
<?php echo html
::image($host_image, array('height' => $host_value, 'width' => '100%')) ?></div>
<div class="netw_health_label"><?php echo $host_label ?></div>
</td>
<td valign="bottom" id="service_health" align="center">
<div class="netw_health_label"><?php echo $service_value ?> %</div>
<div>
<?php echo html
::image($service_image, array('height' => $service_value, 'width' => '100%')) ?></div>
<div class="netw_health_label"><?php echo $service_label ?></div>
</td>
</tr>
</table>
</div>
Submit a correction or amendment below.
Make A New Post