diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server/data/apps/testwidgets2/htdocs/app.html')
-rw-r--r-- | sca-cpp/trunk/hosting/server/data/apps/testwidgets2/htdocs/app.html | 139 |
1 files changed, 73 insertions, 66 deletions
diff --git a/sca-cpp/trunk/hosting/server/data/apps/testwidgets2/htdocs/app.html b/sca-cpp/trunk/hosting/server/data/apps/testwidgets2/htdocs/app.html index 7efb62d247..06274d38b0 100644 --- a/sca-cpp/trunk/hosting/server/data/apps/testwidgets2/htdocs/app.html +++ b/sca-cpp/trunk/hosting/server/data/apps/testwidgets2/htdocs/app.html @@ -17,70 +17,77 @@ * specific language governing permissions and limitations * under the License. --> -<DIV id="page"> - <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: 36px; width: 100%; left: 20px; "> - <TABLE class="datatable" style="width: 100%; "> - <TBODY> - <TR> - <TD>=testlist1</TD> - <TD>...</TD> - </TR> - <TR> - <TD>...</TD> - <TD>...</TD> - </TR> - </TBODY> - </TABLE> - </SPAN> - <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> - <TD>...</TD> - </TR> - <TR> - <TD>...</TD> - <TD>...</TD> - </TR> - </TBODY> - </TABLE> - </SPAN> - <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> - <TD>...</TD> - </TR> - <TR> - <TD>...</TD> - <TD>...</TD> - </TR> - </TBODY> - </TABLE> - </SPAN> - <SPAN id="testhtml" class="text" style="position: absolute; top: 234px; left: 20px; "> - <SPAN>=testhtml</SPAN> - </SPAN> - <SPAN id="testselect" class="select" style="position: absolute; top: 234px; left: 155px; "> - <SELECT> - <OPTION>=testselect</OPTION> - </SELECT> - </SPAN> - <SPAN id="testlink" class="link" style="position: absolute; top: 270px; left: 20px; "> - <A href="=testlink"> - <SPAN>=testlink</SPAN> - </A> - </SPAN> - <SPAN id="testframe" class="iframe" style="position: absolute; top: 306px; left: 20px; "> - <A href="/public/iframe.html"> - <SPAN class="fakeframe"> - <SPAN>frame ...</SPAN> +<entry xmlns="http://www.w3.org/2005/Atom"> + <title type="text">testwidgets2</title> + <id>testwidgets2</id> + <content type="application/xml"> + <DIV id="page"> + <SPAN id="page:h2" class="h2" style="position: absolute; top: 0px; left: 2px; "> + <H2>Test widget components</H2> </SPAN> - </A> - </SPAN> -</DIV> + <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> + <TD>...</TD> + </TR> + <TR> + <TD>...</TD> + <TD>...</TD> + </TR> + </TBODY> + </TABLE> + </SPAN> + <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> + <TD>...</TD> + </TR> + <TR> + <TD>...</TD> + <TD>...</TD> + </TR> + </TBODY> + </TABLE> + </SPAN> + <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> + <TD>...</TD> + </TR> + <TR> + <TD>...</TD> + <TD>...</TD> + </TR> + </TBODY> + </TABLE> + </SPAN> + <SPAN id="testhtml" class="text" style="position: absolute; top: 234px; left: 20px; "> + <SPAN>=testhtml</SPAN> + </SPAN> + <SPAN id="testselect" class="select" style="position: absolute; top: 234px; left: 155px; "> + <SELECT> + <OPTION>=testselect</OPTION> + </SELECT> + </SPAN> + <SPAN id="testlink" class="link" style="position: absolute; top: 270px; left: 20px; "> + <A href="=testlink"> + <SPAN>=testlink</SPAN> + </A> + </SPAN> + <SPAN id="testframe" class="iframe" style="position: absolute; top: 306px; left: 20px; "> + <A href="/public/iframe.html"> + <SPAN class="fakeframe"> + <SPAN>frame ...</SPAN> + </SPAN> + </A> + </SPAN> + </DIV> + </content> + <link href="testwidgets2"/> +</entry> |