diff options
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/me360/app.html | 51 |
1 files changed, 34 insertions, 17 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/me360/app.html b/sca-cpp/trunk/modules/edit/apps/me360/app.html index ebc98e5072..31ed5e58bd 100644 --- a/sca-cpp/trunk/modules/edit/apps/me360/app.html +++ b/sca-cpp/trunk/modules/edit/apps/me360/app.html @@ -18,41 +18,58 @@ * under the License. --> <DIV id="page"> - <SPAN id="section" class="section" style="position: absolute; top: 52px; left: 0px; "> + <SPAN id="h2" class="h2" style="position: absolute; top: 0px; left: 2px; "> + <H2>Me360</H2> + </SPAN> + <SPAN id="section" class="section" style="position: absolute; top: 27px; width: 100%; left: 2px; "> <SPAN>Facebook</SPAN> </SPAN> - <SPAN id="fbprofile" class="table" style="position: absolute; top: 93px; left: 1px; "> - <TABLE class="datatable"> + <SPAN id="section" class="section" style="position: absolute; top: 225px; width: 100%; left: 2px; "> + <SPAN>Twitter</SPAN> + </SPAN> + <SPAN id="fbprofile" class="table" style="position: absolute; top: 54px; left: 2px; "> + <TABLE class="datatable" style="width: 100%; "> <TBODY> <TR> - <TD>name</TD> - <TD>value</TD> + <TD>table</TD> + <TD>...</TD> </TR> <TR> - <TD>name</TD> - <TD>value</TD> + <TD>...</TD> + <TD>...</TD> </TR> </TBODY> </TABLE> </SPAN> - <SPAN id="twitprofile" class="table" style="position: absolute; top: 292px; left: 2px; "> - <TABLE class="datatable"> + <SPAN id="twitprofile" class="table" style="position: absolute; top: 252px; left: 2px; "> + <TABLE class="datatable" style="width: 100%; "> <TBODY> <TR> - <TD>name</TD> - <TD>value</TD> + <TD>table</TD> + <TD>...</TD> </TR> <TR> - <TD>name</TD> - <TD>value</TD> + <TD>...</TD> + <TD>...</TD> </TR> </TBODY> </TABLE> </SPAN> - <SPAN id="section" class="section" style="position: absolute; top: 253px; left: 1px; "> - <SPAN>Twitter</SPAN> + <SPAN id="section" class="section" style="position: absolute; top: 1143px; width: 100%; left: 2px; "> + <SPAN>Buzz</SPAN> </SPAN> - <SPAN id="h2" class="h2" style="position: absolute; top: 11px; left: 0px; "> - <H2>Me360</H2> + <SPAN id="buzzprofile" class="table" style="position: absolute; top: 1170px; left: 2px; "> + <TABLE class="datatable" style="width: 100%; "> + <TBODY> + <TR> + <TD>table</TD> + <TD>...</TD> + </TR> + <TR> + <TD>...</TD> + <TD>...</TD> + </TR> + </TBODY> + </TABLE> </SPAN> </DIV> |