From 636e046fd1cdf7a6f1a365e4f02f5bbc2f593c70 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 2 May 2011 05:58:47 +0000 Subject: Reformat, sort and refactor test and sample apps. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1098490 13f79535-47bb-0310-9956-ffa450edef68 --- .../modules/edit/apps/buzzprofile/app.composite | 54 -- .../trunk/modules/edit/apps/buzzprofile/app.html | 24 - .../trunk/modules/edit/apps/me360/app.composite | 146 ++-- sca-cpp/trunk/modules/edit/apps/me360/app.html | 75 -- .../trunk/modules/edit/apps/me360/htdocs/app.html | 75 ++ .../trunk/modules/edit/apps/nearme/app.composite | 572 +++++++------- sca-cpp/trunk/modules/edit/apps/nearme/app.html | 54 -- .../trunk/modules/edit/apps/nearme/htdocs/app.html | 54 ++ .../modules/edit/apps/ourphotos/app.composite | 158 ++-- sca-cpp/trunk/modules/edit/apps/ourphotos/app.html | 36 - .../modules/edit/apps/ourphotos/htdocs/app.html | 36 + .../modules/edit/apps/shoppingcart/app.composite | 830 ++++++++++----------- .../trunk/modules/edit/apps/shoppingcart/app.html | 72 -- .../modules/edit/apps/shoppingcart/htdocs/app.html | 72 ++ .../trunk/modules/edit/apps/slice/app.composite | 16 +- sca-cpp/trunk/modules/edit/apps/test/app.composite | 22 +- sca-cpp/trunk/modules/edit/apps/test/app.html | 20 - .../trunk/modules/edit/apps/test/htdocs/app.html | 20 + .../trunk/modules/edit/apps/testdb/app.composite | 100 +-- sca-cpp/trunk/modules/edit/apps/testdb/app.html | 24 - .../trunk/modules/edit/apps/testdb/htdocs/app.html | 24 + .../modules/edit/apps/testevents/app.composite | 204 ++--- .../trunk/modules/edit/apps/testevents/app.html | 57 -- .../modules/edit/apps/testevents/htdocs/app.html | 57 ++ .../trunk/modules/edit/apps/testhttp/app.composite | 122 +-- sca-cpp/trunk/modules/edit/apps/testhttp/app.html | 31 - .../modules/edit/apps/testhttp/htdocs/app.html | 31 + .../modules/edit/apps/testlogic/app.composite | 176 ++--- sca-cpp/trunk/modules/edit/apps/testlogic/app.html | 24 - .../modules/edit/apps/testlogic/htdocs/app.html | 24 + .../modules/edit/apps/testsearch/app.composite | 230 +++--- .../trunk/modules/edit/apps/testsearch/app.html | 24 - .../modules/edit/apps/testsearch/htdocs/app.html | 24 + .../modules/edit/apps/testsocial/app.composite | 220 +++--- .../trunk/modules/edit/apps/testsocial/app.html | 24 - .../modules/edit/apps/testsocial/htdocs/app.html | 24 + .../trunk/modules/edit/apps/testtext/app.composite | 232 +++--- sca-cpp/trunk/modules/edit/apps/testtext/app.html | 24 - .../modules/edit/apps/testtext/htdocs/app.html | 24 + .../trunk/modules/edit/apps/testurl/app.composite | 120 +-- sca-cpp/trunk/modules/edit/apps/testurl/app.html | 24 - .../modules/edit/apps/testurl/htdocs/app.html | 24 + .../modules/edit/apps/testvalues/app.composite | 614 +++++++-------- .../trunk/modules/edit/apps/testvalues/app.html | 27 - .../modules/edit/apps/testvalues/htdocs/app.html | 27 + .../modules/edit/apps/testwidgets/app.composite | 146 ++-- .../trunk/modules/edit/apps/testwidgets/app.html | 61 -- .../modules/edit/apps/testwidgets/htdocs/app.html | 61 ++ .../modules/edit/apps/testwidgets2/app.composite | 138 ++-- .../trunk/modules/edit/apps/testwidgets2/app.html | 86 --- .../modules/edit/apps/testwidgets2/htdocs/app.html | 86 +++ .../edit/palettes/control/palette.composite | 30 +- sca-cpp/trunk/modules/edit/store/all | 1 + sca-cpp/trunk/modules/edit/store/myapps | 1 - sca-cpp/trunk/modules/edit/store/tests | 1 - 55 files changed, 2685 insertions(+), 2798 deletions(-) delete mode 100644 sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite delete mode 100644 sca-cpp/trunk/modules/edit/apps/buzzprofile/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/me360/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/me360/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/nearme/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/ourphotos/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/ourphotos/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/shoppingcart/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/test/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/test/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testdb/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testdb/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testevents/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testevents/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testhttp/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testhttp/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testlogic/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testlogic/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testsearch/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testsearch/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testsocial/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testsocial/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testtext/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testtext/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testurl/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testurl/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testvalues/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testvalues/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testwidgets/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testwidgets/htdocs/app.html delete mode 100644 sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html create mode 100644 sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html create mode 100644 sca-cpp/trunk/modules/edit/store/all delete mode 100644 sca-cpp/trunk/modules/edit/store/myapps delete mode 100644 sca-cpp/trunk/modules/edit/store/tests (limited to 'sca-cpp/trunk/modules/edit') diff --git a/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite b/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite deleted file mode 100644 index 46ada96983..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.composite +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - https://buzzprofile.sca-store.com:8453/components/profile/jsdelfino - - - - - https://www.googleapis.com/buzz/v1/people/{0}/@self?alt=json - - diff --git a/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.html b/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.html deleted file mode 100644 index e0b04fe70a..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/buzzprofile/app.html +++ /dev/null @@ -1,24 +0,0 @@ - - -
- -

