source:
EWD/ewdapps/tutorial/pages/Page2d.ewd@
1551
Last change on this file since 1551 was 1284, checked in by , 13 years ago | |
---|---|
File size: 330 bytes |
Line | |
---|---|
1 | <ewd:config isFirstPage="false"> |
2 | <html> |
3 | <head> |
4 | <title>Test Page</title> |
5 | </head> |
6 | <body bgcolor="#C5E3E4"> |
7 | <p>This is a second test page</p> |
8 | <br>Hello <?= #username ?><br> |
9 | Your password is <?= #password ?><br> |
10 | Your session ID is <?= #ewd_sessid ?> |
11 | <br><br> |
12 | <a href=ewdLogout.ewd>Log out</a> |
13 | <hr> |
14 | </body> |
15 | </html> |
Note:
See TracBrowser
for help on using the repository browser.