Last change
on this file since 1374 was 1284, checked in by Sam Habiel, 13 years ago |
Added Sign-On Project, Bed Board, Tutorial, and Roll-and-Scroll emulator
|
File size:
972 bytes
|
Rev | Line | |
---|
[1284] | 1 | <ewd:comment>
|
---|
| 2 | (C) Sam Habiel 2011
|
---|
| 3 | Inherits EWD License, whatever it is.
|
---|
| 4 | </ewd:comment>
|
---|
| 5 | <ewd:config isFirstPage="false" prePageScript="whoami^ewdu">
|
---|
| 6 | <html>
|
---|
| 7 | <head>
|
---|
| 8 | <title>Change Verify Code</title>
|
---|
| 9 | </head>
|
---|
| 10 | <body>
|
---|
| 11 | <h1>Change Verify Code</h1>
|
---|
| 12 | <form id="content" method="POST" action="ewd">
|
---|
| 13 | <table>
|
---|
| 14 | <tr>
|
---|
| 15 | <td>Username: </td>
|
---|
| 16 | <td><?= #Name ?></td>
|
---|
| 17 | </tr>
|
---|
| 18 | <tr>
|
---|
| 19 | <td><label for="vc1">Verify Code (existing):</label> </td>
|
---|
| 20 | <td><input type="password" name="vc1" value="<?= #vc ?>"></td>
|
---|
| 21 | </tr>
|
---|
| 22 | <tr>
|
---|
| 23 | <td><label for="vc2">Verify Code (new):</label> </td>
|
---|
| 24 | <td><input type="password" name="vc2"></td>
|
---|
| 25 | </tr>
|
---|
| 26 | <tr>
|
---|
| 27 | <td><label for="vc3">Verify Code (confirm):</label> </td>
|
---|
| 28 | <td><input type="password" name="vc3"></td>
|
---|
| 29 | </tr>
|
---|
| 30 | <tr>
|
---|
| 31 | <td><input type="submit" id="submit" name="submit" value="Save" action="cvc^ewdu" nextpage="menu"></td>
|
---|
| 32 | </tr>
|
---|
| 33 | </table>
|
---|
| 34 | </form>
|
---|
| 35 | </body>
|
---|
| 36 | </html>
|
---|
| 37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.