Test buzzprofile component

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/me360/app.composite b/sca-cpp/trunk/modules/edit/apps/me360/app.composite index fb03b89d3c..234c8cd61a 100644 --- a/sca-cpp/trunk/modules/edit/apps/me360/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/me360/app.composite @@ -17,19 +17,23 @@ * specific language governing permissions and limitations * under the License. --> - - - - - + + + + + + + - - - - - + + + + + + + - + @@ -37,20 +41,24 @@ - - - - - - - + + + + + + + + + + - - - - buzz + + + + + - + @@ -58,76 +66,62 @@ - - - - - - - + + + + + fbprofile - - - - + + + + + twitprofile - - - - - + + + + + buzzprofile + + + + + + + - + - https://www.googleapis.com/buzz/v1/people/{0}/@self?alt=json - - - - - - - - - - - - - - - + 100001053301307 - + - 100001053301307 + jsdelfino - - - - - fbprofile + + + + https://www.googleapis.com/buzz/v1/people/{0}/@self?alt=json - + jsdelfino - + jsdelfino - - - - - twitprofile - - - - - - buzzprofile + + + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/me360/app.html b/sca-cpp/trunk/modules/edit/apps/me360/app.html deleted file mode 100644 index 31ed5e58bd..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/me360/app.html +++ /dev/null @@ -1,75 +0,0 @@ - - -
- -

Me360

-
- - Facebook - - - Twitter - - - - - - - - - - - - - -
table...
......
-
- - - - - - - - - - - - -
table...
......
-
- - Buzz - - - - - - - - - - - - - -
table...
......
-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/me360/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/me360/htdocs/app.html new file mode 100644 index 0000000000..84427a8ce9 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/me360/htdocs/app.html @@ -0,0 +1,75 @@ + + +
+ + Twitter + + + Buzz + + + + + + + + + + + + + +
table...
......
+
+ + + + + + + + + + + + +
table...
......
+
+ +

Me360

+
+ + Facebook + + + + + + + + + + + + + +
table...
......
+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/nearme/app.composite b/sca-cpp/trunk/modules/edit/apps/nearme/app.composite index d81de55232..dbe637538a 100644 --- a/sca-cpp/trunk/modules/edit/apps/nearme/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/nearme/app.composite @@ -17,428 +17,428 @@ * specific language governing permissions and limitations * under the License. --> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - + + + + + - + - + - + - + - - - - /components/map + + + + + - - - - + + + + + + + + + + + + - + - - + + - + - - - - - - - - - - - - + - - + + - + - - - - - - - - - - - - - latitude - - - - - - friend2 - - - - - - friend3 - - - - - - friend1 - - - - - - - x - - - - - - 1 - - - - - - 2 - - - - - - 3 - - - - - - - - - - - - - - - - - + + - + - - - - - - + - - + + - + - + - - + + - + + + + + + + + + + + + + + + + + + + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + getlocs + + + + + getlocs + + + + + nearme + + + + + nearme + + + + + + + + + + + + + + + 5000 + + + + + longitude + + + + + + latitude + + + friend1 - + friend2 - + friend3 - - - - green + + + + friend1 + - - - - - - - - + + + + friend2 + - - - - - time2 + + + + friend3 + + + + + + - + - - time1 + + me - + mapimg - + - - mytime + + x - + - - me + + 1 - + - - time3 + + 2 - - - - getlocs + + + + + 3 - - - - - + + + + + time3 - - - - - + + + + + time2 - - - - - - - + + + + + time1 - - - - - + + + + + mytime - + - - - - - - - - - - - - - - - - - - - - - - - - - - - nearme - - - - - getlocs - - - - - nearme - - - - - - + + + + - - - - - + + + + %a %b %d, %I:%M %p - - - - 5000 + + + + /components/map - - - - - + + + + green - - - - - + + + + - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - longitude - + + + + - - - - + + + + - - - - %a %b %d, %I:%M %p + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/nearme/app.html b/sca-cpp/trunk/modules/edit/apps/nearme/app.html deleted file mode 100644 index 364a46a1c8..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/nearme/app.html +++ /dev/null @@ -1,54 +0,0 @@ - - -
- -

Nearme

-
- -

me

-
- - - - - - - - - - - last seen... - - - last seen... - - - last seen... - - - updating... - - - - - - My friends - -
diff --git a/sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html new file mode 100644 index 0000000000..1077688b6c --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/nearme/htdocs/app.html @@ -0,0 +1,54 @@ + + +
+ +

Nearme

+
+ +

me

