mdtrooper e98cb141f9 2013-01-31 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/jquery-ui-1.10.0.custom.css,
	include/styles/images/ui-*,
	include/javascript/jquery.jquery-ui-1.10.0.custom.js,
	include/javascript/jquery-1.9.0.js: added the last version of
	jquery and jqueryUI.

	* godmode/reporting/visual_console_builder.editor.js,
	include/ajax/events.php, include/functions_events.php,
	include/functions_reporting.php,
	include/javascript/pandora_events.js,
	include/javascript/jquery.scrollTo.js,
	include/javascript/jquery.tablesorter.pager.js,
	include/javascript/jquery.tablesorter.js, include/functions_ui.php,
	extensions/update_manager/lib/functions.php,
	extensions/update_manager/main.php, extensions/agents_alerts.php,
	operation/events/events.php, general/login_page.php,
	general/logoff.php, general/header.php,
	general/login_help_dialog.php: fixes about the new jquery and
	jqueryUI version.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7554 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2013-01-31 16:49:08 +00:00

50 lines
1.8 KiB
PHP

<?php
// Pandora FMS - http://pandorafms.com
// ==================================================
// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// 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.
ui_require_css_file ('jquery-ui-1.10.0.custom');
ui_require_jquery_file('jquery-ui-1.10.0.custom');
?>
<img src="images/login_background.png" id="login_body">
<div class="databox_logout" id="login">
<br>
<h1 id="log"><?php echo __('Logged out'); ?></h1>
<br>
<div style="width: 400px; margin: 0 auto auto;">
<table cellpadding="4" cellspacing="1" width="400">
<tr><td align="left">
<?php
echo '<a href="index.php">';
if (defined ('PANDORA_ENTERPRISE')){
html_print_image ("images/pandora_login_enterprise.png", false, array ("alt" => "logo", "border" => 0));
}
else {
html_print_image ("images/pandora_login.png", false, array ("alt" => "logo", "border" => 0));
}
//html_print_image ("images/pandora_login.png", false, array ("alt" => "logo", "border" => 0));
//echo '</a> '.$pandora_version;
?>
</td><td valign="bottom">
<?php echo __('Your session is over. Please close your browser window to close this Pandora session.').'<br /><br />'; ?>
</td></tr>
</table>
</div>
<br>
</div>
<div id="ver_num"><?php echo $pandora_version.(($develop_bypass == 1) ? ' '.__('Build').' '.$build_version : '') ?></div>