source: EWD/ewdapps/so/pages/menu.ewd@ 1303

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

Added yet another application

File size: 686 bytes
Line 
1<ewd:config isFirstPage="false">
2<!DOCTYPE html>
3<html>
4 <head>
5 <title>Menu System</title>
6 <script type="text/javascript">
7 var ln = function()
8 {
9 EWD.ajax.getPage({"page": "installedapps", "targetId": "intro"});
10 };
11 </script>
12 </head>
13 <body onload="ln()">
14 <form id="menu" method="post" action="ewd">
15 <h1>Menu</h1>
16 <fieldset id="fs">
17 <input type="submit" name="Submit" id="submit" value="Bed Board" action="sss^ewdu">
18 <a href="">Help</a>
19 </fieldset>
20 <div id="intro">
21 </div>
22 </form>
23 </body>
24</html>
25
Note: See TracBrowser for help on using the repository browser.