+
+ + updating... + + + My friends + + + + + + last seen... + + + + + + last seen... + + + + + + last seen... + + + + +
diff --git a/sca-cpp/trunk/modules/edit/apps/ourphotos/app.composite b/sca-cpp/trunk/modules/edit/apps/ourphotos/app.composite index 2031da70f5..8d27c3b6c8 100644 --- a/sca-cpp/trunk/modules/edit/apps/ourphotos/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/ourphotos/app.composite @@ -17,82 +17,57 @@ * specific language governing permissions and limitations * under the License. --> - - - - - 61049883@N06 - - - - - jsdelfino - - - - - - - - - - - image - - - - - image - - - - - - - + + + - + + + + + + + + + - + - - - - - images + + + + + - - - - - - - + + + + src - - - - <img src="{0}" width="320"/> + + + + m - + - src + image - + @@ -100,39 +75,64 @@ - - - - m + + + + + images - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + <img src="{0}" width="320"/> + + + + + jsdelfino - + + + + 61049883@N06 + + + + + image + + - + - - - - - - - - - - - - diff --git a/sca-cpp/trunk/modules/edit/apps/ourphotos/app.html b/sca-cpp/trunk/modules/edit/apps/ourphotos/app.html deleted file mode 100644 index 5b2645db8b..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/ourphotos/app.html +++ /dev/null @@ -1,36 +0,0 @@ - - -
- -

Our Photos

-
- - - - - - - - - - -
list
...
-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/ourphotos/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/ourphotos/htdocs/app.html new file mode 100644 index 0000000000..489e6fe825 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/ourphotos/htdocs/app.html @@ -0,0 +1,36 @@ + + +
+ +

Our Photos

+
+ + + + + + + + + + +
list
...
+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/shoppingcart/app.composite b/sca-cpp/trunk/modules/edit/apps/shoppingcart/app.composite index 8cec2914ba..919a79f0f0 100644 --- a/sca-cpp/trunk/modules/edit/apps/shoppingcart/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/shoppingcart/app.composite @@ -17,94 +17,225 @@ * specific language governing permissions and limitations * under the License. --> - - - - - - - - - + - + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + - - + + + + + + + + + + + + - - - - + + + + + - - - - - + + + + + - - - - - + + + + + + - - - - getcart + + + + + + - - - - - + + + + + - - - - - message + + + + + - - - - - message + + + + + - - + + + + + + + - + - + - - - + + + - + @@ -112,15 +243,7 @@ - - - - - - - - - + @@ -129,449 +252,316 @@ - - - - total - - - - - 2.99 - - - - - - Mango - - - - - - Passion - - - - - 3.55 - - - - - 1.55 - - - - - - - - - - - - + + + + + + + - - - - catalog + + + + + + + - - - - - + + + + + - + fruit - - - - - - - + - cataloghtml + total - + - fruit - - - - - - - - - - - fruit - - - - - fruit + total - + getcart - - - - - - - - - - - - - - + - carthtml - - - - - emptyCart - - - - - Your order has been processed. Your total: ${1} - - - - - sum + order - + getcart - - - - ${1} - {0} - - - - - - - - - - - - - - - - - - - + - total + carthtml - + - carthtml - - - - - - cart - - - - - - - - - - - - - - - - - - - putresult - - - - - - Kiwi - - - - - - delresult - - - - - price - - - - - - total - - - - - - - - - - - - - - - - - - + order - + - order + carthtml - - - - - + + + + total - + - carthtml + catalog - - - - - + + + + catalog - + total - + - order + fruit - - - - - + + + + getcart - - - - <span id="fruit" class="checkbox"><input type="checkbox" value="{0}"/>${1} - {0}</span> + + + + emptyCart - + - catalog + cataloghtml - - - - - catalog + + + + carthtml + + + + + 2.99 + + + + + 3.55 + + + + + 2 + + + + + 1.55 + + + + + - + fruit - - - - - + + + + + catalog - - - - - + + + + + Kiwi - - - - - + + + + + delresult - - - - - + + + + + sendresult - - - - - - + + + + + total - - - - - + + + + + message - - - - - + + + + + message - - - - total + + + + + cart - - - - - + + + + + putresult - - - - - - - + + + + + Mango - - - - Welcome to my online store + + + + + Passion + + + + + + + - + - - - - 2 + + + + + + + - - - - - + + + + + + - - - - - + + + + - - - - + + + + xmppsca.1@gmail.com - - - - - + + + + Welcome to my online store - + xmppsca.2@gmail.com - - - - - - - - - - - - - - - - - - - - - sendresult - - - - - - + + + + Your order has been processed. Your total: ${1} - - - - - - - + + + + <span id="fruit" class="checkbox"><input type="checkbox" value="{0}"/>${1} - {0}</span> - + - xmppsca.1@gmail.com + ${1} - {0} - + xmpp4sca + + + + + + + + + + + + + + + + + + + + + + + + fruit + + + + + fruit + + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/shoppingcart/app.html b/sca-cpp/trunk/modules/edit/apps/shoppingcart/app.html deleted file mode 100644 index 4a7bc1557b..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/shoppingcart/app.html +++ /dev/null @@ -1,72 +0,0 @@ - - -
- - Welcome - - - Your Cart: - - - Catalog - - - - - - - - - - - -
list
...
-
- - - - - - - - - - -
list
...
-
- -

Shopping Cart

