diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-31 03:57:57 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-31 03:57:57 +0000 |
commit | 608b81cdaae88392dcec0bcde2ec9b8fb4ace634 (patch) | |
tree | a909fdbabae2cb8cd0fcc02e8125bb2531792ec5 /sca-cpp/trunk/modules/edit/htdocs/index.html | |
parent | 6afef449a6560d469102ab0298d4cc925d76aa0f (diff) |
Minor stylesheet changes.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1065479 13f79535-47bb-0310-9956-ffa450edef68
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> |