summaryrefslogtreecommitdiff
path: root/UI/login.html
blob: 3ef93128dc275ea4181460eaa7f8856e5046cb34 (plain)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>LedgerSMB Version SVN Trunk</title>
  6. <meta http-equiv="Pragma" content="no-cache" />
  7. <meta http-equiv="Expires" content="-1" />
  8. <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  9. <link rel="stylesheet" href="css/ledgersmb.css" type="text/css" title="LedgerSMB stylesheet" />
  10. <link rel="stylesheet" href="css/scripts/login.css" type="text/css" title="LedgerSMB stylesheet" />
  11. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  12. <meta name="robots" content="noindex,nofollow" />
  13. <script language="JavaScript" type="text/javascript">
  14. <!--
  15. var agt = navigator.userAgent.toLowerCase();
  16. var is_major = parseInt(navigator.appVersion);
  17. var is_nav = ((agt.indexOf('mozilla') != -1) && (agt.indexOf('spoofer') == -1)
  18. && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera') == -1)
  19. && (agt.indexOf('webtv') == -1));
  20. var is_nav4lo = (is_nav && (is_major <= 4));
  21. function jsp() {
  22. if (is_nav4lo){
  23. document.login.js.value = "0";
  24. } else {
  25. document.login.js.value = "1";
  26. }
  27. }
  28. function sf() { document.login.login.focus(); }
  29. // End -->
  30. </script>
  31. </head>
  32. <body class="login" onload="jsp(); sf();">
  33. <br /><br />
  34. <center>
  35. <div class="login" border="3">
  36. <div class="login" align="center">
  37. <a href="http://www.ledgersmb.org/" target="_top"><img src="images/ledgersmb.png" class="logo" alt="LedgerSMB Logo" /></a>
  38. <h1 class="login" align="center">Version SVN Trunk</h1>
  39. <p>
  40. <form method="post" action="login.pl" name="login">
  41. <div width="100%" align="center">
  42. <div><div class="label"><?lsmb text('Name') ?></div>
  43. <div class="input"><input class="login" name="login" size="30" value="" /></div>
  44. </div>
  45. <div>
  46. <div class="label"><?lsmb text('Password')?></div>
  47. <div class="input"><input class="login" type="password" name="password" size="30" />
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <input type="hidden" name="path" value="bin/mozilla" />
  53. <input type="hidden" name="js" value="" />
  54. <button type="submit" name="action" value="login">Login</button>
  55. </form>
  56. </p>
  57. </td>
  58. </tr>
  59. </div>
  60. <p><a href="admin.pl"
  61. ><?lsmb text('Administrative login') ?></a></p>
  62. </center>
  63. </body>
  64. </html>