2006-03-27 05:37:27 +02:00
|
|
|
<?php
|
2009-06-08 20:26:14 +02:00
|
|
|
|
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
|
|
// ==================================================
|
|
|
|
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
2007-03-02 18:56:07 +01:00
|
|
|
|
2006-12-24 23:40:09 +01:00
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
2007-08-08 20:36:18 +02:00
|
|
|
// as published by the Free Software Foundation for version 2.
|
2006-12-24 23:40:09 +01:00
|
|
|
// 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.
|
2006-03-27 05:37:27 +02:00
|
|
|
|
2009-02-19 22:34:27 +01:00
|
|
|
require_once ("include/functions_messages.php");
|
|
|
|
|
2009-07-22 17:26:31 +02:00
|
|
|
?>
|
|
|
|
<table width="100%" cellpadding="0" cellspacing="0" style="margin:0px; padding:0px;" border="0">
|
|
|
|
<tr>
|
2009-11-30 18:38:45 +01:00
|
|
|
<td rowspan=2>
|
2009-12-04 13:12:04 +01:00
|
|
|
|
|
|
|
<a href="index.php?sec=main">
|
|
|
|
<?php
|
|
|
|
if (!defined ('PANDORA_ENTERPRISE')){
|
|
|
|
echo "<img border=0 src='images/pandora_header_logo.png'>";
|
|
|
|
} else {
|
|
|
|
echo "<img border=0 src='images/pandora_header_logo_enterprise.png'>";
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
</A>
|
|
|
|
</td>
|
2009-07-22 17:26:31 +02:00
|
|
|
<td width="20%">
|
2009-08-11 18:06:49 +02:00
|
|
|
<img src="images/user_<?php if (is_user_admin ($config["id_user"]) == 1) echo 'suit'; else echo 'green'; ?>.png" class="bot" alt="user" />
|
|
|
|
<a href="index.php?sec=usuarios&sec2=operation/users/user_edit" class="white"><?php echo __('You are');?> [<b><?php echo $config["id_user"];?></b>]</a>
|
2009-07-22 17:26:31 +02:00
|
|
|
<?php
|
|
|
|
$msg_cnt = get_message_count ($config["id_user"]);
|
|
|
|
if ($msg_cnt > 0) {
|
|
|
|
echo '<div id="dialog_messages" style="display: none"></div>';
|
2009-05-13 19:00:58 +02:00
|
|
|
|
2009-07-22 17:26:31 +02:00
|
|
|
require_css_file ('dialog');
|
|
|
|
require_jquery_file ('ui.core');
|
|
|
|
require_jquery_file ('ui.dialog');
|
|
|
|
echo '<a href="ajax.php?page=operation/messages/message" id="show_messages_dialog">';
|
|
|
|
print_image ("images/email.png", false,
|
|
|
|
array ("title" => __('You have %d unread message(s)', $msg_cnt), "id" => "yougotmail", "class" => "bot"));
|
|
|
|
echo '</a>';
|
|
|
|
}
|
|
|
|
?>
|
2009-08-06 20:55:54 +02:00
|
|
|
|
2009-08-11 18:06:49 +02:00
|
|
|
<a class="white_bold" href="index.php?bye=bye"><img src="images/log-out.png" alt="<?php echo __('Logout');?>" class="bot" /></a>
|
2009-07-22 17:26:31 +02:00
|
|
|
</td>
|
2009-08-06 20:55:54 +02:00
|
|
|
|
2009-07-22 17:26:31 +02:00
|
|
|
<td width="20%">
|
|
|
|
<a class="white_bold" href="index.php?sec=estado_server&sec2=operation/servers/view_server&refr=60">
|
|
|
|
<?php
|
|
|
|
$servers["all"] = (int) get_db_value ('COUNT(id_server)','tserver');
|
|
|
|
$servers["up"] = (int) check_server_status ();
|
|
|
|
$servers["down"] = $servers["all"] - $servers["up"];
|
|
|
|
if ($servers["up"] == 0) {
|
|
|
|
//All Servers down or no servers at all
|
|
|
|
echo '<img src="images/cross.png" alt="cross" class="bot" /> '.__('All systems').': '.__('Down');
|
|
|
|
}
|
|
|
|
elseif ($servers["down"] != 0) {
|
|
|
|
//Some servers down
|
|
|
|
echo '<img src="images/error.png" alt="error" class="bot" /> '.$servers["down"].' '.__('servers down');
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
//All servers up
|
|
|
|
echo '<img src="images/ok.png" alt="ok" class="bot" /> '.__('All systems').': '.__('Ready');
|
|
|
|
}
|
|
|
|
unset ($servers); // Since this is the header, we don't like to trickle down variables.
|
|
|
|
?>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td width="20%">
|
|
|
|
<?php
|
|
|
|
// Autorefresh
|
|
|
|
$ignored_params = array ('agent_config' => false, 'code' => false);
|
|
|
|
if ($config["refr"]) {
|
|
|
|
$ignored_params['refr'] = 0;
|
|
|
|
echo '<a id="autorefresh" class="white_grey_bold" href="'.get_url_refresh ($ignored_params).'"><img src="images/page_refresh.png" class="bot" alt="lightning" /> '. __('Autorefresh');
|
|
|
|
echo ' (<span id="refrcounter">'.date ("i:s", $config["refr"]).'</span>)';
|
|
|
|
echo '</a>';
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
$ignored_params['refr'] = '';
|
|
|
|
echo '<a id="autorefresh" class="white_bold" href="'.get_url_refresh ($ignored_params).'"><img src="images/page_refresh.png" class="bot" alt="lightning" /> '.__('Autorefresh').'</a>';
|
|
|
|
$values = array (
|
|
|
|
'5' => '5 '.__('seconds'),
|
|
|
|
'10' => '10 '.__('seconds'),
|
|
|
|
'15' => '15 '.__('seconds'),
|
|
|
|
'30' => '30 '.__('seconds'),
|
|
|
|
'60' => '1 '.__('minute'),
|
|
|
|
'120' => '2 '.__('minutes'),
|
|
|
|
'300' => '5 '.__('minutes'),
|
|
|
|
'900' => '15 '.__('minutes'),
|
|
|
|
'1800' => '30 '.__('minutes'),
|
|
|
|
'3600' => '1 '.__('hour'));
|
|
|
|
echo '<span id="combo_refr" style="display: none">';
|
|
|
|
print_select ($values, 'ref', '', '', __('Select'), '0', false, false, false);
|
|
|
|
unset ($values);
|
|
|
|
echo '</span>';
|
|
|
|
}
|
2009-08-06 20:55:54 +02:00
|
|
|
echo "</td>";
|
2009-11-30 18:38:45 +01:00
|
|
|
echo "<td width='20%' rowspan=2>";
|
2009-08-06 20:55:54 +02:00
|
|
|
echo "<a href='index.php?sec=main'>";
|
2009-12-04 13:12:04 +01:00
|
|
|
echo "<img height=60 width=139 src='images/custom_logo/".$config["custom_logo"]."'>";
|
2009-08-06 20:55:54 +02:00
|
|
|
?>
|
2009-07-22 17:26:31 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2009-08-06 20:55:54 +02:00
|
|
|
<td colspan=2>
|
|
|
|
<form method="get" style="" valign="middle" name="quicksearch">
|
2009-07-22 17:26:31 +02:00
|
|
|
<script type="text/javascript" language="javascript">
|
|
|
|
var fieldKeyWordEmpty = true;
|
|
|
|
</script>
|
|
|
|
<input type="text" id="keywords" name="keywords"
|
|
|
|
<?php
|
|
|
|
if (!isset($config['search_keywords']))
|
|
|
|
echo "value='" . __("Enter keywords to search") . "'";
|
|
|
|
else if (strlen($config['search_keywords']) == 0)
|
|
|
|
echo "value='" . __("Enter keywords to search") . "'";
|
|
|
|
else echo "value='" . $config['search_keywords'] . "'";
|
|
|
|
?>
|
|
|
|
onfocus="javascript: if (fieldKeyWordEmpty) $('#keywords').val('');"
|
2009-08-06 20:55:54 +02:00
|
|
|
size="100" style="background: white url('images/lupa_15x15.png') no-repeat right; padding: 0; padding-left:0px; margin: 0; width: 90%; height: 19px; margin-bottom: 5px; margin-left: 2px;" />
|
|
|
|
<!-- onClick="javascript: document.quicksearch.submit()" -->
|
|
|
|
<input type='hidden' name='head_search_keywords' value='abc'>
|
|
|
|
</form>
|
|
|
|
<td>
|
|
|
|
<a class="white_bold" href="index.php?sec=eventos&sec2=operation/events/events&refr=5"><img src="images/lightning_go.png" alt="lightning_go" class="bot"> Events</a>
|
|
|
|
</td>
|
2009-07-22 17:26:31 +02:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<?php
|
2009-02-19 Esteban Sanchez <estebans@artica.es>
* include/functions_ui.php: Added require_css_file(),
require_javascript_file() and require_jquery_file() to add CSS,
javascript and jQuery files to the header easily without changing
config object. A path parameter is addded to allow the use on
enterprise code.
* include/functions_db.php: Added
get_db_value_filter(), get_db_all_rows_filter() and
process_sql_delete(). Fixed delete_agent() style and use these
functions. Added process_page_head() from functions_ui.php and changed
a bit the config javascript object part.
* include/functions_custom_graphs.php: Get results indexed by id on
get_user_custom_graphs().
* include/functions.php: Moved process_page_head to functions_ui.php.
* godmode/agentes/manage_delete.php: New interface to perform massive
agents deletion.
* godmode/menu.php: Added new option to massive agents deletion.
* general/main_menu.php, godmode/agentes/manage_config.php,
godmode/agentes/module_manager_editor.php,
godmode/agentes/planned_downtime.php,
godmode/alerts/alert_compounds.php, godmode/alerts/alert_list.php,
godmode/alerts/configure_alert_compound.php,
godmode/alerts/configure_alert_template.php,
godmode/reporting/map_builder.php, operation/agentes/networkmap.php,
operation/reporting/reporting_viewer.php,
operation/visual_console/render_view.php: Use new functions in include
CSS and javascript files.
* index.php: Bit of style when printing the header so the HTML can be
readed easily in a editor.
* include/javascript/pandora.js: Added a variable to determine the
enterprise directory.
* include/styles/pandora.css: Added style for manage_delete.php
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1467 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-02-19 17:10:04 +01:00
|
|
|
require_jquery_file ('countdown');
|
2007-05-18 14:56:05 +02:00
|
|
|
?>
|
2009-01-16 11:55:29 +01:00
|
|
|
|
|
|
|
<script language="javascript" type="text/javascript">
|
2009-02-05 16:36:06 +01:00
|
|
|
/* <![CDATA[ */
|
2009-01-16 11:55:29 +01:00
|
|
|
$(document).ready (function () {
|
2009-03-26 16:55:30 +01:00
|
|
|
<?php if ($msg_cnt > 0): ?>
|
2009-02-19 22:34:27 +01:00
|
|
|
$("#yougotmail").pulsate ();
|
2009-03-26 16:55:30 +01:00
|
|
|
<?php endif; ?>
|
2009-02-19 22:34:27 +01:00
|
|
|
<?php if ($config["refr"]): ?>
|
2009-01-16 11:55:29 +01:00
|
|
|
t = new Date();
|
2009-02-19 22:34:27 +01:00
|
|
|
t.setTime (t.getTime () + <?php echo $config["refr"] * 1000; ?>);
|
|
|
|
$("#refrcounter").countdown ({until: t,
|
2009-01-16 11:55:29 +01:00
|
|
|
layout: '%M%nn%M:%S%nn%S',
|
|
|
|
labels: ['', '', '', '', '', '', ''],
|
|
|
|
onExpiry: function () {
|
|
|
|
$(this).text ("...");
|
|
|
|
}
|
|
|
|
});
|
|
|
|
<?php else: ?>
|
|
|
|
$("a#autorefresh").click (function () {
|
|
|
|
var a = this;
|
|
|
|
|
|
|
|
$(this).hide ().unbind ("click");
|
|
|
|
$("#combo_refr").show ();
|
|
|
|
$("select#ref").change (function () {
|
|
|
|
href = $(a).attr ("href");
|
|
|
|
$(document).attr ("location", href + this.value);
|
|
|
|
});
|
|
|
|
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
<?php endif; ?>
|
|
|
|
});
|
2009-02-05 16:36:06 +01:00
|
|
|
/* ]]> */
|
2009-01-16 11:55:29 +01:00
|
|
|
</script>
|