-
- - - - - - - - - - - $ - - - 0 - -
diff --git a/sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html new file mode 100644 index 0000000000..7d32ddd5b7 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html @@ -0,0 +1,72 @@ + + +
+ + Welcome + + + Your Cart: + + + Catalog + + + + + + + + + + + +
list
...
+
+ + + + + + + + + + +
list
...
+
+ +

Shopping Cart

+
+ + + + + + + + + + + $ + + + 0 + +
diff --git a/sca-cpp/trunk/modules/edit/apps/slice/app.composite b/sca-cpp/trunk/modules/edit/apps/slice/app.composite index 009b31b3b6..ba16436c3e 100644 --- a/sca-cpp/trunk/modules/edit/apps/slice/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/slice/app.composite @@ -17,23 +17,23 @@ * specific language governing permissions and limitations * under the License. --> - - + + + 0 - + slice - - - - - + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/test/app.composite b/sca-cpp/trunk/modules/edit/apps/test/app.composite index 37abe589ad..7e4828573a 100644 --- a/sca-cpp/trunk/modules/edit/apps/test/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/test/app.composite @@ -17,29 +17,11 @@ * specific language governing permissions and limitations * under the License. --> - + - + Hello World - - - - - - - - - - - - - - - - - - diff --git a/sca-cpp/trunk/modules/edit/apps/test/app.html b/sca-cpp/trunk/modules/edit/apps/test/app.html deleted file mode 100644 index 5c7c7219bb..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/test/app.html +++ /dev/null @@ -1,20 +0,0 @@ - - -
diff --git a/sca-cpp/trunk/modules/edit/apps/test/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/test/htdocs/app.html new file mode 100644 index 0000000000..5c7c7219bb --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/test/htdocs/app.html @@ -0,0 +1,20 @@ + + +
diff --git a/sca-cpp/trunk/modules/edit/apps/testdb/app.composite b/sca-cpp/trunk/modules/edit/apps/testdb/app.composite index 1a764eb20e..ddad3cd7a1 100644 --- a/sca-cpp/trunk/modules/edit/apps/testdb/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testdb/app.composite @@ -17,81 +17,81 @@ * specific language governing permissions and limitations * under the License. --> - - - - - testkey - - - - - - - - - - - testvalue + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - + - + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + testkey + + + + + testvalue + + testkey - + testkey diff --git a/sca-cpp/trunk/modules/edit/apps/testdb/app.html b/sca-cpp/trunk/modules/edit/apps/testdb/app.html deleted file mode 100644 index 734ec8f687..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testdb/app.html +++ /dev/null @@ -1,24 +0,0 @@ - - -
- -

Test db components

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/testdb/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testdb/htdocs/app.html new file mode 100644 index 0000000000..734ec8f687 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testdb/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test db components

+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/testevents/app.composite b/sca-cpp/trunk/modules/edit/apps/testevents/app.composite index 04c6eea787..ffe17c3cd4 100644 --- a/sca-cpp/trunk/modules/edit/apps/testevents/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testevents/app.composite @@ -17,155 +17,155 @@ * specific language governing permissions and limitations * under the License. --> - - + + + + + + + + + + - cancel button clicked + abc - - - - timer fired + + + + + - - - - page opens + + + + - - - - - status + + + + - - - - ok button clicked + + + + + + - - - - - testtext + + + + + + - - - - + + + + compxyz - + + + + 3000 + + testfield - - - - - - - - + + + + - - - - 3000 + + + + + status - + status - + - - location - - - - - - - - + + status - + - + status - - - - - + + + + + testtext + + + + + + location + + + + + - - - - - - - - - + - - + - - - - - status - - + - abc + page opens - - - - - + + + + xyz - - - - - + + + + ok button clicked - + - xyz + cancel button clicked - - - - - - + + + + timer fired - - - - compxyz + + + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/testevents/app.html b/sca-cpp/trunk/modules/edit/apps/testevents/app.html deleted file mode 100644 index 94ffd7a609..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testevents/app.html +++ /dev/null @@ -1,57 +0,0 @@ - - -
- - - - - - - - Latitude: - - - text - - - text - - - Longitude: - - - Field value: - - - text - - - Status: - - - text - - - - - -

Test events

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/testevents/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testevents/htdocs/app.html new file mode 100644 index 0000000000..36b07205c7 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testevents/htdocs/app.html @@ -0,0 +1,57 @@ + + +
+ + + + + + + + Latitude: + + + text + + + text + + + Longitude: + + + Field value: + + + text + + + Status: + + + text + + + + + +

Test events

