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

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

Now menu system sort of works

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 <div id="intro">
15 </div>
16 <form id="menu" method="post" action="ewd">
17 <h1>Menu</h1>
18 <fieldset id="fs">
19 <input type="submit" name="Submit" id="submit" value="Bed Board" action="sss^ewdu">
20 <a href="">Help</a>
21 </fieldset>
22 </form>
23 </body>
24</html>
25
Note: See TracBrowser for help on using the repository browser.