From 10c06a1968dbf39d8a3790077a3537b8323f36ff Mon Sep 17 00:00:00 2001 From: Derrell Lipman Date: Fri, 6 Oct 2006 15:40:18 +0000 Subject: r19141: add a reasonable subset of the qooxdoo runtime environment, and example applications (This used to be commit ff28ab7314ff1eebcd62f387678b816091af8121) --- .../apps/qooxdoo-examples/showcase/Showcase_1.html | 128 +++++++++++++++++++++ swat/apps/qooxdoo-examples/showcase/index.html | 18 +++ 2 files changed, 146 insertions(+) create mode 100644 swat/apps/qooxdoo-examples/showcase/Showcase_1.html create mode 100644 swat/apps/qooxdoo-examples/showcase/index.html (limited to 'swat/apps/qooxdoo-examples/showcase') diff --git a/swat/apps/qooxdoo-examples/showcase/Showcase_1.html b/swat/apps/qooxdoo-examples/showcase/Showcase_1.html new file mode 100644 index 0000000000..015c178579 --- /dev/null +++ b/swat/apps/qooxdoo-examples/showcase/Showcase_1.html @@ -0,0 +1,128 @@ + + + + qooxdoo » Demo + + + + + + + +
+

A small example how a webmail application can look and feel using qooxdoo.

+
+ + + + \ No newline at end of file diff --git a/swat/apps/qooxdoo-examples/showcase/index.html b/swat/apps/qooxdoo-examples/showcase/index.html new file mode 100644 index 0000000000..f9f55f8058 --- /dev/null +++ b/swat/apps/qooxdoo-examples/showcase/index.html @@ -0,0 +1,18 @@ + + + + qooxdoo » Demo + + + + + + + +
+

Please choose a showcase from above.

+
+ + \ No newline at end of file -- cgit