| 6111 |
anupam.sin |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
5 |
<!-- Prevent MS Office toolbar from changing layout -->
|
|
|
6 |
<meta http-equiv="imagetoolbar" content="false">
|
|
|
7 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
|
|
8 |
|
|
|
9 |
<title>${in.shop2020.title}</title>
|
|
|
10 |
#include ( "templates/commoncssfiles.vm" )
|
|
|
11 |
<style type="text/css">
|
|
|
12 |
#myAccount .content td{
|
|
|
13 |
padding:7px 6px;
|
|
|
14 |
text-align:center;
|
|
|
15 |
border-right:1px solid #ccc;
|
|
|
16 |
border-bottom:1px solid #ccc;
|
|
|
17 |
}
|
|
|
18 |
#myAccount .content th{
|
|
|
19 |
padding:7px 6px;
|
|
|
20 |
text-align:center;
|
|
|
21 |
background:#daf0f8;
|
|
|
22 |
border-bottom:1px solid #ccc;
|
|
|
23 |
|
|
|
24 |
}
|
|
|
25 |
</style>
|
|
|
26 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
|
|
|
27 |
</head>
|
|
|
28 |
|
|
|
29 |
<body>
|
|
|
30 |
<noscript>
|
|
|
31 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
|
|
32 |
</noscript>
|
|
|
33 |
|
|
|
34 |
$action.getHeaderSnippet()
|
|
|
35 |
<div id="main">
|
|
|
36 |
<div class="main-content">
|
|
|
37 |
<div class="main-top">
|
|
|
38 |
<div class="bread-crumbs">
|
|
|
39 |
<a href="/">Home</a> >
|
|
|
40 |
<a href="#">My Account</a>
|
|
|
41 |
</div>
|
|
|
42 |
</div>
|
|
|
43 |
<div class="main-left left blue-border">
|
|
|
44 |
<!-- my account -->
|
|
|
45 |
<div id="myAccount">
|
|
|
46 |
<div class="middle">
|
|
|
47 |
<div class="middle-grey-left">
|
|
|
48 |
<div class="middle-white-right">
|
|
|
49 |
<!-- nav -->
|
|
|
50 |
<div id="myAccountNav">
|
|
|
51 |
<ul class="menu">
|
|
|
52 |
<li class="menu-item first">
|
|
|
53 |
<h2>Order History</h2>
|
|
|
54 |
</li>
|
|
|
55 |
<li class="menu-item">
|
|
|
56 |
<a href="/myaccount">Open Orders</a>
|
|
|
57 |
</li>
|
|
|
58 |
<li class="menu-item">
|
|
|
59 |
<a href="/completed-orders">Completed Orders</a>
|
|
|
60 |
</li>
|
|
|
61 |
<li class="menu-item">
|
|
|
62 |
<a href="/failed-orders">Failed Orders</a>
|
|
|
63 |
</li>
|
|
|
64 |
<li class="menu-item">
|
|
|
65 |
<h2 class="spacing">Purchases</h2>
|
|
|
66 |
</li>
|
|
|
67 |
<li class="menu-item">
|
|
|
68 |
<a href="/my-purchases">My Purchases</a>
|
|
|
69 |
</li>
|
|
|
70 |
<li class="menu-item">
|
|
|
71 |
<a href="/my-recharges">My Recharges</a>
|
|
|
72 |
</li>
|
|
|
73 |
<li class="menu-item">
|
|
|
74 |
<h2 class="spacing">Wallet</h2>
|
|
|
75 |
</li>
|
|
|
76 |
<li class="menu-item">
|
|
|
77 |
<a href="/my-wallet">My Wallet</a>
|
|
|
78 |
</li>
|
|
|
79 |
<li class="menu-item">
|
|
|
80 |
<h2 class="spacing">Account Settings</h2>
|
|
|
81 |
</li>
|
|
|
82 |
<li class="menu-item">
|
|
|
83 |
<a href="/personal-details" class="active">Personal Details</a>
|
|
|
84 |
</li>
|
|
|
85 |
<li class="menu-item">
|
|
|
86 |
<a href="/login-details">Login Details</a>
|
|
|
87 |
</li>
|
|
|
88 |
<li clas="menu-item last">
|
|
|
89 |
<a href="/address">Shipping Address</a>
|
|
|
90 |
</li>
|
|
|
91 |
<!--
|
|
|
92 |
<li><h2 class="spacing">Personalization</h2></li>
|
|
|
93 |
<li><a href="#">Recommendations</a></li>
|
|
|
94 |
<li><a href="#">Browsing History</a></li>
|
|
|
95 |
-->
|
|
|
96 |
</ul>
|
|
|
97 |
</div>
|
|
|
98 |
<!-- /nav -->
|
|
|
99 |
<!-- content -->
|
|
|
100 |
<div class="content">
|
|
|
101 |
<h1>My Recharges</h1>
|
|
|
102 |
|
|
|
103 |
#set($recharges = $action.getRechargeOrders())
|
|
|
104 |
#set($rechargeDate = $action.getRechargeDate())
|
|
|
105 |
#if($recharges && $recharges.size() != 0)
|
|
|
106 |
|
|
|
107 |
<div class="note">Recharge detail and status information.</div>
|
|
|
108 |
<table cellpadding="0" cellspacing="0" border="0" width="100%" id="rechargeData" class="tablesorter">
|
|
|
109 |
<thead>
|
|
|
110 |
<tr>
|
|
|
111 |
<th width="19%">Date</th>
|
|
|
112 |
<th width="15%">Wallet Amount</th>
|
|
|
113 |
<th width="15%">Number</th>
|
|
|
114 |
<th width="18%">Operator</th>
|
|
|
115 |
<th width="12%">Value</th>
|
|
|
116 |
<th width="21%" class="borderRight">Status</th>
|
|
|
117 |
</tr>
|
|
|
118 |
</thead>
|
|
|
119 |
<tbody>
|
|
|
120 |
#foreach($recharge in $recharges)
|
|
|
121 |
<tr>
|
|
|
122 |
<td>$action.formatDate($recharge.getCreationTimestamp())</td>
|
|
|
123 |
<td>$recharge.getWalletAmount()</td>
|
|
|
124 |
<td>$recharge.getDeviceNumber()</td>
|
|
|
125 |
<td>$recharge.getOperatorId()</td>
|
|
|
126 |
<td>$recharge.getTotalAmount()</td>
|
|
|
127 |
<td>$recharge.getStatus()</td>
|
|
|
128 |
</tr>
|
|
|
129 |
#end
|
|
|
130 |
</tbody>
|
|
|
131 |
</table>
|
|
|
132 |
#else
|
|
|
133 |
<div class="note">No recharge yet.</div>
|
|
|
134 |
#end
|
|
|
135 |
|
|
|
136 |
<br /><br /><br />
|
|
|
137 |
|
|
|
138 |
</div>
|
|
|
139 |
<!-- /content -->
|
|
|
140 |
<div class="clearBoth"></div>
|
|
|
141 |
</div>
|
|
|
142 |
</div>
|
|
|
143 |
</div>
|
|
|
144 |
</div>
|
|
|
145 |
<!-- /my account -->
|
|
|
146 |
</div>
|
|
|
147 |
<!-- Widgets -->
|
|
|
148 |
<div class="widgets right">
|
|
|
149 |
$action.getCartWidgetSnippet()
|
|
|
150 |
<div id="myresearch" class="common-widget">
|
|
|
151 |
#include("templates/myresearch.vm")
|
|
|
152 |
</div>
|
|
|
153 |
<div id="browsehistory" class="common-widget">
|
|
|
154 |
#include("templates/browsehistory.vm")
|
|
|
155 |
</div>
|
|
|
156 |
</div>
|
|
|
157 |
<!-- /Widgets -->
|
|
|
158 |
|
|
|
159 |
</div>
|
|
|
160 |
</div>
|
|
|
161 |
<!-- /Main -->
|
|
|
162 |
|
|
|
163 |
#include("templates/footer.vm")
|
|
|
164 |
|
|
|
165 |
#include ( "templates/commonjsfiles.vm" )
|
|
|
166 |
</body>
|
|
|
167 |
</html>
|