summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-05-23 04:25:27 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-05-23 04:25:27 +0000
commitd1ef2011feade03df3916a93930fbc2f60327aa8 (patch)
tree37020f0a1b656426b798d8be5c0a0df1f727ba62 /sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html
parent641f5cd4fd52b351d849148096cbdc4b6dc0a6f0 (diff)
Cleanup and organize sample components, apps and html pages.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html')
-rw-r--r--sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html52
1 files changed, 26 insertions, 26 deletions
diff --git a/sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html b/sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html
index 7d32ddd5b7..0464f3e4c4 100644
--- a/sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html
+++ b/sca-cpp/trunk/modules/edit/apps/shoppingcart/htdocs/app.html
@@ -18,20 +18,23 @@
* under the License.
-->
<DIV id="page">
+ <SPAN id="page:h2" class="h2" style="position: absolute; top: 0px; left: 2px; ">
+ <H2>Shopping Cart</H2>
+ </SPAN>
<SPAN id="message" class="text" style="position: absolute; top: 36px; left: 2px; ">
<SPAN>Welcome</SPAN>
</SPAN>
- <SPAN id="section" class="section" style="position: absolute; top: 189px; width: 100%; left: 2px; ">
- <SPAN>Your Cart:</SPAN>
- </SPAN>
- <SPAN id="section" class="section" style="position: absolute; top: 72px; width: 100%; left: 2px; ">
+ <SPAN id="page:section" class="section" style="position: absolute; top: 63px; width: 100%; left: 2px; ">
<SPAN>Catalog</SPAN>
</SPAN>
- <SPAN id="catalog" class="list" style="position: absolute; top: 99px; left: 2px; ">
+ <SPAN id="page:button" class="button" style="position: absolute; top: 63px; left: 146px; ">
+ <INPUT type="button" value="Add to cart" class="graybutton"/>
+ </SPAN>
+ <SPAN id="catalog" class="list" style="position: absolute; top: 99px; width: 100%; left: 2px; ">
<TABLE class="datatable" style="width: 100%; ">
<TBODY>
<TR>
- <TD>list</TD>
+ <TD>=catalog</TD>
</TR>
<TR>
<TD>...</TD>
@@ -39,11 +42,26 @@
</TBODY>
</TABLE>
</SPAN>
- <SPAN id="cart" class="list" style="position: absolute; top: 216px; left: 2px; ">
+ <SPAN id="page:section" class="section" style="position: absolute; top: 180px; width: 100%; left: 2px; ">
+ <SPAN>Your cart:</SPAN>
+ </SPAN>
+ <SPAN id="page:text" class="text" style="position: absolute; top: 180px; left: 83px; ">
+ <SPAN>$</SPAN>
+ </SPAN>
+ <SPAN id="total" class="text" style="position: absolute; top: 180px; left: 92px; ">
+ <SPAN>=total</SPAN>
+ </SPAN>
+ <SPAN id="page:button" class="button" style="position: absolute; top: 180px; left: 146px; ">
+ <INPUT type="button" value="Check out" class="graybutton"/>
+ </SPAN>
+ <SPAN id="page:button" class="button" style="position: absolute; top: 180px; left: 245px; ">
+ <INPUT type="button" value="Empty" class="graybutton"/>
+ </SPAN>
+ <SPAN id="cart" class="list" style="position: absolute; top: 216px; width: 100%; left: 2px; ">
<TABLE class="datatable" style="width: 100%; ">
<TBODY>
<TR>
- <TD>list</TD>
+ <TD>=cart</TD>
</TR>
<TR>
<TD>...</TD>
@@ -51,22 +69,4 @@
</TBODY>
</TABLE>
</SPAN>
- <SPAN id="h2" class="h2" style="position: absolute; top: 0px; left: 2px; ">
- <H2>Shopping Cart</H2>
- </SPAN>
- <SPAN id="addToCart" class="button" style="position: absolute; top: 72px; left: 146px; ">
- <INPUT type="button" value="Add to cart" class="graybutton"/>
- </SPAN>
- <SPAN id="checkout" class="button" style="position: absolute; top: 189px; left: 146px; ">
- <INPUT type="button" value="Check out" class="graybutton"/>
- </SPAN>
- <SPAN id="emptyCart" class="button" style="position: absolute; top: 189px; left: 245px; ">
- <INPUT type="button" value="Empty" class="graybutton"/>
- </SPAN>
- <SPAN id="text" class="text" style="position: absolute; top: 189px; left: 74px; ">
- <SPAN>$</SPAN>
- </SPAN>
- <SPAN id="total" class="text" style="position: absolute; top: 189px; left: 83px; ">
- <SPAN>0</SPAN>
- </SPAN>
</DIV>