File: we_library.html

package info (click to toggle)
libaws 20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,656 kB
  • sloc: ada: 95,505; python: 2,270; ansic: 1,017; makefile: 829; xml: 235; javascript: 202; java: 112; sh: 106
file content (55 lines) | stat: -rw-r--r-- 1,805 bytes parent folder | download | duplicates (8)
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
<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>