';
if (isset ($login_failed)) {
// echo '';
echo ' ';
echo ' '.__('Login failed').': '.$config["auth_error"].'';
echo '';
// echo ' |
';
}
echo '';
if (!empty ($page) && !empty ($sec)) {
foreach ($_POST as $key => $value) {
html_print_input_hidden ($key, $value);
}
}
//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 '';
html_print_image ("images/pandora_logo.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
echo $pandora_version.(($develop_bypass == 1) ? ' '.__('Build').' '.$build_version : '');
/* CUSTOM BRANDING ENDS HERE */
echo ' |
'.__('Login').': '.html_print_input_text_extended ("nick", '', "nick", '', '', '' , false, '', 'class="login"', true).'
|
'.__('Password').': '.html_print_input_text_extended ("pass", '', "pass", '', '', '' ,false, '', 'class="login"', true, true).'
|
'.html_print_submit_button ("Login",'',false,'class="sub next"',true).'
|