<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>LedgerSMB <?lsmb VERSION ?></title> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="css/ledgersmb.css" type="text/css" title="LedgerSMB stylesheet" /> <link rel="stylesheet" href="UI/login.css" type="text/css" title="LedgerSMB stylesheet" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta name="robots" content="noindex,nofollow" /> <script language="JavaScript" type="text/javascript"> <!-- var agt = navigator.userAgent.toLowerCase(); var is_major = parseInt(navigator.appVersion); var is_nav = ((agt.indexOf('mozilla') != -1) && (agt.indexOf('spoofer') == -1) && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera') == -1) && (agt.indexOf('webtv') == -1)); var is_nav4lo = (is_nav && (is_major <= 4)); function jsp() { if (is_nav4lo){ document.login.js.value = "0"; } else { document.login.js.value = "1"; } } function sf() { document.login.login.focus(); } // End --> </script> </head> <body class="login" onload="jsp(); sf();"> <br /><br /> <center> <form method="post" action="login.pl" name="login"> <input type="hidden" name="menubar" value="<?lsmb menubar ?>"> <div class="login"> <div class="login" align="center"> <a href="http://www.ledgersmb.org/" target="_top"><img src="images/ledgersmb.png" class="logo" alt="LedgerSMB Logo" /></a> <h1 class="login" align="center">Version SVN Trunk</h1> <div align="center"> <div class="labelledinput"> <div class="label"> <label for="login"> <?lsmb text('Name') ?> </label> </div> <div class="input"> <input class="login" name="login" size="30" value="" id="login" accesskey="n" /> </div> </div> <div class="labelledinput"> <div class="label"> <label for="password"> <?lsmb text('Password') ?> </label> </div> <div class="input"> <input class="login" type="password" name="password" size="30" id="password" accesskey="p" /> </div> </div> </div> <button type="submit" name="action" value="login" accesskey="l"><?lsmb text('Login') ?></button> </div> </div> </form> <p><a href="admin.pl"><?lsmb text('Administrative login') ?></a></p> </center> </body> </html>