Ignore:
Timestamp:
Nov 10, 2011, 11:52:44 AM (12 years ago)
Author:
Sam Habiel
Message:

Now menu system sort of works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EWD/ewdapps/so/pages/menu.ewd

    r1284 r1286  
    1 <ewd:config isFirstPage="false" prePageScript="SETUP^ewdu">
     1<ewd:config isFirstPage="false">
    22<!DOCTYPE html>
    33<html>
    44    <head>
    55        <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>
    612    </head>
    7     <body>
     13    <body onload="ln()">
    814        <div id="intro">
    9             <p>Where do you want to go?</p>
    1015        </div>
    1116       <form id="menu" method="post" action="ewd">
    1217            <h1>Menu</h1>
    13             <fieldset id="menu">
     18            <fieldset id="fs">
    1419                <input type="submit" name="Submit" id="submit" value="Bed Board" action="sss^ewdu">
    1520                <a href="">Help</a>
Note: See TracChangeset for help on using the changeset viewer.