r107 - trunk/direct.openmoko.com/htdocs

laforge at sita.openmoko.org laforge at sita.openmoko.org
Sun Jul 8 20:58:32 CEST 2007


Author: laforge
Date: 2007-07-08 20:58:31 +0200 (Sun, 08 Jul 2007)
New Revision: 107

Modified:
   trunk/direct.openmoko.com/htdocs/index.html
Log:
* mark this page as step 1
* add [inactive] section for payment type
* deactivate javascript image button in favor of old-school html button


Modified: trunk/direct.openmoko.com/htdocs/index.html
===================================================================
--- trunk/direct.openmoko.com/htdocs/index.html	2007-07-08 18:57:36 UTC (rev 106)
+++ trunk/direct.openmoko.com/htdocs/index.html	2007-07-08 18:58:31 UTC (rev 107)
@@ -44,7 +44,7 @@
 	<div class="right_container">
     	<form id="order_form" action="/cgi-bin/order.cgi" method="post">
 			<div class="content" id="site_content">
-				<h2 class="shop">Openmoko Online Shop</h2>
+				<h2 class="shop">Openmoko Online Shop - Step 1/3</h2>
                 <h3 class="shop">Available Products:</h3>
                 
                 <table class="product_table" cellpadding="0" cellspacing="0">
@@ -222,10 +222,20 @@
                         <div class="clear"></div>
                     </div>
                 </div>               
+<!--
+                <h3 class="shop">Payment Options:</h3>
+                <div class="shipping_info">
+			<div><label><input type="radio" name="payment_type" value="cc" />Credit Card</label></div>
+			<div><label><input type="radio" name="payment_type" value="wire" />Wire Transfer</label></div>
+		</div>
+
+-->
+
 			</div>
             
             <div class="button_bar">
-		<input type="submit" text="Submit Data"\>
+		<input type="submit" value="Submit Data" />
+                <!-- <a href="javascript:document.order_form.submit()"><img src="/images/button_proceed_to_checkout.gif" alt="proceed to checkout" /></a> -->
             </div>
             
             <a href="#" class="top_link"><span>top</span></a>





More information about the webdesign-commitlog mailing list