+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/testhttp/app.composite b/sca-cpp/trunk/modules/edit/apps/testhttp/app.composite index d403fcb32a..f9955c5640 100644 --- a/sca-cpp/trunk/modules/edit/apps/testhttp/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testhttp/app.composite @@ -17,114 +17,114 @@ * specific language governing permissions and limitations * under the License. --> - + - + + + + + + + + + + + + - - + - - + - - - - http://www.weather.gov/forecasts/xml/sample_products/browser_interface/ndfdXMLclient.php?whichClient=NDFDgen&lat=38.99&lon=-77.01&listLatLon=&lat1=&lon1=&lat2=&lon2=&resolutionSub=&listLat1=&listLon1=&listLat2=&listLon2=&resolutionList=&endPoint1Lat=&endPoint1Lon=&endPoint2Lat=&endPoint2Lon=&listEndPoint1Lat=&listEndPoint1Lon=&listEndPoint2Lat=&listEndPoint2Lon=&zipCodeList=&listZipCodeList=&centerPointLat=&centerPointLon=&distanceLat=&distanceLon=&resolutionSquare=&listCenterPointLat=&listCenterPointLon=&listDistanceLat=&listDistanceLon=&listResolutionSquare=&citiesLevel=&listCitiesLevel=&sector=&gmlListLatLon=&featureType=&requestedTime=&startTime=&endTime=&compType=&propertyName=&product=time-series&begin=2004-01-01T00%3A00%3A00&end=2015-03-10T00%3A00%3A00&maxt=maxt&Submit=Submit - - - - - http://maps.googleapis.com/maps/api/directions/json?origin=Boston,MA&destination=Concord,MA&waypoints=Charlestown,MA|Lexington,MA&sensor=false - - - + - - - - http://feedproxy.google.com/TechCrunch - - - - - http://www.google.com - - - + - - - - cnn.com - - - + - - - - https://chart.googleapis.com/chart?cht=p3&chs=250x100&chd=t:60,40&chl=Hello|World + + + + - - + + + + + + + - + - - - - + + + + http://www.google.com + + + + + http://maps.googleapis.com/maps/api/directions/json?origin=Boston,MA&destination=Concord,MA&waypoints=Charlestown,MA|Lexington,MA&sensor=false + + + + + http://www.weather.gov/forecasts/xml/sample_products/browser_interface/ndfdXMLclient.php?whichClient=NDFDgen&lat=38.99&lon=-77.01&listLatLon=&lat1=&lon1=&lat2=&lon2=&resolutionSub=&listLat1=&listLon1=&listLat2=&listLon2=&resolutionList=&endPoint1Lat=&endPoint1Lon=&endPoint2Lat=&endPoint2Lon=&listEndPoint1Lat=&listEndPoint1Lon=&listEndPoint2Lat=&listEndPoint2Lon=&zipCodeList=&listZipCodeList=&centerPointLat=&centerPointLon=&distanceLat=&distanceLon=&resolutionSquare=&listCenterPointLat=&listCenterPointLon=&listDistanceLat=&listDistanceLon=&listResolutionSquare=&citiesLevel=&listCitiesLevel=&sector=&gmlListLatLon=&featureType=&requestedTime=&startTime=&endTime=&compType=&propertyName=&product=time-series&begin=2004-01-01T00%3A00%3A00&end=2015-03-10T00%3A00%3A00&maxt=maxt&Submit=Submit + + + + + http://feedproxy.google.com/TechCrunch - + cnn.com - - - - + + + + https://chart.googleapis.com/chart?cht=p3&chs=250x100&chd=t:60,40&chl=Hello|World - + - + cnn.com - + (CNN) - - - - - + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/testhttp/app.html b/sca-cpp/trunk/modules/edit/apps/testhttp/app.html deleted file mode 100644 index 2faf6fa886..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testhttp/app.html +++ /dev/null @@ -1,31 +0,0 @@ - - -
- -

Test HTTP components

-
- - - - frame ... - - - -
diff --git a/sca-cpp/trunk/modules/edit/apps/testhttp/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testhttp/htdocs/app.html new file mode 100644 index 0000000000..ddbd0ebc48 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testhttp/htdocs/app.html @@ -0,0 +1,31 @@ + + +
+ +

Test HTTP components

+
+ + + + frame ... + + + +
diff --git a/sca-cpp/trunk/modules/edit/apps/testlogic/app.composite b/sca-cpp/trunk/modules/edit/apps/testlogic/app.composite index a5ab623b3c..d9b209fe10 100644 --- a/sca-cpp/trunk/modules/edit/apps/testlogic/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testlogic/app.composite @@ -17,134 +17,134 @@ * specific language governing permissions and limitations * under the License. --> - + + + + + + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + + 5 - - - - greater than 5 - - - - - not greater than 5 - - + 3 - - - - - - + + + + 5 - - - - - - + + + + 5 - + 5 - - - - - - + + + + 0.5 - + - 5 + 0.5 - - - - + + + - - - - - - + + + + - + - 3.14116 * 5 * 5 + greater than 5 - + - 3.14116 * ref.get(r) * ref.get(r) + not greater than 5 - - - - 5 + + + + 3.14116 * 5 * 5 - + - val = 3.14116 * ref.get(r) * ref.get(r) + 3.14116 * ref.get(r) * ref.get(r) - + http://people.apache.org/~jsdelfino/tuscany/test/surface.py - - - - - - - - - - - - - - - 0.5 - - - - - - - - - - - 0.5 + + + + val = 3.14116 * ref.get(r) * ref.get(r) diff --git a/sca-cpp/trunk/modules/edit/apps/testlogic/app.html b/sca-cpp/trunk/modules/edit/apps/testlogic/app.html deleted file mode 100644 index c2dc3a21c2..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testlogic/app.html +++ /dev/null @@ -1,24 +0,0 @@ - - -
- -

Test logic components

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/testlogic/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testlogic/htdocs/app.html new file mode 100644 index 0000000000..c2dc3a21c2 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testlogic/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test logic components

