Subversion Repositories SmartDukaan

Rev

Rev 6129 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6129 Rev 6903
Line 23... Line 23...
23
			<div class="bread-crumbs">
23
			<div class="bread-crumbs">
24
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
24
				<a href="/">Home</a>&nbsp;&gt;&nbsp;
25
				<a href="#">My Account</a>
25
				<a href="#">My Account</a>
26
			</div>
26
			</div>
27
		</div>
27
		</div>
28
		<div class="main-left left blue-border">
28
		<div class="main-left left blue-border" style='width:100%'>
29
					<!-- my account -->
29
					<!-- my account -->
30
			<div id="myAccount">
30
			<div id="myAccount">
31
				
31
				
32
				<div class="middle">
32
				<div class="middle">
33
					<div class="middle-grey-left">
33
					<div class="middle-grey-left">
Line 81... Line 81...
81
        					-->
81
        					-->
82
                  </ul>
82
                  </ul>
83
                </div>
83
                </div>
84
                <!-- /nav -->
84
                <!-- /nav -->
85
							<!-- content -->
85
							<!-- content -->
86
							<div class="content">
86
							<div class="content" style='width:808px;'>
87
								<h1>Completed Orders</h1>
87
								<h1 style='padding-top:10px'>Completed Orders</h1>
88
								
88
								
89
								#set($orders = $action.getOrders())
89
								#set($orders = $action.getOrders())
90
								#set($orderDate = $action.getOrderDate())
90
								#set($orderDate = $action.getOrderDate())
91
								#set($providerNames = $action.getProviderNames())
91
								#set($providerNames = $action.getProviderNames())
92
								
92
								
Line 95... Line 95...
95
									<table cellpadding="0" cellspacing="0" border="0" width="100%" id="orderData" class="tablesorter">
95
									<table cellpadding="0" cellspacing="0" border="0" width="100%" id="orderData" class="tablesorter">
96
										<thead>
96
										<thead>
97
											<tr>
97
											<tr>
98
												<th width="14%">Order ID</th>
98
												<th width="14%">Order ID</th>
99
												<th width="17%">Ordered on</th>
99
												<th width="17%">Ordered on</th>
-
 
100
												<th width="15%">
-
 
101
													<span style="float:left;">Price (</span>
100
												<th width="15%"><span class="price">Price</span> <img src="/images/rupee-symbol.png" width="10" height="14" alt="INR" class="rupee" /></th>
102
													<img src="/images/rupee-symbol.png" width="10" height="14" alt="INR" class="rupee" style="float:left" />
-
 
103
													<span style="float:left;">)</span>
-
 
104
												</th>
101
												<th width="23%">Status</th>
105
												<th width="23%">Status</th>
102
												<th width="31%" class="borderRight">Courier AWB No.</th>
106
												<th width="31%" class="borderRight">Courier AWB No.</th>
103
											</tr>
107
											</tr>
104
										</thead>
108
										</thead>
105
										<tbody>
109
										<tbody>
Line 159... Line 163...
159
						</div>
163
						</div>
160
					</div>
164
					</div>
161
				</div>
165
				</div>
162
				<!-- /my account -->	
166
				<!-- /my account -->	
163
		</div>	
167
		</div>	
164
		<!-- Widgets -->
-
 
165
		<div class="widgets right">
-
 
166
			$action.getCartWidgetSnippet()
-
 
167
			<div id="myresearch" class="common-widget">
-
 
168
                #include("templates/myresearch.vm")
-
 
169
			</div>
-
 
170
			<div id="browsehistory" class="common-widget">
-
 
171
                #include("templates/browsehistory.vm")
-
 
172
			</div>
-
 
173
		</div>
-
 
174
		<!-- /Widgets -->
-
 
175
 
-
 
176
		</div>
168
		</div>
177
</div>
169
</div>
178
<!-- /Main -->
170
<!-- /Main -->
179
 
171
 
180
#include("templates/footer.vm")
172
#include("templates/footer.vm")