diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cf90bd0559..97844ec49b 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,11 @@ +2008-07-27 Sancho Lerena + + * events_marquee.php: I forget to commit this file in my prev. + commit. This is a new file because I lost it :-( + + * planned_downtime.php: It is LOST :(. I need to code from scratch, + probably this stuff don't see the light in weeks. Server code works. + 2008-07-26 Raul Mateos * general/error_noconfig.php, error_install.php, error_perms.php: Updated headers, solved diff --git a/pandora_console/operation/events/events_marquee.php b/pandora_console/operation/events/events_marquee.php new file mode 100644 index 0000000000..b10837cb41 --- /dev/null +++ b/pandora_console/operation/events/events_marquee.php @@ -0,0 +1,62 @@ +"; +echo ""; +echo "Pandora FMS - Latest events "; + +$query = 'http' . (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == TRUE ? 's': '') . '://' . $_SERVER['SERVER_NAME']; +if ($_SERVER['SERVER_PORT'] != 80) + $query .= ":" . $_SERVER['SERVER_PORT']; +$query .= $_SERVER['SCRIPT_NAME']; +echo ''; +echo ''; +echo ""; + +echo ""; +echo "

"; +echo "
"; +echo "
"; +echo "$output"; +echo "
"; +echo ""; +echo ""; + +?>