summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/tests-book/layouts/layoutname.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/tests-book/layouts/layoutname.html')
-rw-r--r--WebContent/VAADIN/themes/tests-book/layouts/layoutname.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-book/layouts/layoutname.html b/WebContent/VAADIN/themes/tests-book/layouts/layoutname.html
new file mode 100644
index 0000000000..6b75910783
--- /dev/null
+++ b/WebContent/VAADIN/themes/tests-book/layouts/layoutname.html
@@ -0,0 +1,19 @@
+<table width="100%" height="100%">
+ <tr height="100%">
+ <td>
+ <table align="center">
+ <tr>
+ <td align="right">User&nbsp;name:</td>
+ <td><div location="username"></div></td>
+ </tr>
+ <tr>
+ <td align="right">Password:</td>
+ <td><div location="password"></div></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td align="right" colspan="2"><div location="okbutton"></div></td>
+ </tr>
+</table> \ No newline at end of file