source: EWD/ewdapps/tutorial/pages/Page3e.ewd@ 1284

Last change on this file since 1284 was 1284, checked in by Sam Habiel, 12 years ago

Added Sign-On Project, Bed Board, Tutorial, and Roll-and-Scroll emulator

File size: 1.1 KB
Line 
1<ewd:config isFirstPage="false" prePageScript="getInfo^KBANDemo">
2<html>
3<head><title>Test Page</title></head>
4<body bgcolor="#C5E3E4">
5<p>Set/Modify Verify Code</p>
6<form method="POST" action="ewd">
7 <table border=1>
8 <tr>
9 <td>Username: </td>
10 <td><?= #Name ?></td>
11 </tr>
12 <tr>
13 <td>Verify Code (existing): </td>
14 <td><input type="text" name="vc1" value="*"></td>
15 </tr>
16 <tr>
17 <td>Verify Code (new): </td>
18 <td><input type="text" name="vc2" value="*"></td>
19 </tr>
20 <tr>
21 <td>Verify Code (confirm): </td>
22 <td><input type="text" name="vc3" value="*"></td>
23 </tr>
24 <tr>
25 <td><input type="submit" name="save" value="Save" action="CVC^KBANDemo" nextpage="Page2e"></td>
26 </tr>
27 </table>
28</form>
29<p>Change other info</p>
30<form method="POST" action="ewd">
31<p>Office Phone: <input type="text" name="officePhone" value="<?= #officePhone ?>" /></p>
32<p><input type="submit" name="save2" value="Save Phones" action="savePhones^KBANDemo" /></p>
33<br><br>
34<a href="Page2e.ewd">Select another username</a><br><br>
35<a href=ewdLogout.ewd>Log out</a>
36</body>
37</html>
38
Note: See TracBrowser for help on using the repository browser.