source:
EWD/ewdapps/tutorial/pages/Page1d.ewd@
1452
Last change on this file since 1452 was 1284, checked in by , 13 years ago | |
---|---|
File size: 689 bytes |
Line | |
---|---|
1 | <ewd:config isFirstPage="true"> |
2 | <html> |
3 | <head> |
4 | <title>Test Page</title> |
5 | </head> |
6 | <body bgcolor="#C5E3E4"> |
7 | <p>This is a test page</p> |
8 | <h3>Please enter your username and password:</h3> |
9 | <form method="POST" action=ewd> |
10 | <table border=0> |
11 | <tr> |
12 | <td>Username: </td> |
13 | <td><input type="text" name="username" focus="true" value="*"></td> |
14 | </tr> |
15 | <tr> |
16 | <td>Password: </td> |
17 | <td><input type="password" name="password"></td> |
18 | </tr> |
19 | <tr> |
20 | <td><input type="submit" name="Submit" value="Login" action="login^KBANDemo" nextpage="Page2d"></td> |
21 | </tr> |
22 | </table> |
23 | </form> |
24 | <br><br> |
25 | <a href=ewdLogout.ewd>Log out</a> |
26 | </body> |
27 | </html> |
Note:
See TracBrowser
for help on using the repository browser.