source: EWD/ewd-fm/welcome.ewd@ 1207

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

Changed un/pw to access/verify; added prepage script to welcome.ewd

File size: 617 bytes
Line 
1<ewd:config isFirstPage="false" prepageScript="getInfo^KBANDemo">
2<html>
3 <head>
4 <title>Welcome to Edit Your Stuff Portal</title>
5 </head>
6 <body>
7 <div>
8 <h1>Welcome to Edit Your Stuff Portal</h1>
9 <hr />
10 <p>You are:
11 <?= #Name ?>
12 </p>
13 <p>You can do the following<p>
14 <ul>
15 <li><a href="display.ewd">Display User Characteristics</a></li>
16 <li><a href="modesig.ewd">Modify Your Electronic Signature</a></li>
17 <li><a href="editchar.ewd">Edit your Contact Information</a></li>
18 </ul>
19 <p>Your session ID is
20 <?= #ewd_sessid ?>
21 </p>
22 <br><br>
23 <a href=ewdLogout.ewd>Log out</a>
24 </body>
25</html>
Note: See TracBrowser for help on using the repository browser.