+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/testsearch/app.composite b/sca-cpp/trunk/modules/edit/apps/testsearch/app.composite index dc6a42753c..3846266b74 100644 --- a/sca-cpp/trunk/modules/edit/apps/testsearch/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testsearch/app.composite @@ -17,57 +17,29 @@ * specific language governing permissions and limitations * under the License. --> - + + + + + - - - - - - - - - - - - - - - - - - - - 94070 - - - - - - - + + + + + + + - - - - 94070 - - - + - - - - http://maps.google.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=14&size=512x512&maptype=roadmap%20&markers=color:blue|label:S|40.702147,-74.015794&markers=color:green|label:G|40.711614,-74.012318%20&markers=color:red|color:red|label:C|40.718217,-73.998284&sensor=false - - - + @@ -75,8 +47,7 @@ - - + @@ -84,123 +55,152 @@ - - - - -122.260526 + + + + + + + - - - - green + + + + + + + - - - - green + + + + + + + + + + + + - + + + + 94070 + + 37.507156 - - - - - + + + + -122.260526 + + + + + + + + + + + + - + A - - - - - - - - - + A - - - - - - - + B - - - - - + + + + apache tuscany - + - yellow + apache tuscany - + - San Francisco, CA + 94070 - + - San Carlos, CA + http://maps.google.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=14&size=512x512&maptype=roadmap%20&markers=color:blue|label:S|40.702147,-74.015794&markers=color:green|label:G|40.711614,-74.012318%20&markers=color:red|color:red|label:C|40.718217,-73.998284&sensor=false - - - - - - + + + + green - - - - - - - - + + + + San Francisco, CA - + - apache tuscany + San Carlos, CA - + - apache tuscany + yellow + + + + + green - + apache tuscany - - - - - + + + + + + + + + + + + + + + + + + + + - + diff --git a/sca-cpp/trunk/modules/edit/apps/testsearch/app.html b/sca-cpp/trunk/modules/edit/apps/testsearch/app.html deleted file mode 100644 index 3760a04794..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testsearch/app.html +++ /dev/null @@ -1,24 +0,0 @@ - - -
- -

Test search components

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/testsearch/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testsearch/htdocs/app.html new file mode 100644 index 0000000000..3760a04794 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testsearch/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test search components

+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite b/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite index 26642deccb..ad7c983098 100644 --- a/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testsocial/app.composite @@ -17,60 +17,10 @@ * specific language governing permissions and limitations * under the License. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 100001053301307 - - - - - jsdelfino - - - - - jsdelfino - - - - - jsdelfino - - - - - - - - - - + + + + @@ -78,102 +28,152 @@ - - - - jsdelfino + + + + + - - - - - - - + + + + + - - - - - name + + + + + + + + + - + + + + + twitprofile - + + + + + name + + twittimeline - + twitfriends - + twitfollowers - - - - - - - - - + + + + + + + + + + + + + + - + - xmppsca.2@gmail.com + 100001053301307 - + - Hello, the time is {0} + jsdelfino - - - + + + + jsdelfino - - - - - + + + + jsdelfino - - - - - + + + + jsdelfino - - - - - - - - + + + + xmppsca.2@gmail.com + + + + + Hello, the time is {0} - + xmppsca.1@gmail.com - + xmpp4sca + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/testsocial/app.html b/sca-cpp/trunk/modules/edit/apps/testsocial/app.html deleted file mode 100644 index 9630d36d0f..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testsocial/app.html +++ /dev/null @@ -1,24 +0,0 @@ - - -
- -

Test social components

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/testsocial/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testsocial/htdocs/app.html new file mode 100644 index 0000000000..9630d36d0f --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testsocial/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test social components

+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/testtext/app.composite b/sca-cpp/trunk/modules/edit/apps/testtext/app.composite index 56cde3999c..22436f5019 100644 --- a/sca-cpp/trunk/modules/edit/apps/testtext/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testtext/app.composite @@ -17,200 +17,200 @@ * specific language governing permissions and limitations * under the License. --> - + - + + + + + + + + + - - - - - - + + + + + - - + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + a + + + + + + b + + - - - - - - - - - - - + + + + + - + abc - + - ABC + cd - + - abcxdefxghi + x - + - x + abcxdefxghi - + - y + The {0} brown {1} - + - abcdef + The {a} brown {b} - + - cd + quick - + - x + fox - + - x + quick - + - abcxdefxghi - - - - - - - + fox - + - abc + city (.*) state (.*) - + - def - - - - - - - - - - - - - - + ABC - + - The {0} brown {1} - - - - - - - + city San Francisco state CA - + - quick + abcxdefxghi - + - fox + x - + - The {a} brown {b} - - - - - - - - - - - - - - + y - + - city San Francisco state CA + x - + - city (.*) state (.*) - - - - - - a + abc - + - quick - - - - - - b + def - + - fox + abcdef + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/testtext/app.html b/sca-cpp/trunk/modules/edit/apps/testtext/app.html deleted file mode 100644 index 99f719ef40..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testtext/app.html +++ /dev/null @@ -1,24 +0,0 @@ - - -
- -

Test text processing components

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/testtext/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testtext/htdocs/app.html new file mode 100644 index 0000000000..99f719ef40 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testtext/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test text processing components

