diff options
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/index.html')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/index.html b/sca-cpp/trunk/modules/edit/htdocs/index.html index d47031fa7e..db5764781a 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/index.html +++ b/sca-cpp/trunk/modules/edit/htdocs/index.html @@ -29,12 +29,21 @@ <body> <div id="menu"></div> +<script type="text/javascript"> + +// Load the menu bar +ui.loadwidget('menu', '/menu.html'); +</script> + <br/> <h1>App Edit Tools</h1> +<br/> + <div id="main"></div> <script type="text/javascript"> -ui.loadwidget('menu', '/menu.html'); + +// Load the main page ui.loadiframe('main', 'main.html'); </script> </body> |