-
Notifications
You must be signed in to change notification settings - Fork 0
/
checkout.html
174 lines (174 loc) · 7.6 KB
/
checkout.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DapurKue | Checkout</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" media="all" href="styles/960.css" />
<link rel="stylesheet" type="text/css" media="all" href="styles/reset.css" />
<link rel="stylesheet" type="text/css" media="all" href="styles/text.css" />
<link rel="stylesheet" type="text/css" media="all" href="style.css" />
<link rel="stylesheet" type="text/css" media="all" href="themes/brown/style.css" />
</head>
<body>
<div id="warp">
<div id="main" class="container_16">
<div id="header" class="grid_16">
<div id="logo" class="grid_4 alpha">
<h1><a href="index.html">DapurKue</a></h1>
<h2>Famously Delicious</h2>
</div>
<div id="headright" class="grid_7 prefix_5 omega">
<h3 class="login"><span class="hiUser">Hi, Monika Halim |</span> <span class="myAccount"><a href="#">My Account</a></span> <a href="#">Logout</a></h3>
<p>Subtotal: $ 00.00</p>
<p><span class="vChart"><a href="shoppingcart.html">View Cart</a></span> <span class="cOut"><a href="checkout.html">Checkout</a></span></p>
</div>
</div>
<div id="mainMenu" class="grid_16">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Cakes</a></li>
<li><a href="#">Order & Delivery</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div id="stickySearch" class="grid_16">
<div class="stickyNews grid_12 alpha">
<p>Valentine’s BrownieCheese Special Package. <em>Free Delivery.</em> <a href="#" class="bookMan">More »</a></p>
</div>
<div class="search grid_4 omega">
<form action="#" method="get">
<input type="text" value="Type your keyword" id="s" name="s" onfocus="if (this.value == 'Type your keyword') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Type your keyword';}" />
</form>
</div>
</div>
<div class="pageInfo grid_16">
<div class="dapurBlog grid_11 alpha">
<h3>Checkout</h3>
</div>
</div>
<div class="checkout grid_16">
<div class="billInfo grid_11 alpha">
<h4>1. Billing Information</h4>
<form method="post" action="#" id="comment_form">
<fieldset>
<label for="firstName">First Name: </label>
<input type="text" tabindex="1" size="22" value="" id="firstName" name="firstName" class="text" />
<br />
<label for="lastName">Last Name: </label>
<input type="text" tabindex="2" size="22" value="" id="lastName" name="lastName" class="text" />
<br />
<label for="company">Company:</label>
<input type="text" tabindex="3" size="50" value="optional" id="company" name="company" class="text" />
<br />
<label for="address">Address:</label>
<input type="text" tabindex="4" size="50" value="" id="address" name="address" class="text" />
<br />
<label for="address2"> </label>
<input type="text" tabindex="5" size="50" value="" id="address2" name="address2" class="text" />
<br />
<label for="address3"> </label>
<input type="text" tabindex="6" size="50" value="" id="address3" name="address3" class="text" />
<br />
<label for="city">City:</label>
<input type="text" tabindex="7" size="22" value="" id="city" name="city" class="text" />
<br />
<label for="state">State/Province:</label>
<select id="state" tabindex="8">
<option>DKI Jakarta</option>
<option>Lembah Silikon</option>
<option>Gunung Kidul</option>
</select>
<br />
<label for="zip">Zip:</label>
<input type="text" tabindex="9" size="22" value="" id="zip" name="zip" class="text" />
<br />
<label for="country">country:</label>
<select id="country" tabindex="10">
<option>United Kingdom</option>
<option>German</option>
<option>Indonesia</option>
</select>
<br />
<label for="phone">Phone:</label>
<input type="text" tabindex="11" size="22" value="" id="phone" name="phone" class="text" />
<br />
<div class="clear"></div>
</fieldset>
<p><a href="checkout-2.html" id="nextSubmit" class="button">Next</a></p>
<input type="hidden" value="30" name="comment_post_ID" />
</form>
</div>
<div class="summary grid_5 omega">
<h4>Summary</h4>
<div class="sumWarp">
<ul>
<li><a href="#" class="down">Shopping Cart <span><img src="images/done.png" alt="" /></span></a>
<ul>
<li class="info">3 items in your cart</li>
<li class="total">$ 000.00</li>
<li class="clear"></li>
</ul>
</li>
<li><a href="#" class="billActive">Billing Information</a></li>
<li><a href="#" class="billDie">Shipping Information</a></li>
<li><a href="#" class="billDie">Delivery Option</a></li>
<li><a href="#" class="billDie">Payment Option</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<div id="richContent2">
<div class="container_16">
<div class="lastTweet grid_4">
<h4>Latest Tweets</h4>
<p><a href="#">@someone</a> yes indeed this is one hell of a free css template! <a href="#">Read More</a> <span><em>15 minutes ago</em></span></p>
<p><a href="#">@someone</a> yes indeed this is one hell of a free css template! <a href="#">Read More</a> <span><em>15 minutes ago</em></span></p>
</div>
<div class="corporateInfo grid_4">
<h4>Corporate Info</h4>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Term & Conditions</a></li>
<li><a href="#">Franchise</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="storeDelivery grid_4">
<h4>Store & Delivery</h4>
<ul>
<li><a href="#">Store Locator</a></li>
<li><a href="#">Delivery Terms &amp Pricing</a></li>
<li><a href="#">Delivery Coverage</a></li>
<li><a href="#">Gift Services</a></li>
<li><a href="#">Track my order</a></li>
</ul>
</div>
<div class="socialNet grid_4">
<h4>Keep in touch</h4>
<ul>
<li><a href="#" class="facebook">Facebook</a></li>
<li><a href="#" class="twitter">Twitter</a></li>
<li><a href="#" class="feed">Feed</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div class="container_16">
<div class="copyright grid_16">
<p class="left">Copyright © 2010, Your Company Here, All Rights Reserved</p>
<p class="right"><a href="http://all-free-download.com/free-website-templates/">Free CSS Templates</a> by <a href="http://tokokoo.com/">Tokokoo</a> & <a href="http://www.instantshift.com/">instantShift</a></p>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</div>
<div align=center>This template downloaded form <a href='http://all-free-download.com/free-website-templates/'>free website templates</a></div></body>
</html>