| 
            Last change
 on this file since 1263 was             1207, checked in by Sam Habiel, 14 years ago           | 
        
        
          | 
             
Changed un/pw to access/verify; added prepage script to welcome.ewd 
 
           | 
        
        
          | 
            File size:
            819 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | <ewd:config isFirstPage="true" prePageScript="SignonTxt^KBANDemo">
 | 
|---|
| 2 | <html>
 | 
|---|
| 3 | <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> 
 | 
|---|
| 4 | <head><title>Test Page</title></head>
 | 
|---|
| 5 | <body bgcolor="#C5E3E4">
 | 
|---|
| 6 | <div style="text-align:center">
 | 
|---|
| 7 | <pre>
 | 
|---|
| 8 | <?= #signontxt ?>
 | 
|---|
| 9 | 
 | 
|---|
| 10 | Username: clerk1
 | 
|---|
| 11 | 
 | 
|---|
| 12 | Password: abc,123%
 | 
|---|
| 13 | </pre>
 | 
|---|
| 14 | </div>
 | 
|---|
| 15 | <h3>Please enter your username and password:</h3>
 | 
|---|
| 16 | <form method="post" action="ewd">
 | 
|---|
| 17 |  <table border=0>
 | 
|---|
| 18 |   <tr>
 | 
|---|
| 19 |    <td>Access Code: </td>
 | 
|---|
| 20 |    <td><input type="text" name="username" focus="true" /></td>
 | 
|---|
| 21 |   </tr>
 | 
|---|
| 22 |   <tr>
 | 
|---|
| 23 |    <td>Verify Code: </td>
 | 
|---|
| 24 |    <td><input type="password" name="password" /></td>
 | 
|---|
| 25 |   </tr>
 | 
|---|
| 26 |   <tr>
 | 
|---|
| 27 |    <td><input type="submit" name="Submit" value="Login" action="login^KBANDemo" nextpage="welcome" /></td>
 | 
|---|
| 28 |   </tr>
 | 
|---|
| 29 |  </table>
 | 
|---|
| 30 | </form>
 | 
|---|
| 31 | <br /><br />
 | 
|---|
| 32 | <a href="ewdLogout.ewd">Log out</a>
 | 
|---|
| 33 | </body>
 | 
|---|
| 34 | </html>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.