diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-12-05 09:20:47 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2007-12-05 09:20:47 +0000 |
commit | 399df42b287e2fa51d00b3dbe53b481a6bf195f9 (patch) | |
tree | fd2376cf0d30d5f7ea634e42ddcf0def24fbc7cb /WebContent/index.html | |
parent | 90ae6d5fd434c784aeb206c21cf373bdda41c35b (diff) | |
download | vaadin-framework-399df42b287e2fa51d00b3dbe53b481a6bf195f9.tar.gz vaadin-framework-399df42b287e2fa51d00b3dbe53b481a6bf195f9.zip |
Added "Beta" label for index.html.
svn changeset:3173/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r-- | WebContent/index.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/WebContent/index.html b/WebContent/index.html index 98e79a135c..0cdd990ae2 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -144,6 +144,7 @@ <div class="header"> <h1>Introducing IT Mill Toolkit 5</h1> + <strong>Beta</strong> <em>Effortless web application development for Java-programmers.</em> <a href="http://www.itmill.com" title="Open www.itmill.com">Visit itmill.com</a> </div> <!-- /Header --> @@ -169,12 +170,12 @@ <div id="additional-demos-content"> <!-- For JavaScript hooking --> <ul> - <li><a href="HelloWorld/">Hello world</a> <a href="doc/example-source/com/itmill/toolkit/demo/HelloWorld.java.html">(sources)</a></li> - <li><a href="Calc/">Calculator</a> <a href="doc/example-source/com/itmill/toolkit/demo/Calc.java.html">(sources)</a></li> - <li><a href="colorpicker/">How to make widgets demo</a> <a href="doc/example-source/com/itmill/toolkit/demo/colorpicker">(sources)</a></li> - <li><a href="CachingDemo/">Widget caching demo</a> <a href="doc/example-source/com/itmill/toolkit/demo/CachingDemo.java.html">(sources)</a></li> - <li><a href="KeyboardShortcut/">Keyboard shortcuts</a> <a href="doc/example-source/com/itmill/toolkit/demo/KeyboardShortcut.java.html">(sources)</a></li> - <li><a href="BufferedComponents/">Buffered components</a> <a href="doc/example-source/com/itmill/toolkit/demo/BufferedComponents.java.html">(sources)</a></li> + <li><a href="HelloWorld/">Hello world</a> (<a href="doc/example-source/com/itmill/toolkit/demo/HelloWorld.java.html">sources</a>)</li> + <li><a href="Calc/">Calculator</a> (<a href="doc/example-source/com/itmill/toolkit/demo/Calc.java.html">sources</a>)</li> + <li><a href="colorpicker/">How to make widgets demo</a> (<a href="doc/example-source/com/itmill/toolkit/demo/colorpicker">sources</a>)</li> + <li><a href="CachingDemo/">Widget caching demo</a> (<a href="doc/example-source/com/itmill/toolkit/demo/CachingDemo.java.html">sources</a>)</li> + <li><a href="KeyboardShortcut/">Keyboard shortcuts</a> (<a href="doc/example-source/com/itmill/toolkit/demo/KeyboardShortcut.java.html">sources</a>)</li> + <li><a href="BufferedComponents/">Buffered components</a> (<a href="doc/example-source/com/itmill/toolkit/demo/BufferedComponents.java.html">sources</a>)</li> </ul> </div> |