diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-12 14:02:01 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2007-01-12 14:02:01 +0000 |
commit | b76326cb6d99f48084fc0789974456c66c70adf4 (patch) | |
tree | 081812e7410fffc42cb2c5e50eba182cd6fac916 | |
parent | 0c6ebfaa849cd35696daee80bbb018cb57937fe4 (diff) | |
download | vaadin-framework-b76326cb6d99f48084fc0789974456c66c70adf4.tar.gz vaadin-framework-b76326cb6d99f48084fc0789974456c66c70adf4.zip |
Removed not-well-working demos to fix #195 (they can be restored when we have time to polish them)
svn changeset:252/svn branch:toolkit
-rw-r--r-- | WebContent/index.html | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index eb693bf4fc..1b7d412e8f 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -10,7 +10,9 @@ <table width="90%" border="1" cellpadding="30px"> -<tr><td> +<tr> + +<td> <h2>Feature Browser</h2> <table cellpadding="5px"> <tr> @@ -56,15 +58,19 @@ sources folder</a></td> <li><a href="hello/">Autodetected mode</a></li> <li><a href="src/com/itmill/toolkit/demo/Hello.java">Source</li> </ul> -</td></tr> -<tr><td> +</td> + +<td> <h2>Calculator</h2> <ul> <li><a href="calc/">Autodetected mode</a></li> <li><a href="src/com/itmill/toolkit/demo/Calc.java">Source</li> </ul> -</td></tr> + +</td> + +</tr> </table> |