summaryrefslogtreecommitdiffstats
path: root/WebContent/index.html
diff options
context:
space:
mode:
authorJouni Koivuviita <jouni.koivuviita@itmill.com>2009-02-20 11:17:22 +0000
committerJouni Koivuviita <jouni.koivuviita@itmill.com>2009-02-20 11:17:22 +0000
commit28c1bb21248fb71848d25d0fad51bad5c4f4ddc8 (patch)
treea8fd000df2c0307486d3cc97c49abe93cf1bbe2e /WebContent/index.html
parent866407f0927615f40739b562ce43e7ae16cac18a (diff)
downloadvaadin-framework-28c1bb21248fb71848d25d0fad51bad5c4f4ddc8.tar.gz
vaadin-framework-28c1bb21248fb71848d25d0fad51bad5c4f4ddc8.zip
Fixes #2649: Rearrange package index.html.
svn changeset:6922/svn branch:trunk
Diffstat (limited to 'WebContent/index.html')
-rw-r--r--WebContent/index.html28
1 files changed, 15 insertions, 13 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index aa0b5803fd..02cbaf26b9 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -15,13 +15,8 @@
var itmill = function() {
- var isIE = /MSIE/.test(navigator.userAgent) && !window.opera;
var packageContent;
var package;
- var demoArea;
- var demos;
- var additionalDemos;
- var additionalDemosContent;
return {
@@ -105,24 +100,31 @@
<h4>IT Mill Toolkit Sampler</h4>
<p><a href="sampler/" title="Open Sampler">Sampler</a> contains examples of most features, as well as combination examples and useful UI patterns that you can use simply by copy-pasting the code.</p>
- <h4 id="address-book"><a class="demoapp" href="AddressBook/" title="Open Address Book">Address Book</a></h4>
- <h4>Address Book application</h4>
- <p>A basic application for managing your contact informations. See the accompanying tutorial and learn how to build the same application.</p>
+ <h4>Additional demos</h4>
+ <ul><li><a class="demoapp" href="Reservr">Reservr &ndash; reservation application</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/reservation">sources</a>)</li>
+ <li><a class="demoapp" href="ToolkitTunesLayout/">ToolkitTunes &ndash; advanced layout &amp; theme</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/ToolkitTunesLayout.java.html">sources</a>)</li>
+ <li><a class="demoapp" href="Coverflow/">Coverflow &ndash; Flex integration</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/coverflow">sources</a>)</li>
+ </ul>
+
+
+ <h2 class="tutorial">Tutorial and Examples</h2>
+
+ <h4 id="address-book">Address Book tutorial</h4>
+ <p>Read the step-by-step tutorial and learn how to build a simple contacts management application.</p>
<ul class="links">
<li><a href="http://itmill.com/documentation/itmill-toolkit-5-tutorial/" class="more">Step-by-step tutorial</a></li>
+ <li><a href="AddressBook/" class="more">See Address Book application</a></li>
</ul>
- <h4>Additional demos</h4>
- <p>Below is a collection of stand-alone demo applications that will help you get started with development.</p>
+ <h4>More Examples</h4>
+ <p>Below is a collection of stand-alone demo applications that will help you get started with the actual Toolkit code.</p>
<ul>
<li><a class="demoapp" href="HelloWorld/">Hello world</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/HelloWorld.java.html">sources</a>)</li>
<li><a class="demoapp" href="Calc/">Calculator</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/Calc.java.html">sources</a>)</li>
- <li><a class="demoapp" href="Reservr">Reservr &ndash; reservation application</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/reservation">sources</a>)</li>
- <li><a class="demoapp" href="Coverflow/">Coverflow &ndash; Flex integration</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/coverflow">sources</a>)</li>
- <li><a class="demoapp" href="ToolkitTunesLayout/">ToolkitTunes &ndash; advanced layout &amp; theme</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/ToolkitTunesLayout.java.html">sources</a>)</li>
+ <li><a class="demoapp" href="colorpicker">Colorpicker &ndash; creating new widgets</a> &nbsp; (<a href="doc/example-source/com/itmill/toolkit/demo/colorpicker">sources</a>)</li>
</ul>
</div> <!-- /demos -->