summaryrefslogtreecommitdiff
path: root/UI/login.html
blob: f2d99f76bed8132b412c9eb2c40534b6724b3575 (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="UI/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. <form method="post" action="login.pl" name="login">
  36. <input type="hidden" name="menubar"
  37. value="<?lsmb menubar ?>">
  38. <div class="login">
  39. <div class="login" align="center">
  40. <a href="http://www.ledgersmb.org/" target="_top"><img src="images/ledgersmb.png" class="logo" alt="LedgerSMB Logo" /></a>
  41. <h1 class="login" align="center">Version SVN Trunk</h1>
  42. <div align="center">
  43. <div class="labelledinput">
  44. <div class="label">
  45. <label for="login">
  46. <?lsmb text('Name') ?>
  47. </label>
  48. </div>
  49. <div class="input">
  50. <input class="login"
  51. name="login" size="30"
  52. value=""
  53. id="login"
  54. accesskey="n" />
  55. </div>
  56. </div>
  57. <div class="labelledinput">
  58. <div class="label">
  59. <label for="password">
  60. <?lsmb text('Password')
  61. ?>
  62. </label>
  63. </div>
  64. <div class="input">
  65. <input class="login"
  66. type="password"
  67. name="password"
  68. size="30"
  69. id="password"
  70. accesskey="p" />
  71. </div>
  72. </div>
  73. </div>
  74. <button type="submit" name="action" value="login" accesskey="l"><?lsmb text('Login') ?></button>
  75. </div>
  76. </div>
  77. </form>
  78. <p><a href="admin.pl"><?lsmb text('Administrative login') ?></a></p>
  79. </center>
  80. </body>
  81. </html>