';
if (isset ($login_failed)) {
echo '';
echo ''.__('Login failed').'';
echo ' |
';
}
echo '';
if (!empty ($page) && !empty ($sec)) {
foreach ($_POST as $key => $value) {
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 '';
echo '';
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').': '.print_input_text_extended ("nick", '', "nick", '', '', '' , false, '', 'class="login"', true).'
|
'.__('Password').': '.print_input_text_extended ("pass", '', "pass", '', '', '' ,false, '', 'class="login"', true, true).'
|
'.print_submit_button ("Login",'',false,'class="sub next"',true).'
|