diff options
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/index.html')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/index.html | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/index.html b/sca-cpp/trunk/modules/edit/htdocs/index.html index d0736ba295..d47031fa7e 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/index.html +++ b/sca-cpp/trunk/modules/edit/htdocs/index.html @@ -31,22 +31,11 @@ <br/> <h1>App Edit Tools</h1> -<p>This module implements simple tools to help you create Tuscany apps.</p> - -<h2>App Dashboard</h2> -<p>Try the <a href="dash">App Dashboard</a> to manage your collection of apps.</p> - -<h2>App Editor</h2> -<p>Try the <a href="app/?app=store">App Editor</a> to edit an app.</p> - -<h2>Composition Editor</h2> -<p>Try the <a href="graph/?app=store">Composition Editor</a> to compose an app.</p> - -<h2>Page Editor</h2> -<p>Try the <a href="page/?app=store">Page Editor</a> to draw an app page.</p> +<div id="main"></div> <script type="text/javascript"> ui.loadwidget('menu', '/menu.html'); +ui.loadiframe('main', 'main.html'); </script> </body> </html> |