From dc15dc32bb3348c760ba3643c083af7e0c8e43fe Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 25 Dec 2010 01:49:19 +0000 Subject: Create a sandbox branch to experiment with latest APR. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1052740 13f79535-47bb-0310-9956-ffa450edef68 --- .../apr-2/samples/store-python/htdocs/index.html | 150 +++++++++++++++++++++ .../samples/store-python/htdocs/login/index.html | 40 ++++++ .../samples/store-python/htdocs/logout/index.html | 33 +++++ .../store-python/htdocs/test/items-result.txt | 1 + 4 files changed, 224 insertions(+) create mode 100644 sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/index.html create mode 100644 sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/login/index.html create mode 100644 sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/logout/index.html create mode 100644 sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/test/items-result.txt (limited to 'sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs') diff --git a/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/index.html b/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/index.html new file mode 100644 index 0000000000..3945e45bb7 --- /dev/null +++ b/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/index.html @@ -0,0 +1,150 @@ + + + +Store + + + + + + + + +

Store

+
+

Catalog

+
+
+
+ +
+
+ +

Your Shopping Cart

+
+
+
+
+
+ + +(feed) +
+
+ + + diff --git a/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/login/index.html b/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/login/index.html new file mode 100644 index 0000000000..3f312e4ca4 --- /dev/null +++ b/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/login/index.html @@ -0,0 +1,40 @@ + + +

Sign in

+ + + +
+ + + + +
Username:
Password:
+ +
+ + + diff --git a/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/logout/index.html b/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/logout/index.html new file mode 100644 index 0000000000..1ac6e39a1c --- /dev/null +++ b/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/logout/index.html @@ -0,0 +1,33 @@ + + + +

Sign out

+ +
+ + +
+ diff --git a/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/test/items-result.txt b/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/test/items-result.txt new file mode 100644 index 0000000000..788b7cdf89 --- /dev/null +++ b/sandbox/sebastien/cpp/apr-2/samples/store-python/htdocs/test/items-result.txt @@ -0,0 +1 @@ +{"id":1,"result":[{"name":"Mango","currencyCode":"USD","currencySymbol":"$","price":2.99},{"name":"Passion","currencyCode":"USD","currencySymbol":"$","price":3.55},{"name":"Kiwi","currencyCode":"USD","currencySymbol":"$","price":1.55}]} \ No newline at end of file -- cgit v1.2.3