diff options
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps/test/app.html')
-rw-r--r-- | sca-cpp/trunk/modules/edit/apps/test/app.html | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/test/app.html b/sca-cpp/trunk/modules/edit/apps/test/app.html index 5c7c7219bb..a43eca03e0 100644 --- a/sca-cpp/trunk/modules/edit/apps/test/app.html +++ b/sca-cpp/trunk/modules/edit/apps/test/app.html @@ -17,4 +17,19 @@ * specific language governing permissions and limitations * under the License. --> -<DIV id="page"/> +<DIV id="page"> + <SPAN id="table" class="table" style="position: absolute; top: 116px; left: 65px; "> + <TABLE class="datatable"> + <TBODY> + <TR> + <TD>name</TD> + <TD>value</TD> + </TR> + <TR> + <TD>name</TD> + <TD>value</TD> + </TR> + </TBODY> + </TABLE> + </SPAN> +</DIV> |