$value) { $url .= '&'.safe_url_extraclean($key).'='.safe_url_extraclean($value); } } echo ''; echo '
'; // echo "

Put here your custom welcome message

"; //echo '


'; echo '
'; //TODO: Put branding in variables (external file) or database /* CUSTOM BRANDING STARTS HERE */ // Replace the following with your own URL and logo. // A mashup of the Pandora FMS logo and your companies highly preferred echo '  '; 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)); } echo ''; // This prints the current pandora console version. // For stable/live function it might be wise to comment it out /* CUSTOM BRANDING ENDS HERE */ echo '
 
'; if (!empty ($page) && !empty ($sec)) { foreach ($_POST as $key => $value) { html_print_input_hidden ($key, $value); } } echo '
'.html_print_input_text_extended ("nick", '', "nick", '', '', '' , false, '', 'class="login"', true). '

'.html_print_input_text_extended ("pass", '', "pass", '', '', '' ,false, '', 'class="login"', true, true). '
'; echo '
'; html_print_input_image ("Login", "images/login_botton.png", 'Login'); echo '
'; echo '
'; echo ''; echo '
' . $pandora_version.(($develop_bypass == 1) ? ' '.__('Build').' '.$build_version : '') . '
'; if (isset ($login_failed)) { echo '
'; echo '
'; echo '
'; echo '' . $config["auth_error"] . ''; echo '
'; echo '
'; echo html_print_image('images/error_login.png', true, array("alt" => __('Login failed'), "border" => 0)); echo '
'; echo '
'; html_print_submit_button("Ok", 'hide-login-error', false, 'class="ui-button-dialog ui-widget ui-state-default ui-corner-all ui-button-text-only" style="width:100px;"'); echo '
'; echo '
'; echo '
'; } ui_require_css_file ('jquery-ui-1.10.0.custom'); ui_require_jquery_file('jquery-ui-1.10.0.custom'); ?>