diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-13 07:57:30 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-13 07:57:30 +0000 |
commit | d3bdc051ec4a6499c73d00e80f744aa375a01687 (patch) | |
tree | 859ef5c6e4ca93b6a72d40febe0d6dd0ace33d09 /sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs | |
parent | ba223e693c0f6e652fd70c05d83d69956262ff09 (diff) |
Minor refactoring and cleanup of edit module and its test composites. Add HTML generation and messaging components and a few more tests.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1135048 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html index a42c96bdff..7efb62d247 100644 --- a/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html +++ b/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html @@ -21,8 +21,8 @@ <SPAN id="page:h2" class="h2" style="position: absolute; top: 0px; left: 2px; "> <H2>Test widget components</H2> </SPAN> - <SPAN id="testlist1" class="table" style="position: absolute; top: 63px; width: 100%; left: 20px; "> - <TABLE class="datatable" style="width: 100%;"> + <SPAN id="testlist1" class="table" style="position: absolute; top: 36px; width: 100%; left: 20px; "> + <TABLE class="datatable" style="width: 100%; "> <TBODY> <TR> <TD>=testlist1</TD> @@ -35,8 +35,8 @@ </TBODY> </TABLE> </SPAN> - <SPAN id="testlist2" class="table" style="position: absolute; top: 117px; width: 100%; left: 20px; "> - <TABLE class="datatable" style="width: 100%;"> + <SPAN id="testlist2" class="table" style="position: absolute; top: 90px; width: 100%; left: 20px; "> + <TABLE class="datatable" style="width: 100%; "> <TBODY> <TR> <TD>=testlist2</TD> @@ -49,8 +49,8 @@ </TBODY> </TABLE> </SPAN> - <SPAN id="b" class="table" style="position: absolute; top: 180px; width: 100%; left: 20px; "> - <TABLE class="datatable" style="width: 100%;"> + <SPAN id="b" class="table" style="position: absolute; top: 171px; width: 100%; left: 20px; "> + <TABLE class="datatable" style="width: 100%; "> <TBODY> <TR> <TD>=b</TD> |