+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/testurl/app.composite b/sca-cpp/trunk/modules/edit/apps/testurl/app.composite index 6cda648ac1..2bb49a9e81 100644 --- a/sca-cpp/trunk/modules/edit/apps/testurl/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testurl/app.composite @@ -17,56 +17,25 @@ * specific language governing permissions and limitations * under the License. --> - + + - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - + + + - - - - - - - - - - - http://sca-store.com/ + + + + - + @@ -76,47 +45,78 @@ - - - - test + + + + 123 - - - - path + + + + - + + + + + + parmx - + parmy - + parmn - - - - 123 + + + + - + - yy + http://sca-store.com/ - + + + + test + + + + + path + + xx + + + + yy + + + + + + + + + + + + diff --git a/sca-cpp/trunk/modules/edit/apps/testurl/app.html b/sca-cpp/trunk/modules/edit/apps/testurl/app.html deleted file mode 100644 index 9641f58ba5..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testurl/app.html +++ /dev/null @@ -1,24 +0,0 @@ - - -
- -

Test url components

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/testurl/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testurl/htdocs/app.html new file mode 100644 index 0000000000..9641f58ba5 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testurl/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test url components

+
+
diff --git a/sca-cpp/trunk/modules/edit/apps/testvalues/app.composite b/sca-cpp/trunk/modules/edit/apps/testvalues/app.composite index 8de688216a..6793aceef1 100644 --- a/sca-cpp/trunk/modules/edit/apps/testvalues/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testvalues/app.composite @@ -17,436 +17,436 @@ * specific language governing permissions and limitations * under the License. --> - + + + + + + + + - - - - abc - + + + + + + - - - + + + + + + + + - - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + * + + + + + + + + abc + + + + + nb + + d - - - - - + + + + sum - + + + + i + + + + + a.b + + + + + + - 0 + 12 - + 10 - - - - - - - - - - - - - - - - - - - - - - - - - + - 3 - - - - - nb + 123 - + 0 - + 10 - + - 2 - - - - - sum - - - - - i - - - - - * - - - - - - - - nb - - - - - - - + 0 - + 123 - + 456 - - - - + + + + 0 - + - 12 + 10 - + + + + 2 + + 34 - - - - + + + + 3 - - - - - - + + + + 0 - - - - - - + + + + + a - - - - a.b + + + + + a - - - - - - + + + + + entry - + - - a + + entry - - - - abc + + + + + test - + d - - - - def - - + ccc - - - - ccc - - + b - - - - bbb - - - - - CCC - - - - - 123 - - - - - BBB - - + - - b + + c - + c - + - - c + + b - + a - - - - - - - - - - - - - - - - - - - - - - + x - - - - - - - - - - - - - - - - - - hello + + + + + - - - - - entry + + + + + - - - - - - + + + + + - - - - - + + + + + + + + - - - - abc + + + + - - - - - entry + + + + - - - - - test + + + + + - - + - - - - 0 + + + + + + - - - - 10 + + + + xyz - - - - - + + + + bbb - + - xyz + abc - - - - - - - + + + + def - - - - - - + + + + ccc - - - - - - - - - + + + + BBB - - - - i + + + + hello - - - - + - - - + + + + CCC - - - - - + + + + abc - - - - 0 + + + - - - + + + + nb + + + + sum - - - - - a + + + + i diff --git a/sca-cpp/trunk/modules/edit/apps/testvalues/app.html b/sca-cpp/trunk/modules/edit/apps/testvalues/app.html deleted file mode 100644 index 9ac6e55434..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testvalues/app.html +++ /dev/null @@ -1,27 +0,0 @@ - - -
- - text - - -

Test values and lists

-
-
diff --git a/sca-cpp/trunk/modules/edit/apps/testvalues/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testvalues/htdocs/app.html new file mode 100644 index 0000000000..97889b7a9d --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testvalues/htdocs/app.html @@ -0,0 +1,27 @@ + + +
+ +

Test values and lists

+
+ + text + +
diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets/app.composite b/sca-cpp/trunk/modules/edit/apps/testwidgets/app.composite index 27e93dc15f..6b08e18f3b 100644 --- a/sca-cpp/trunk/modules/edit/apps/testwidgets/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testwidgets/app.composite @@ -17,132 +17,132 @@ * specific language governing permissions and limitations * under the License. --> - - + + + + + + + + + + + + + + + + + testpath2 - - - - test path + + + + + testh1 - + testpath1 - + testimg - - - - http://tuscany.apache.org/images/TuscanyLogo.jpg - - + testtext - - - - test text - - + testlink - - - - http://tuscany.apache.org - - + testcheckbox - - - - test checkbox - - + testentry - - - - test entry field - - + testbutton - - - - test button - - + testsection - + + + + + + + + - test section + test header 1 - - - - - testh1 + + + + test button - + - test header 1 + test entry field - - - - - - - - - - - - - + + + + http://tuscany.apache.org - - - - - - - + + + + test checkbox + + + + + http://tuscany.apache.org/images/TuscanyLogo.jpg + + + + + test section + + + + + test text + + + + + test path diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets/app.html b/sca-cpp/trunk/modules/edit/apps/testwidgets/app.html deleted file mode 100644 index ce561f3a98..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testwidgets/app.html +++ /dev/null @@ -1,61 +0,0 @@ - - -
- - - - - section - - - text - - - - checkbox - - - - link - - - - text - - -

