summaryrefslogtreecommitdiffstats
path: root/WebContent/index.html
blob: e524b927e28204daceb19ea2493fcfecf0baa610 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!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 lte IE 6]>
		<link rel="stylesheet" type="text/css" href="demo/css/ie.css" />
		<![endif]--> 
	</head> <!-- /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 &raquo;</a>
			</div>
		</div> <!-- /header -->
	
		<div id="subheader">
			<ul id="menu">
				<li></li>
			<!--
			  <li><a href="#addons">Add-ons</a></li>
			  <li>&bull;</li>
			  <li><a href="#code-examples">Code Examples</a></li>
			  <li>&bull;</li>
			  <li><a href="#getting-started">Getting Started</a></li>
			  <li>&bull;</li>
			  <li><a href="#docs">Documentation</a></li>
			  <li>&bull;</li>
			  <li><a href="#support">Support</a></li>
			  -->
			</ul>
			<ul id="links">
              <li><a href="http://vaadin.com/forum" title="Open vaadin.com/forum">Discussion Forum &raquo;</a></li>
			  <li><a href="http://dev.vaadin.com" title="Open dev.vaadin.com">Issue Tracker &raquo;</a></li>
			  <li><a href="http://www.vaadin.com" title="Open www.vaadin.com">Vaadin Home &raquo;</a></li>
            </ul>
		</div> <!-- /subheader -->
		
		<div id="content">
		
		</div> <!-- /content -->
		
		
		<div id="footer">
			<span class="slogan"><strong>vaadin <em>}></em></strong> thinking of U and I<span> <!-- <a href="#top">&uarr; Back to top</a>-->
		</div> <!-- /footer -->
	
	
	<script src="demo/js/fonts.js" type="text/javascript"></script>
	<script type="text/javascript">
		Cufon.replace(["h2","h4"], {fontFamily: "HelveticaRounded"});
		Cufon.replace(["h3"], {fontFamily: "HelveticaLight"});
	</script>
	</body>
</html>