source: EWD/ewd-fm/index.ewd@ 1202

Last change on this file since 1202 was 1202, checked in by Sam Habiel, 13 years ago

Added routines; reorganized dirs

File size: 812 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
10Username: clerk1
11Password: abc,123%
12</pre>
13</div>
14<h3>Please enter your username and password:</h3>
15<form method="post" action="ewd">
16 <table border=0>
17 <tr>
18 <td>Username: </td>
19 <td><input type="text" name="username" focus="true" /></td>
20 </tr>
21 <tr>
22 <td>Password: </td>
23 <td><input type="password" name="password" /></td>
24 </tr>
25 <tr>
26 <td><input type="submit" name="Submit" value="Login" action="login^KBANDemo" nextpage="welcome" /></td>
27 </tr>
28 </table>
29</form>
30<br /><br />
31<a href="ewdLogout.ewd">Log out</a>
32</body>
33</html>
Note: See TracBrowser for help on using the repository browser.