43 lines
1.9 KiB
PHP
43 lines
1.9 KiB
PHP
<?php
|
|
|
|
// Pandora FMS - the Free monitoring system
|
|
// ========================================
|
|
// Copyright (c) 2004-2007 Sancho Lerena, slerena@openideas.info
|
|
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas
|
|
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
|
|
// Copyright (c) 2006-2007 Jose Navarro jose@jnavarro.net
|
|
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU General Public License
|
|
// as published by the Free Software Foundation version 2
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
echo "
|
|
<table cellpadding='3' cellspacing='3'>
|
|
<tr><td class='f9i'>
|
|
<img src='images/b_green.png' alt=''> - ".$lang_label["green_light"]."</td>
|
|
<td class='f9i'>
|
|
<img src='images/b_red.png' alt=''> - ".$lang_label["red_light"]."</td>
|
|
<td class='f9i'>
|
|
<img src='images/b_yellow.png' alt=''> - ".$lang_label["yellow_light"]."</td>
|
|
<td class='f9i'>
|
|
<img src='images/dot_red.png' alt=''> - ".$lang_label["fired"]."</td>
|
|
<tr><td class='f9i'>
|
|
<img src='images/b_white.png' alt=''> - ".$lang_label["no_light"]."</td>
|
|
<td class='f9i'>
|
|
<img src='images/b_blue.png' alt=''> - ".$lang_label["blue_light"]."</td>
|
|
<td class='f9i'>
|
|
<img src='images/b_down.png' alt=''> - ".$lang_label["broken_light"]."</td>
|
|
<td class='f9i'>
|
|
<img src='images/dot_green.png' alt=''> - ".$lang_label["not_fired"]."</td>
|
|
</tr>
|
|
</table>
|
|
";
|
|
?>
|