diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-02 05:58:47 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-05-02 05:58:47 +0000 |
commit | 636e046fd1cdf7a6f1a365e4f02f5bbc2f593c70 (patch) | |
tree | ba254fdf29a82c2c8957b03732fe17a89154dd78 /sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html | |
parent | 8cfb387f9129dcff5ff74922a3be8f1662529037 (diff) |
Reformat, sort and refactor test and sample apps.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html (renamed from sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html b/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html index b20cf24c02..2bf6593f02 100644 --- a/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html +++ b/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html @@ -22,7 +22,7 @@ <H2>Test widget components</H2> </SPAN> <SPAN id="testlist1" class="table" style="position: absolute; top: 63px; left: 20px; "> - <TABLE class="datatable" style="width: 200px;"> + <TABLE class="datatable" style="width: 100%; "> <TBODY> <TR> <TD>table</TD> @@ -36,7 +36,7 @@ </TABLE> </SPAN> <SPAN id="testlist2" class="table" style="position: absolute; top: 117px; left: 20px; "> - <TABLE class="datatable" style="width: 200px;"> + <TABLE class="datatable" style="width: 100%; "> <TBODY> <TR> <TD>table</TD> @@ -50,7 +50,7 @@ </TABLE> </SPAN> <SPAN id="b" class="table" style="position: absolute; top: 180px; left: 20px; "> - <TABLE class="datatable" style="width: 200px;"> + <TABLE class="datatable" style="width: 100%; "> <TBODY> <TR> <TD>table</TD> @@ -66,6 +66,11 @@ <SPAN id="testhtml" class="text" style="position: absolute; top: 234px; left: 20px; "> <SPAN>text</SPAN> </SPAN> + <SPAN id="testselect" class="select" style="position: absolute; top: 234px; left: 155px; "> + <SELECT> + <OPTION>select</OPTION> + </SELECT> + </SPAN> <SPAN id="testlink" class="link" style="position: absolute; top: 270px; left: 20px; "> <A href="/"> <SPAN>link</SPAN> @@ -78,9 +83,4 @@ </SPAN> </A> </SPAN> - <SPAN id="testselect" class="select" style="position: absolute; top: 234px; left: 155px; "> - <SELECT> - <OPTION>select</OPTION> - </SELECT> - </SPAN> </DIV> |