r20446: rename swat directory to swat.obsolete; keeping it around since there is...
[gd/samba/.git] / swat.obsolete / apps / qooxdoo-examples / index.html
1 <html>
2 <head>
3   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
4   <title>qooxdoo demo</title>
5   <link type="text/css" rel="stylesheet" href="../resource/css/layout.css"/>
6   <!--[if IE]>
7   <link type="text/css" rel="stylesheet" href="../resource/css/layout_ie.css"/>
8   <![endif]-->
9   <style type="text/css">
10 *{
11   box-sizing: border-box;
12   -moz-box-sizing: border-box;
13   margin: 0;
14   padding: 0;
15 }
16
17 img{
18   box-sizing: content-box;
19   -moz-box-sizing: content-box;
20 }
21
22 #content{
23   margin: 40px 20px 0;
24   width: 400px;
25 }
26
27 h1{
28   font-size: 20px;
29   margin-bottom: 20px;
30 }
31
32 h2{
33   font-size: 14px;
34 }
35
36 a{
37   color: #335EA8;
38 }
39
40 li{
41   margin-left: 16px;
42   list-style: square;
43   margin-bottom: 20px;
44 }
45
46 p{
47   font-size: 12px;
48 }
49   </style>
50 </head>
51 <body>
52   <div id="demoHead">qooxdoo: <span>The new era of web interface development</span></div>
53   <div id="demoFoot"></div>
54
55   <div id="content" style="position:absolute;top:0px;left:0px">
56     <h1>qooxdoo <span>demo</demo></h1>
57
58     <ul>
59       <li>
60         <h2><a href="at-a-glance/index.html">At-a-Glance</a></h2>
61         <p>A good example for qooxdoo's versatility.</p>
62       </li>
63       <li>
64         <h2><a href="showcase/Showcase_1.html">Showcase</a></h2>
65         <p>Complex application-like interface using multiple qooxdoo widgets.</p>
66       </li>
67       <li>
68         <h2><a href="example/index.html">Example</a></h2>
69         <p>Easily to understand examples. The basic features of each qooxdoo widget is demonstrated in a separate example. This section is probably the one you are looking for!</p>
70       </li>
71       <li>
72         <h2><a href="test/index.html">Test</a></h2>
73         <p>These tests demonstrate internal functionality of qooxdoo. Not really useful for the typical qooxdoo user, but needed for developers to test some complex layout stuff, performance related problems and more. The tests may not always be up-to-date and functioning!</p>
74       </li>
75       <li>
76         <h2><a href="performance/index.html">Performance</a></h2>
77         <p>These tests are used to test performance of different javascript/qooxdoo rountines and allows them to compare them with each other</p>
78       </li>
79     </ul>
80   </div>
81 </body>
82 </html>