Header1

-
- - - Apache - - - - - http://www.apache.org/ - - - - - - - - -
diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testwidgets/htdocs/app.html new file mode 100644 index 0000000000..ff255ee45d --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testwidgets/htdocs/app.html @@ -0,0 +1,61 @@ + + +
+ +

Header1

+
+ + section + + + + + + + + + + + + + checkbox + + + + http://www.apache.org/ + + + + + link + + + + + Apache + + + + text + + + text + +
diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.composite b/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.composite index 1fc61a4f22..1a14eec510 100644 --- a/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.composite +++ b/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.composite @@ -17,114 +17,114 @@ * specific language governing permissions and limitations * under the License. --> - - - - - http://www.apache.org/ + + + + + + + + + + + - - - - Apache + + + + + + - - - - http://www.cnn.com + + + + + + + + + + + 1 + + + + + 2 - + testframe - - - - - - - - + testlink - + testhtml - - - - <b>test bold text</b> - - + testlist1 - - - - test value - - + testlist2 - - - - - - - - + a - - - - 1 - - - - - 2 - - + b - - - - - - - - - - - - - - - + + + + + + + + test value + + + + + <b>test bold text</b> + + + + + http://www.apache.org/ + + + + + Apache + + + + + http://www.cnn.com + diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html b/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html deleted file mode 100644 index b20cf24c02..0000000000 --- a/sca-cpp/trunk/modules/edit/apps/testwidgets2/app.html +++ /dev/null @@ -1,86 +0,0 @@ - - -
- -

Test widget components

-
- - - - - - - - - - - - -
table...
......
-
- - - - - - - - - - - - -
table...
......
-
- - - - - - - - - - - - -
table...
......
-
- - text - - - - link - - - - - - frame ... - - - - - - -
diff --git a/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html new file mode 100644 index 0000000000..2bf6593f02 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/apps/testwidgets2/htdocs/app.html @@ -0,0 +1,86 @@ + + +
+ +

Test widget components

+
+ + + + + + + + + + + + +
table...
......
+
+ + + + + + + + + + + + +
table...
......
+
+ + + + + + + + + + + + +
table...
......
+
+ + text + + + + + + + link + + + + + + frame ... + + + +
diff --git a/sca-cpp/trunk/modules/edit/palettes/control/palette.composite b/sca-cpp/trunk/modules/edit/palettes/control/palette.composite index fbc27c0bfe..1ab4d4a54f 100644 --- a/sca-cpp/trunk/modules/edit/palettes/control/palette.composite +++ b/sca-cpp/trunk/modules/edit/palettes/control/palette.composite @@ -22,25 +22,25 @@ targetNamespace="http://control" name="palette"> - - + + - + - - - - + + + + - - - - + + + + @@ -51,10 +51,10 @@ - - - - + + + + diff --git a/sca-cpp/trunk/modules/edit/store/all b/sca-cpp/trunk/modules/edit/store/all new file mode 100644 index 0000000000..402b4260e4 --- /dev/null +++ b/sca-cpp/trunk/modules/edit/store/all @@ -0,0 +1 @@ +((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "An empty test app") (id "test")) (entry (title "Test values and lists") (id "testvalues")) (entry (title "Test social components") (id "testsocial")) (entry (title "Test URL components") (id "testurl")) (entry (title "Test logic components") (id "testlogic")) (entry (title "Test text processing components") (id "testtext")) (entry (title "Test HTTP components") (id "testhttp")) (entry (title "Test widgets") (id "testwidgets")) (entry (title "Test more widgets") (id "testwidgets2")) (entry (title "Test event components") (id "testevents")) (entry (title "Test search components") (id "testsearch")) (entry (title "Test database components") (id "testdb"))) diff --git a/sca-cpp/trunk/modules/edit/store/myapps b/sca-cpp/trunk/modules/edit/store/myapps deleted file mode 100644 index 7fd59364cf..0000000000 --- a/sca-cpp/trunk/modules/edit/store/myapps +++ /dev/null @@ -1 +0,0 @@ -((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "My online store") (id "shoppingcart")) (entry (title "Slice") (id "slice"))) diff --git a/sca-cpp/trunk/modules/edit/store/tests b/sca-cpp/trunk/modules/edit/store/tests deleted file mode 100644 index 3872b753cd..0000000000 --- a/sca-cpp/trunk/modules/edit/store/tests +++ /dev/null @@ -1 +0,0 @@ -((entry (title "An empty test app") (id "test")) (entry (title "Test values and lists") (id "testvalues")) (entry (title "Test social components") (id "testsocial")) (entry (title "Test URL components") (id "testurl")) (entry (title "Test logic components") (id "testlogic")) (entry (title "Test text processing components") (id "testtext")) (entry (title "Test HTTP components") (id "testhttp")) (entry (title "Test widgets") (id "testwidgets")) (entry (title "Test more widgets") (id "testwidgets2")) (entry (title "Test event components") (id "testevents")) (entry (title "Test search components") (id "testsearch")) (entry (title "Test database components") (id "testdb"))) -- cgit v1.2.3