From 28c1bb21248fb71848d25d0fad51bad5c4f4ddc8 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Fri, 20 Feb 2009 11:17:22 +0000 Subject: [PATCH] Fixes #2649: Rearrange package index.html. svn changeset:6922/svn branch:trunk --- WebContent/index.html | 28 +++++++++++++++------------- 1 file 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 @@

IT Mill Toolkit Sampler

Sampler contains examples of most features, as well as combination examples and useful UI patterns that you can use simply by copy-pasting the code.

-

Address Book

-

Address Book application

-

A basic application for managing your contact informations. See the accompanying tutorial and learn how to build the same application.

+

Additional demos

+ + + +

Tutorial and Examples

+ +

Address Book tutorial

+

Read the step-by-step tutorial and learn how to build a simple contacts management application.

-

Additional demos

-

Below is a collection of stand-alone demo applications that will help you get started with development.

+

More Examples

+

Below is a collection of stand-alone demo applications that will help you get started with the actual Toolkit code.

-- 2.39.5