Changeset 198 for trunk/phpbms/index.php
- Timestamp:
- 03/08/07 15:02:42 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/index.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/index.php
r196 r198 45 45 <html xmlns="http://www.w3.org/1999/xhtml"> 46 46 <head> 47 <title><?php echo $_SESSION["application_name"]; ?> - Login Page</title>47 <title><?php echo $_SESSION["application_name"]; ?> - Login</title> 48 48 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 49 49 … … 53 53 <script language="javascript" src="common/javascript/login.js" type="text/javascript"></script> 54 54 </head> 55 <body onload=" setMainFocus()">55 <body onload="init()"> 56 56 <div id="loginbox" class="bodyline" > 57 57 <h1 class="box"> … … 61 61 <h3>Business Management Web Application</h3> 62 62 <?php if ($failed) {?><div class="standout" id="failed"><?php echo $failed?></div><?php } ?> 63 63 <noscript> 64 <p class="standout" align="center">JavaScript is disabled.</p> 65 <p> Please check browser requirements.</p> 66 </noscript> 64 67 <form name="form1" method="post" action="<?php echo $_SERVER["PHP_SELF"]?>"> 65 68 <p> 66 69 <label for="username">name</label><br /> 67 <input name="name" type="text" id="username" size="25" maxlength="64" value="<?php echo htmlQuotes($_POST["name"])?>" />70 <input name="name" type="text" id="username" size="25" maxlength="64" value="<?php echo htmlQuotes($_POST["name"])?>" disabled="disabled"/> 68 71 </p> 69 72 70 73 <p> 71 74 <label for="password">password</label><br /> 72 <input name="password" type="password" id="password" size="25" maxlength="24" />75 <input name="password" type="password" id="password" size="25" maxlength="24" disabled="disabled"/> 73 76 </p> 74 77 75 <p>< input id="command" name="command" type="submit" class="Buttons" value="Log On"/></p>78 <p><button class="Buttons" type="submit" id="loginButton" disabled="disabled">Log In</button></p> 76 79 </form> 77 80 … … 83 86 <?php if($_SESSION["demo_enabled"]=="true"){?> 84 87 <div id="demobox" class="bodyline"> 85 <h2>Demonstration Mode Enabled</h2>88 <h2>Demonstration Mode</h2> 86 89 <p> 87 90 Use the following user credentials to log into phpBMS. Each user