vaadin-framework/WebContent/index.html
Jouni Koivuviita 7eb544b69f Fixes #3142: Demo page's large heading should be clickable
svn changeset:8666/svn branch:6.1
2009-09-04 12:15:41 +00:00

118 lines
5.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Vaadin @version@</title>
<link rel="stylesheet" type="text/css" href="demo/css/styles.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="demo/css/ie.css" />
<![endif]-->
<script type="text/javascript">
window.onload = function() {
try {
if(window.location.search && -1 != window.location.search.indexOf('gwt.hosted')) {
var hostedParam = window.location.search;
var demolinks = document.getElementsByTagName("a");
for (var k = 0; k < demolinks.length; k++) {
var link = demolinks[k];
if(link.className.indexOf
("demoapp") != -1) {
link.href = link.href + hostedParam;
}
}
}
} catch(e) {}
}
</script>
</head>
<body>
<div id="header">
<h1>Vaadin &ndash; thinking of U and I</h1>
<div id="version">
<strong>Version @version@</strong>
<a href="release-notes.html" class="release-notes" title="Read the release notes for this Vaadin version">Release Notes</a>
<span class="version-check">(<a href="http://www.itmill.com/downloads/itmill-toolkit.htm?checkVersion" title="Check if you have the latest Vaadin version (requires Internet connection)">check for latest version</a>)</span>
</div>
</div> <!-- /header -->
<div id="subheader">
<strong>Great, youve made it this far with Vaadin. Now lets get started for real!</strong>
<div class="links">
<a href="http://vaadin.com/forum" title="Open vaadin.com/forum">vaadin.com/forum</a>
<a href="http://dev.vaadin.com" title="Open dev.vaadin.com">dev.vaadin.com</a>
<a href="http://www.vaadin.com" title="Open www.vaadin.com">www.vaadin.com</a>
</div>
</div> <!-- /subheader -->
<div id="upfront">
<div id="sampler">
<a href="sampler/" class="demoapp">
<h2>Vaadin Sampler</h2>
<p>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.</p>
<strong>Start Sampler &raquo;</strong>
</a>
</div>
<div id="eclipse">
<a href="http://www.vaadin.com/eclipse">
<h2>Vaadin Eclipse Plugin</h2>
<p>The easiest way to start working with Vaadin is to use Eclipse IDE and download the Vaadin Eclipse plugin from our website.</p>
<strong>How to install the Vaadin Eclipse Plugin &raquo;</strong>
</a>
</div>
</div> <!-- /upfront -->
<div id="content">
<div id="demos">
<h3>Additional demos</h3>
<ul><li><a class="demoapp" href="Reservr">Reservr &ndash; reservation application</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/reservation">sources</a>)</li>
<li><a class="demoapp" href="VaadinTunesLayout/">VaadinTunes &ndash; advanced layout &amp; theme</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/VaadinTunesLayout.java.html">sources</a>)</li>
<li><a class="demoapp" href="Coverflow/">Coverflow &ndash; Flex integration</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/coverflow">sources</a>)</li>
<li><a class="demoapp" href="ReindeerTheme">Reindeer theme &ndash; see available styles</a></li>
</ul>
<h3>Code Examples</h3>
<ul>
<li><a class="demoapp" href="HelloWorld/">Hello world</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/HelloWorld.java.html">sources</a>)</li>
<li><a class="demoapp" href="Calc/">Calculator</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/Calc.java.html">sources</a>)</li>
<li><a class="demoapp" href="colorpicker">Colorpicker &ndash; creating new widgets</a> &nbsp; (<a href="docs/example-source/com/vaadin/demo/colorpicker">sources</a>)</li>
</ul>
</div> <!-- /demos -->
<div id="docs">
<h3>Tutorial &ndash; Address Book</h3>
<p class="tutorial">Read the step-by-step tutorial and learn how to build a simple contact management app.</p>
<ul>
<li><a href="http://www.vaadin.com/tutorial/">Step-by-step Tutorial &raquo;</a></li>
<li><a href="AddressBook/" class="demoapp">See Address Book application &raquo;</a></li>
</ul>
<h3>Documentation</h3>
<p class="documentation">Need help using Vaadin? Look no further. Everything you need to know is here.</p>
<ul>
<li><a href="docs/book-of-vaadin.pdf">Book of Vaadin (manual) &raquo;</a></li>
<li><a href="docs/api/index.html">JavaDoc API &raquo;</a></li>
<li><a href="http://www.vaadin.com/forum">Forum &raquo;</a></li>
</ul>
</div> <!-- /docs -->
</div> <!-- /content -->
<div id="footer">
<div id="open-source">
<h4>Open Source Development and Licenses</h4>
<p>Vaadin is developed as an Open Source software and its core is licensed under
the liberal Apache 2.0 License. Commercial licenses that include support are also available.</p>
<ul>
<li><a href="http://dev.vaadin.com" title="Open dev.vaadin.com">Developer website &raquo;</a></li>
<li><a href="license/licensing-guidelines.html">Licensing Guidelines &raquo;</a></li>
</ul>
</div>
<div id="pro">
<h4>Commercial Solutions and Services</h4>
<p>The commercial products complement Vaadin and make it possible for you to get better results quicker &ndash; both from a development perspective as well as from a business perspective.</p>
<p>We are also glad to help you hands on or even do the work for you &ndash; which ever you prefer.</p>
<p>Read more about the <a href="http://www.vaadin.com/services/">Services</a> or the <a href="http://www.vaadin.com/support/">Support</a> alternatives.</p>
</div>
</div> <!-- /footer -->
</body>
</html>