Files
aws/demos/web_elements/we_library.html
Pascal Obry 8bb5386fbd Reorganize web_elements demo sources.
For J702-004.
2010-07-04 17:07:31 +00:00

56 lines
1.8 KiB
HTML

<html>
<head><title>AWS Web Elements Library</title>
<style>
p { width: 500px; }
li { margin-top: 20px; }
</style>
</head>
<body>
<h1>The AWS Web Elements Library</h1>
<p>
This package shows examples of use for the AWS web elements library. All
these examples can easily be reused in your own designs.
</p>
<p>
We have tested these examples on several browsers among the major
ones. Each of the package lists exactly on what browsers it was
tested.
</p>
<p>
Some of these packages will also require javascript-enabled browsers.
</p>
<h2>Lists</h2>
<ul>
<li><a href="we_test_notebook.html">Notebooks</a>
<p>How to implement a notebook with style sheets and javascript<br>
See <tt><a href="/notebook/notebook.thtml">notebook.thtml</a></tt> for
more information.</p></li>
<li><a href="we_test_menu_css.html">CSS Menus</a></br>
<p>How to implement pure CSS menus (no javascript)</br>
See <tt><a href="/menu_css/menu.tcss">menu.tcss</a></tt> for more
information.</p></li>
</ul>
<h2>Boxes</h2>
<ul>
<li><a href="we_test_rounded_boxes.html">Rounded boxes</a></br>
<p>How to implement rounded boxes to display list of choices</br>
See <tt>
<a href="/rounded_boxes/rounded_boxes.tcss">rounded_boxes.tcss</a>
</tt> for more information.</p></li>
</ul>
<h2>Ajax</h2>
<ul>
<li><a href="we_test_ajax.html">Ajax demo</a></br>
<p>Ajax stand for <i>Asynchronous JavaScript language and XML</i>.
It is a set of development techniques for creating interactive web
applications. Properly combined it is possible to build Web based
applications that have an ergonomy very close to desktop ones.</p>
</li>
</ul>
</body>
</html>