source: EWD/ewdapps/so/pages/menu.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: 544 bytes
Line 
1<ewd:config isFirstPage="false" prePageScript="SETUP^ewdu">
2<!DOCTYPE html>
3<html>
4 <head>
5 <title>Menu System</title>
6 </head>
7 <body>
8 <div id="intro">
9 <p>Where do you want to go?</p>
10 </div>
11 <form id="menu" method="post" action="ewd">
12 <h1>Menu</h1>
13 <fieldset id="menu">
14 <input type="submit" name="Submit" id="submit" value="Bed Board" action="sss^ewdu">
15 <a href="">Help</a>
16 </fieldset>
17 </form>
18 </body>
19</html>
20
Note: See TracBrowser for help on using the repository browser.