38 lines
2.2 KiB
PHP
38 lines
2.2 KiB
PHP
<?php
|
|
/**
|
|
* @package Include/help/en
|
|
*/
|
|
?>
|
|
<h1>Vista de Eventos</h1>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Validar</h3>
|
|
<?php html_print_image('images/tick.png', false, ['title' => 'Validated event', 'alt' => 'Validated event', 'width' => '10', 'height' => '10']); ?> - Validar evento<br>
|
|
<?php
|
|
// html_print_image("images/cross.png", false, array("title" => "Event not validated", "alt" => "Event not validated", "width" => '10', "height" => '10'));
|
|
?>
|
|
<div style="width: 10px;height: 10px; display: inline-block;"></div> - Evento no validado
|
|
</div>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Severidad</h3>
|
|
<?php html_print_image('images/status_sets/default/severity_maintenance.png', false, ['title' => 'Maintenance event', 'alt' => 'Maintenance event']); ?> - Evento de mantenimiento<br>
|
|
<?php html_print_image('images/status_sets/default/severity_informational.png', false, ['title' => 'Informational event', 'alt' => 'Informational event']); ?> - Evento informativo<br>
|
|
<?php html_print_image('images/status_sets/default/severity_normal.png', false, ['title' => 'Normal event', 'alt' => 'Normal event']); ?> - Evento normal<br>
|
|
<?php html_print_image('images/status_sets/default/severity_warning.png', false, ['title' => 'Warning event', 'alt' => 'Warning event']); ?> - Evento de alerta<br>
|
|
<?php html_print_image('images/status_sets/default/severity_critical.png', false, ['title' => 'Critical event', 'alt' => 'Critical event']); ?> - Evento crítico<br>
|
|
</div>
|
|
|
|
<div style="padding-left: 30px; width: 150px; float: left; line-height: 17px;">
|
|
<h3>Acciones</h3>
|
|
<?php html_print_image('images/ok.png', false, ['title' => 'Validate event', 'alt' => 'Validate event']); ?> - Validar evento<br>
|
|
<?php html_print_image('images/cross.png', false, ['title' => 'Delete event', 'alt' => 'Delete event']); ?> - Borrar evento<br>
|
|
<?php html_print_image('images/eye.png', false, ['title' => 'Mostrar más', 'alt' => 'Mostrar más']); ?> - Mostrar más<br>
|
|
<?php html_print_image('images/hourglass.png', false, ['title' => 'En progreso', 'alt' => 'En progreso']); ?> - En progreso
|
|
</div>
|
|
|
|
<div style="clear: both;"> </div>
|