diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-02 10:04:44 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-02 10:04:44 +0000 |
commit | f07b324e6f0f2edb71c4dc1d6b63e8a3743c48a6 (patch) | |
tree | f9c59fa81f2d56b87066fc54b9b553ac4c43fd35 /sca-cpp/trunk/modules/edit/htdocs/dash/index.html | |
parent | d8df0d6da27ac9c4c61863bc7700db7a871ae8d4 (diff) |
Support for wiring and unwiring references.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/dash/index.html')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/dash/index.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/dash/index.html b/sca-cpp/trunk/modules/edit/htdocs/dash/index.html index d84424e96e..d3add792d6 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/dash/index.html +++ b/sca-cpp/trunk/modules/edit/htdocs/dash/index.html @@ -29,14 +29,15 @@ <body> <div id="menu"></div> -<br/> -<h1>Welcome to your App Dashboard!</h1> -<br/> -<div id="dashboard"></div> - <script type="text/javascript"> + // Load the menu bar ui.loadwidget('menu', '/menu.html'); +</script> + +<div id="dashboard"></div> + +<script type="text/javascript"> // Load the dashboard ui.loadiframe('dashboard', 'dashboard.html'); |