From 995309188819d5beded285919bcab2bb177a10b5 Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 8 Jul 2010 10:06:26 +0000 Subject: add src/ui folder for both Android and GWT UIs --- src/ui/gwt/www/editor/index.html | 36 ++++++++++++++++++++++++++++++++++++ src/ui/gwt/www/fridge/index.html | 36 ++++++++++++++++++++++++++++++++++++ src/ui/gwt/www/morpho/index.html | 36 ++++++++++++++++++++++++++++++++++++ src/ui/gwt/www/morpho/morpho.fcgi | 1 + src/ui/gwt/www/translate/index.html | 36 ++++++++++++++++++++++++++++++++++++ 5 files changed, 145 insertions(+) create mode 100644 src/ui/gwt/www/editor/index.html create mode 100644 src/ui/gwt/www/fridge/index.html create mode 100644 src/ui/gwt/www/morpho/index.html create mode 100644 src/ui/gwt/www/morpho/morpho.fcgi create mode 100644 src/ui/gwt/www/translate/index.html (limited to 'src/ui/gwt/www') diff --git a/src/ui/gwt/www/editor/index.html b/src/ui/gwt/www/editor/index.html new file mode 100644 index 000000000..6d1e36c92 --- /dev/null +++ b/src/ui/gwt/www/editor/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + Editor + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gwt/www/fridge/index.html b/src/ui/gwt/www/fridge/index.html new file mode 100644 index 000000000..b530946d5 --- /dev/null +++ b/src/ui/gwt/www/fridge/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + Fridge + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gwt/www/morpho/index.html b/src/ui/gwt/www/morpho/index.html new file mode 100644 index 000000000..9e3beabb6 --- /dev/null +++ b/src/ui/gwt/www/morpho/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + Morpho + + + + + + + + + + + + + + + + + + + + + diff --git a/src/ui/gwt/www/morpho/morpho.fcgi b/src/ui/gwt/www/morpho/morpho.fcgi new file mode 100644 index 000000000..8d1c8b69c --- /dev/null +++ b/src/ui/gwt/www/morpho/morpho.fcgi @@ -0,0 +1 @@ + diff --git a/src/ui/gwt/www/translate/index.html b/src/ui/gwt/www/translate/index.html new file mode 100644 index 000000000..8bad4c250 --- /dev/null +++ b/src/ui/gwt/www/translate/index.html @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + Translate + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3